|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.beans.admin.GroupProfileInstManager
public class GroupProfileInstManager
Constructor Summary | |
---|---|
GroupProfileInstManager()
Constructor |
Method Summary | |
---|---|
String |
createGroupProfileInst(GroupProfileInst groupProfileInst,
DomainDriverManager DDManager,
String sgroupId)
Create a new group profile instance in database |
void |
deleteGroupProfileInst(GroupProfileInst groupProfileInst,
DomainDriverManager ddManager)
Deletes group profile instance from Silverpeas |
GroupProfileInst |
getGroupProfileInst(DomainDriverManager ddManager,
String sProfileId,
String sGroupId)
Get Space profile information with given id and creates a new GroupProfileInst |
void |
setGroupProfileInst(GroupProfileInst groupProfileInst,
DomainDriverManager ddManager,
String sProfileId,
String sGroupId)
get information for given id and store it in the given GroupProfileInst object |
String |
updateGroupProfileInst(GroupProfileInst groupProfileInst,
DomainDriverManager ddManager,
GroupProfileInst groupProfileInstNew)
Updates group profile instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupProfileInstManager()
Method Detail |
---|
public String createGroupProfileInst(GroupProfileInst groupProfileInst, DomainDriverManager DDManager, String sgroupId) throws AdminException
AdminException
public GroupProfileInst getGroupProfileInst(DomainDriverManager ddManager, String sProfileId, String sGroupId) throws AdminException
AdminException
public void setGroupProfileInst(GroupProfileInst groupProfileInst, DomainDriverManager ddManager, String sProfileId, String sGroupId) throws AdminException
AdminException
public void deleteGroupProfileInst(GroupProfileInst groupProfileInst, DomainDriverManager ddManager) throws AdminException
AdminException
public String updateGroupProfileInst(GroupProfileInst groupProfileInst, DomainDriverManager ddManager, GroupProfileInst groupProfileInstNew) throws AdminException
AdminException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |