|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupProfileInst | |
|---|---|
| com.stratelia.webactiv.beans.admin | |
| Uses of GroupProfileInst in com.stratelia.webactiv.beans.admin |
|---|
| Methods in com.stratelia.webactiv.beans.admin that return GroupProfileInst | |
|---|---|
GroupProfileInst |
AdminController.getGroupProfile(String groupId)
Return the group profile |
GroupProfileInst |
GroupProfileInstManager.getGroupProfileInst(DomainDriverManager ddManager,
String sProfileId,
String sGroupId)
Get Space profile information with given id and creates a new GroupProfileInst |
GroupProfileInst |
Admin.getGroupProfileInst(String groupId)
Get the group profile instance corresponding to the given ID |
| Methods in com.stratelia.webactiv.beans.admin with parameters of type GroupProfileInst | |
|---|---|
String |
Admin.addGroupProfileInst(GroupProfileInst spaceProfileInst)
|
String |
Admin.addGroupProfileInst(GroupProfileInst groupProfileInst,
boolean startNewTransaction)
Add the space profile instance from Silverpeas |
String |
GroupProfileInstManager.createGroupProfileInst(GroupProfileInst groupProfileInst,
DomainDriverManager DDManager,
String sgroupId)
Create a new group profile instance in database |
void |
GroupProfileInstManager.deleteGroupProfileInst(GroupProfileInst groupProfileInst,
DomainDriverManager ddManager)
Deletes group profile instance from Silverpeas |
void |
GroupProfileInstManager.setGroupProfileInst(GroupProfileInst groupProfileInst,
DomainDriverManager ddManager,
String sProfileId,
String sGroupId)
get information for given id and store it in the given GroupProfileInst object |
String |
AdminController.updateGroupProfile(GroupProfileInst profile)
Update the Group Profile |
String |
Admin.updateGroupProfileInst(GroupProfileInst groupProfileInstNew)
Update the given space profile in Silverpeas |
String |
GroupProfileInstManager.updateGroupProfileInst(GroupProfileInst groupProfileInst,
DomainDriverManager ddManager,
GroupProfileInst groupProfileInstNew)
Updates group profile instance |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||