public abstract class TaasPrincipalAbstract extends TopiaEntityAbstract implements TaasPrincipal
| Modifier and Type | Field and Description |
|---|---|
protected Collection<TaasAuthorization> |
authorizations
Nom de l'attribut en BD : authorizations
|
protected String |
name
Nom de l'attribut en BD : name
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesAUTHORIZATIONS, NAMEAGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Constructor and Description |
|---|
TaasPrincipalAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(EntityVisitor visitor) |
void |
addAllAuthorizations(Collection<TaasAuthorization> authorizations) |
void |
addAuthorizations(TaasAuthorization authorizations) |
void |
clearAuthorizations() |
List<TopiaEntity> |
getAggregate() |
Collection<TaasAuthorization> |
getAuthorizations() |
TaasAuthorization |
getAuthorizationsByTopiaId(String topiaId) |
List<TopiaEntity> |
getComposite() |
String |
getName() |
boolean |
isAuthorizationsEmpty() |
void |
removeAuthorizations(TaasAuthorization authorizations) |
void |
setAuthorizations(Collection<TaasAuthorization> authorizations) |
void |
setName(String name) |
int |
sizeAuthorizations() |
String |
toString() |
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, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String name
protected Collection<TaasAuthorization> authorizations
public void accept(EntityVisitor visitor) throws TopiaException
accept in interface TopiaEntityTopiaExceptionpublic void setName(String name)
setName in interface TaasPrincipalpublic String getName()
getName in interface TaasPrincipalpublic void addAuthorizations(TaasAuthorization authorizations)
addAuthorizations in interface TaasPrincipalpublic void addAllAuthorizations(Collection<TaasAuthorization> authorizations)
addAllAuthorizations in interface TaasPrincipalpublic void setAuthorizations(Collection<TaasAuthorization> authorizations)
setAuthorizations in interface TaasPrincipalpublic void removeAuthorizations(TaasAuthorization authorizations)
removeAuthorizations in interface TaasPrincipalpublic void clearAuthorizations()
clearAuthorizations in interface TaasPrincipalpublic Collection<TaasAuthorization> getAuthorizations()
getAuthorizations in interface TaasPrincipalpublic TaasAuthorization getAuthorizationsByTopiaId(String topiaId)
getAuthorizationsByTopiaId in interface TaasPrincipalpublic int sizeAuthorizations()
sizeAuthorizations in interface TaasPrincipalpublic boolean isAuthorizationsEmpty()
isAuthorizationsEmpty in interface TaasPrincipalpublic List<TopiaEntity> getAggregate() throws TopiaException
getAggregate in interface TopiaEntitygetAggregate in class TopiaEntityAbstractTopiaExceptionpublic List<TopiaEntity> getComposite() throws TopiaException
getComposite in interface TopiaEntitygetComposite in class TopiaEntityAbstractTopiaExceptionCopyright © 2004-2013 CodeLutin. All Rights Reserved.