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:
java.io.Serializable
,java.lang.Cloneable
,Title
,TitleWithPath
public class Group extends IdTitle implements TitleWithPath, java.lang.Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Group
clone()
int
getArchive()
int
getChildCount()
java.util.Set<Group>
getChildGroupSet()
java.util.Set<java.lang.Integer>
getChildSet()
java.lang.String
getComment()
java.lang.String
getConfig()
ParameterMap
getConfigMap()
java.util.Set<java.lang.Integer>
getParentGroupTreeSet()
int
getParentId()
java.util.List<Group>
getPath()
java.util.List<java.lang.Integer>
getPermsetIds()
java.util.Set<java.lang.Integer>
getQueueIds()
java.lang.String
getTitleWithPath()
java.lang.String
getTitleWithPathId()
Deprecated.boolean
isAllowExecutorsSet()
boolean
isChildOf(int groupId)
void
setArchive(int archive)
void
setChildCount(int childCount)
void
setComment(java.lang.String comment)
void
setConfig(java.lang.String config)
void
setParentId(int parentId)
void
setPermsetIds(java.util.List<java.lang.Integer> permsetIds)
void
setQueueIds(java.util.Set<java.lang.Integer> queueIds)
-
-
-
Method Detail
-
getConfig
public java.lang.String getConfig()
-
setConfig
public void setConfig(java.lang.String config)
-
getConfigMap
public ParameterMap getConfigMap()
-
getArchive
public int getArchive()
-
setArchive
public void setArchive(int archive)
-
getComment
public java.lang.String getComment()
-
getParentId
public int getParentId()
-
setParentId
public void setParentId(int parentId)
-
setComment
public void setComment(java.lang.String comment)
-
getPermsetIds
public java.util.List<java.lang.Integer> getPermsetIds()
-
setPermsetIds
public void setPermsetIds(java.util.List<java.lang.Integer> permsetIds)
-
getQueueIds
public java.util.Set<java.lang.Integer> getQueueIds()
-
setQueueIds
public void setQueueIds(java.util.Set<java.lang.Integer> queueIds)
-
getChildCount
public int getChildCount()
-
setChildCount
public void setChildCount(int childCount)
-
getTitleWithPath
public java.lang.String getTitleWithPath()
- Specified by:
getTitleWithPath
in interfaceTitleWithPath
-
getTitleWithPathId
@Deprecated public java.lang.String getTitleWithPathId()
Deprecated.Посмотреть, где в JSP вызывается и удалить.
-
getChildSet
public java.util.Set<java.lang.Integer> getChildSet()
-
getChildGroupSet
public java.util.Set<Group> getChildGroupSet()
-
isAllowExecutorsSet
public boolean isAllowExecutorsSet()
-
isChildOf
public boolean isChildOf(int groupId)
-
getParentGroupTreeSet
public java.util.Set<java.lang.Integer> getParentGroupTreeSet()
-
getPath
public java.util.List<Group> getPath()
-
clone
public Group clone()
- Overrides:
clone
in classjava.lang.Object
-
-