Package ru.bgcrm.model.user
Class Group
java.lang.Object
org.bgerp.model.base.Id
org.bgerp.model.base.IdTitle
ru.bgcrm.model.user.Group
- All Implemented Interfaces:
Serializable
,Cloneable
,Id<Integer>
,IdTitle<Integer>
,Title
,TitleWithPath
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
int
int
getPath()
Deprecated.boolean
boolean
isChildOf
(int groupId) void
setArchive
(int archive) void
setChildCount
(int childCount) void
setComment
(String comment) void
void
setParentId
(int parentId) void
setPermsetIds
(List<Integer> permsetIds) void
setQueueIds
(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:
getTitleWithPath
in interfaceTitleWithPath
-
getTitleWithPathId
Deprecated.Посмотреть, где в JSP вызывается и удалить. -
getChildSet
-
getChildGroupSet
-
isAllowExecutorsSet
public boolean isAllowExecutorsSet() -
isChildOf
public boolean isChildOf(int groupId) -
getParentGroupTreeSet
-
getPath
-
clone
-