|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.group.GroupHome
public final class GroupHome
This class provides instances management methods (create, find, ...) for Group right objects
Method Summary | |
---|---|
static Group |
create(Group group)
Creation of an instance of a mode |
static java.util.Collection<Group> |
findAll()
Returns the groups list |
static Group |
findByPrimaryKey(java.lang.String strGroupKey)
Returns an instance of an group whose identifier is specified in parameter |
static ReferenceList |
getGroupsList()
Return the list of all groups |
static void |
remove(java.lang.String strGroupKey)
Remove the mode whose identifier is specified in parameter |
static Group |
update(Group group)
Update of the mode which is specified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Group create(Group group)
group
- An instance of a group which contains the informations to create
public static Group update(Group group)
group
- The instance of the group which contains the data to store
public static void remove(java.lang.String strGroupKey)
strGroupKey
- The identifier of the group to removepublic static Group findByPrimaryKey(java.lang.String strGroupKey)
strGroupKey
- The mode primary key
public static ReferenceList getGroupsList()
public static java.util.Collection<Group> findAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |