|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGroupDAO
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 |
Method Detail |
---|
void delete(java.lang.String strGroupKey)
strGroupKey
- The indentifier of the object Groupvoid insert(Group group)
group
- The Instance of the object GroupGroup load(java.lang.String strGroupKey)
strGroupKey
- The indentifier of the object Group
ReferenceList selectGroupsList()
java.util.Collection<Group> selectAll()
void store(Group group)
group
- The instance of the Group to update
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |