|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.model.Persistent
com.pmease.quickbuild.model.Group
Represents a user group in the system. Group can be defined and users can be specified with the belonging group.
Field Summary | |
static java.lang.String |
ANONYMOUS_NAME
Specicial group names |
static java.lang.String |
USERS_WHO_CHECKED_IN_SINCE_LAST_BUILD
|
static java.lang.String |
USERS_WHO_CHECKED_IN_SINCE_LAST_SUCCESS_BUILD
|
Constructor Summary | |
Group()
|
Method Summary | |
java.util.List |
getAuthorizedQueueNames()
Specify authorized queues for this group. |
org.apache.tapestry.form.IPropertySelectionModel |
getAuthorizedQueueNamesSelectionModel()
|
java.util.Set |
getConfigurationPermissions()
Get configuration permissions under this group. |
java.lang.String |
getDescription()
Specify description text of this group. |
GroupEditor |
getEditor()
|
java.lang.String |
getName()
Specify name of this group. |
java.util.Map |
getNameChoices()
|
static java.lang.String |
getQuotedName(java.lang.String groupName)
|
java.util.Set |
getUserRelations()
Get users under this group. |
void |
initializeUserRelations()
Initialize the children set which is a hibernate lazy collection. |
void |
setAuthorizedQueueNames(java.util.List authorizedQueueNames)
|
void |
setConfigurationPermissions(java.util.Set configurationPermissions)
|
void |
setDescription(java.lang.String description)
|
void |
setEditor(GroupEditor editor)
|
void |
setName(java.lang.String name)
|
void |
setUserRelations(java.util.Set userRelations)
|
Methods inherited from class com.pmease.quickbuild.model.Persistent |
equals, getEntityVersion, getId, hashCode, setEntityVersion, setId |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ANONYMOUS_NAME
public static final java.lang.String USERS_WHO_CHECKED_IN_SINCE_LAST_BUILD
public static final java.lang.String USERS_WHO_CHECKED_IN_SINCE_LAST_SUCCESS_BUILD
Constructor Detail |
public Group()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.Map getNameChoices()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.util.Set getUserRelations()
public void setUserRelations(java.util.Set userRelations)
public void initializeUserRelations()
public java.util.Set getConfigurationPermissions()
public void setConfigurationPermissions(java.util.Set configurationPermissions)
public java.util.List getAuthorizedQueueNames()
public void setAuthorizedQueueNames(java.util.List authorizedQueueNames)
public GroupEditor getEditor()
public void setEditor(GroupEditor editor)
public org.apache.tapestry.form.IPropertySelectionModel getAuthorizedQueueNamesSelectionModel()
public static java.lang.String getQuotedName(java.lang.String groupName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |