com.pmease.quickbuild.model
Class GroupFacade

java.lang.Object
  extended bycom.pmease.quickbuild.model.GroupFacade

public class GroupFacade
extends java.lang.Object

Facade class for Group. Represents a user group in the system. Group can be defined and users can be specified with the belonging group.


Constructor Summary
GroupFacade()
           
 
Method Summary
 java.util.List getAuthorizedQueueNames()
          Specify authorized queues for this group.
 java.lang.String getDescription()
          Specify description text of this group.
 java.lang.Long getId()
          Get identifer of this object.
 java.lang.String getName()
          Specify name of this group.
 void setAuthorizedQueueNames(java.util.List authorizedQueueNames)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.Long id)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupFacade

public GroupFacade()
Method Detail

getName

public java.lang.String getName()
Specify name of this group. The following names have special meaning:
anonymous: All anonymous users will be treated as an user of this group, thus get permissions configured in this group.


setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()
Specify description text of this group.


setDescription

public void setDescription(java.lang.String description)

getAuthorizedQueueNames

public java.util.List getAuthorizedQueueNames()
Specify authorized queues for this group. Users in this group can only run builds in authorized queues.


setAuthorizedQueueNames

public void setAuthorizedQueueNames(java.util.List authorizedQueueNames)

getId

public java.lang.Long getId()
Get identifer of this object.


setId

public void setId(java.lang.Long id)


Copyright © 2005 PMEase Inc. All Rights Reserved.