com.stratelia.webactiv.beans.admin
Class GroupProfileInstManager

java.lang.Object
  extended by com.stratelia.webactiv.beans.admin.GroupProfileInstManager

public class GroupProfileInstManager
extends Object


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

GroupProfileInstManager

public GroupProfileInstManager()
Constructor

Method Detail

createGroupProfileInst

public String createGroupProfileInst(GroupProfileInst groupProfileInst,
                                     DomainDriverManager DDManager,
                                     String sgroupId)
                              throws AdminException
Create a new group profile instance in database

Throws:
AdminException

getGroupProfileInst

public GroupProfileInst getGroupProfileInst(DomainDriverManager ddManager,
                                            String sProfileId,
                                            String sGroupId)
                                     throws AdminException
Get Space profile information with given id and creates a new GroupProfileInst

Throws:
AdminException

setGroupProfileInst

public void setGroupProfileInst(GroupProfileInst groupProfileInst,
                                DomainDriverManager ddManager,
                                String sProfileId,
                                String sGroupId)
                         throws AdminException
get information for given id and store it in the given GroupProfileInst object

Throws:
AdminException

deleteGroupProfileInst

public void deleteGroupProfileInst(GroupProfileInst groupProfileInst,
                                   DomainDriverManager ddManager)
                            throws AdminException
Deletes group profile instance from Silverpeas

Throws:
AdminException

updateGroupProfileInst

public String updateGroupProfileInst(GroupProfileInst groupProfileInst,
                                     DomainDriverManager ddManager,
                                     GroupProfileInst groupProfileInstNew)
                              throws AdminException
Updates group profile instance

Throws:
AdminException


Copyright © 2016 Silverpeas. All Rights Reserved.