org.nuiton.topia.taas.entities
Class TaasPrincipalAbstract
java.lang.Object
org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.taas.entities.TaasPrincipalAbstract
- All Implemented Interfaces:
- Serializable, TopiaEntity, TaasPrincipal
- Direct Known Subclasses:
- TaasPrincipalImpl
public abstract class TaasPrincipalAbstract
- extends TopiaEntityAbstract
- implements TaasPrincipal
- See Also:
- Serialized Form
| Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
name
protected String name
- Nom de l'attribut en BD : name
authorizations
protected Collection<TaasAuthorization> authorizations
- Nom de l'attribut en BD : authorizations
TaasPrincipalAbstract
public TaasPrincipalAbstract()
accept
public void accept(EntityVisitor visitor)
throws TopiaException
- Specified by:
accept in interface TopiaEntity
- Throws:
TopiaException
setName
public void setName(String name)
- Specified by:
setName in interface TaasPrincipal
getName
public String getName()
- Specified by:
getName in interface TaasPrincipal
addAuthorizations
public void addAuthorizations(TaasAuthorization authorizations)
- Specified by:
addAuthorizations in interface TaasPrincipal
addAllAuthorizations
public void addAllAuthorizations(Collection<TaasAuthorization> authorizations)
- Specified by:
addAllAuthorizations in interface TaasPrincipal
setAuthorizations
public void setAuthorizations(Collection<TaasAuthorization> authorizations)
- Specified by:
setAuthorizations in interface TaasPrincipal
removeAuthorizations
public void removeAuthorizations(TaasAuthorization authorizations)
- Specified by:
removeAuthorizations in interface TaasPrincipal
clearAuthorizations
public void clearAuthorizations()
- Specified by:
clearAuthorizations in interface TaasPrincipal
getAuthorizations
public Collection<TaasAuthorization> getAuthorizations()
- Specified by:
getAuthorizations in interface TaasPrincipal
getAuthorizationsByTopiaId
public TaasAuthorization getAuthorizationsByTopiaId(String topiaId)
- Specified by:
getAuthorizationsByTopiaId in interface TaasPrincipal
sizeAuthorizations
public int sizeAuthorizations()
- Specified by:
sizeAuthorizations in interface TaasPrincipal
isAuthorizationsEmpty
public boolean isAuthorizationsEmpty()
- Specified by:
isAuthorizationsEmpty in interface TaasPrincipal
getAggregate
public List<TopiaEntity> getAggregate()
throws TopiaException
- Specified by:
getAggregate in interface TopiaEntity- Overrides:
getAggregate in class TopiaEntityAbstract
- Throws:
TopiaException
getComposite
public List<TopiaEntity> getComposite()
throws TopiaException
- Specified by:
getComposite in interface TopiaEntity- Overrides:
getComposite in class TopiaEntityAbstract
- Throws:
TopiaException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2011 CodeLutin. All Rights Reserved.