Package ru.bgcrm.model.user
Class Group
java.lang.Object
ru.bgcrm.model.Id
ru.bgcrm.model.IdTitle
ru.bgcrm.model.user.Group
- All Implemented Interfaces:
Serializable,Cloneable,TitleWithPath
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intintintgetPath()Deprecated.booleanbooleanisChildOf(int groupId) voidsetArchive(int archive) voidsetChildCount(int childCount) voidsetComment(String comment) voidvoidsetParentId(int parentId) voidsetPermsetIds(List<Integer> permsetIds) voidsetQueueIds(Set<Integer> queueIds)
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getConfig
-
setConfig
-
getConfigMap
-
getArchive
public int getArchive() -
setArchive
public void setArchive(int archive) -
getComment
-
getParentId
public int getParentId() -
setParentId
public void setParentId(int parentId) -
setComment
-
getPermsetIds
-
setPermsetIds
-
getQueueIds
-
setQueueIds
-
getChildCount
public int getChildCount() -
setChildCount
public void setChildCount(int childCount) -
getTitleWithPath
- Specified by:
getTitleWithPathin interfaceTitleWithPath
-
getTitleWithPathId
Deprecated.Посмотреть, где в JSP вызывается и удалить. -
getChildSet
-
getChildGroupSet
-
isAllowExecutorsSet
public boolean isAllowExecutorsSet() -
isChildOf
public boolean isChildOf(int groupId) -
getParentGroupTreeSet
-
getPath
-
clone
-