Class OrganisationalUnit
java.lang.Object
net.datenwerke.treedb.service.treedb.AbstractNode<AbstractUserManagerNode>
net.datenwerke.security.service.treedb.entities.SecuredAbstractNode<AbstractUserManagerNode>
net.datenwerke.security.service.usermanager.entities.AbstractUserManagerNode
net.datenwerke.security.service.usermanager.entities.OrganisationalUnit
- All Implemented Interfaces:
Serializable,HierarchicalSecurityTarget,Owneable,SecurityTarget
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Indexed
@GenerateDto(dtoPackage="net.datenwerke.security.client.usermanager.dto",
dtoImplementInterfaces=<error>,
poso2DtoPostProcessors=OU2DtoPostProcessor.class,
typeDescriptionMsg=UserManagerMessages.class,
typeDescriptionKey="ou",
icon="folder",
additionalFields=)
public class OrganisationalUnit
extends AbstractUserManagerNode
implements Serializable
- See Also:
-
Field Summary
Fields inherited from class net.datenwerke.treedb.service.treedb.AbstractNode
FLAG_CONFIGURATION_PROTECTION, FLAG_WRITE_PROTECTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanisFolder()voidsetDescription(String description) voidMethods inherited from class net.datenwerke.security.service.usermanager.entities.AbstractUserManagerNode
getGuid, getNodeName, getOrigin, getRootNodeName, setGuid, setOriginMethods inherited from class net.datenwerke.security.service.treedb.entities.SecuredAbstractNode
getAcl, getOwner, getParentTarget, setAcl, setOwnerMethods inherited from class net.datenwerke.treedb.service.treedb.AbstractNode
addChild, addChild, addFlag, clearFlags, equals, getBaseType, getChildren, getChildrenOfType, getChildrenSorted, getCreatedOn, getDeniedChildren, getDescendants, getDescendants, getFlags, getId, getIdOrOldTransient, getLastUpdated, getManagerClass, getOldTransientId, getOldTransientKey, getParent, getPosition, getRootLine, getSupportedChildren, getVersion, hasChildren, hasChildrenOfType, hasDescendantsOfType, hasFlag, hashCode, idsMatch, isAncestorOf, isConfigurationProtected, isRoot, isUpdateLastUpdated, isWriteProtected, removeChild, removeFlag, setChildren, setConfigurationProtection, setCreatedOn, setFlags, setId, setLastUpdated, setOldTransientId, setOldTransientKey, setParent, setPosition, setUpdateLastUpdated, setVersion, setWriteProtection, toString, wouldContainFlag
-
Constructor Details
-
OrganisationalUnit
public OrganisationalUnit() -
OrganisationalUnit
-
-
Method Details
-
getName
- Specified by:
getNamein classAbstractUserManagerNode
-
setName
-
setDescription
-
getDescription
-
isFolder
public boolean isFolder()- Overrides:
isFolderin classAbstractNode<AbstractUserManagerNode>
-