org.nuiton.topia.taas.entities
Interface TaasPrincipal
- All Superinterfaces:
- Serializable, TopiaEntity
- All Known Implementing Classes:
- TaasPrincipalAbstract, TaasPrincipalImpl
public interface TaasPrincipal
- extends TopiaEntity
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
NAME
static final String NAME
- See Also:
- Constant Field Values
AUTHORIZATIONS
static final String AUTHORIZATIONS
- See Also:
- Constant Field Values
setName
void setName(String name)
getName
String getName()
addAuthorizations
void addAuthorizations(TaasAuthorization authorizations)
addAllAuthorizations
void addAllAuthorizations(Collection<TaasAuthorization> authorizations)
setAuthorizations
void setAuthorizations(Collection<TaasAuthorization> authorizations)
removeAuthorizations
void removeAuthorizations(TaasAuthorization authorizations)
clearAuthorizations
void clearAuthorizations()
getAuthorizations
Collection<TaasAuthorization> getAuthorizations()
getAuthorizationsByTopiaId
TaasAuthorization getAuthorizationsByTopiaId(String topiaId)
sizeAuthorizations
int sizeAuthorizations()
isAuthorizationsEmpty
boolean isAuthorizationsEmpty()
Copyright © 2004-2012 CodeLutin. All Rights Reserved.