|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.group.GroupDAO
public final class GroupDAO
This class provides Data Access methods for Group objects
Constructor Summary | |
---|---|
GroupDAO()
|
Method Summary | |
---|---|
void |
delete(java.lang.String strGroupKey)
Delete a record from the table |
void |
insert(Group group)
Insert a new record in the table. |
Group |
load(java.lang.String strGroupKey)
load the data of Group from the table |
java.util.Collection<Group> |
selectAll()
Load the list of groups |
ReferenceList |
selectGroupsList()
Returns a list of all the right group |
void |
store(Group group)
Update the record in the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupDAO()
Method Detail |
---|
public void insert(Group group)
insert
in interface IGroupDAO
group
- The Instance of the object Grouppublic Group load(java.lang.String strGroupKey)
load
in interface IGroupDAO
strGroupKey
- The indentifier of the object Group
public void delete(java.lang.String strGroupKey)
delete
in interface IGroupDAO
strGroupKey
- The indentifier of the object Grouppublic void store(Group group)
store
in interface IGroupDAO
group
- The instance of the Group to updatepublic ReferenceList selectGroupsList()
selectGroupsList
in interface IGroupDAO
public java.util.Collection<Group> selectAll()
selectAll
in interface IGroupDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |