|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
fr.paris.lutece.portal.business.group |
Uses of Group in fr.paris.lutece.portal.business.group |
---|
Methods in fr.paris.lutece.portal.business.group that return Group | |
---|---|
static Group |
GroupHome.create(Group group)
Creation of an instance of a mode |
static Group |
GroupHome.findByPrimaryKey(java.lang.String strGroupKey)
Returns an instance of an group whose identifier is specified in parameter |
Group |
IGroupDAO.load(java.lang.String strGroupKey)
load the data of Group from the table |
Group |
GroupDAO.load(java.lang.String strGroupKey)
load the data of Group from the table |
static Group |
GroupHome.update(Group group)
Update of the mode which is specified |
Methods in fr.paris.lutece.portal.business.group that return types with arguments of type Group | |
---|---|
static java.util.Collection<Group> |
GroupHome.findAll()
Returns the groups list |
java.util.Collection<Group> |
IGroupDAO.selectAll()
Load the list of groups |
java.util.Collection<Group> |
GroupDAO.selectAll()
Load the list of groups |
Methods in fr.paris.lutece.portal.business.group with parameters of type Group | |
---|---|
static Group |
GroupHome.create(Group group)
Creation of an instance of a mode |
void |
IGroupDAO.insert(Group group)
Insert a new record in the table. |
void |
GroupDAO.insert(Group group)
Insert a new record in the table. |
void |
IGroupDAO.store(Group group)
Update the record in the table |
void |
GroupDAO.store(Group group)
Update the record in the table |
static Group |
GroupHome.update(Group group)
Update of the mode which is specified |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |