Class GroupProfileInstManager
- java.lang.Object
-
- org.silverpeas.core.admin.user.model.GroupProfileInstManager
-
-
Field Summary
Fields Modifier and Type Field Description static String
GROUP_PROFILE
-
Constructor Summary
Constructors Modifier Constructor Description protected
GroupProfileInstManager()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
createGroupProfileInst(GroupProfileInst groupProfileInst, String sgroupId)
Create a new group profile instance in databasevoid
deleteGroupProfileInst(GroupProfileInst groupProfileInst)
Deletes group profile instance from SilverpeasGroupProfileInst
getGroupProfileInst(String groupId, boolean includeRemovedUsersAndGroups)
Get Space profile information with given id and creates a new GroupProfileInstString
updateGroupProfileInst(GroupProfileInst groupProfileInst, GroupProfileInst groupProfileInstNew)
Updates group profile instance
-
-
-
Field Detail
-
GROUP_PROFILE
public static final String GROUP_PROFILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
createGroupProfileInst
public String createGroupProfileInst(GroupProfileInst groupProfileInst, String sgroupId) throws AdminException
Create a new group profile instance in database- Throws:
AdminException
-
getGroupProfileInst
public GroupProfileInst getGroupProfileInst(String groupId, boolean includeRemovedUsersAndGroups) throws AdminException
Get Space profile information with given id and creates a new GroupProfileInst- Throws:
AdminException
-
deleteGroupProfileInst
public void deleteGroupProfileInst(GroupProfileInst groupProfileInst) throws AdminException
Deletes group profile instance from Silverpeas- Throws:
AdminException
-
updateGroupProfileInst
public String updateGroupProfileInst(GroupProfileInst groupProfileInst, GroupProfileInst groupProfileInstNew) throws AdminException
Updates group profile instance- Throws:
AdminException
-
-