Interface A11
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
A11Abstract,A11Impl
-
Field Summary
FieldsFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllRoleB11(Iterable<B11> roleB11) voidaddRoleB11(B11 roleB11) voidbooleancontainsRoleB11(B11 roleB11) getRoleB11ByTopiaId(String topiaId) booleanbooleanvoidremoveRoleB11(B11 roleB11) voidsetRoleB11(Collection<B11> roleB11) intMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_ROLE_B11
- See Also:
-
-
Method Details
-
addRoleB11
-
addAllRoleB11
-
setRoleB11
-
removeRoleB11
-
clearRoleB11
void clearRoleB11() -
getRoleB11
Collection<B11> getRoleB11() -
getRoleB11ByTopiaId
-
getRoleB11TopiaIds
Collection<String> getRoleB11TopiaIds() -
sizeRoleB11
int sizeRoleB11() -
isRoleB11Empty
boolean isRoleB11Empty() -
isRoleB11NotEmpty
boolean isRoleB11NotEmpty() -
containsRoleB11
-