|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.beans.admin.SpaceProfileInstManager
public class SpaceProfileInstManager
Constructor Summary | |
---|---|
SpaceProfileInstManager()
Constructor |
Method Summary | |
---|---|
String |
createSpaceProfileInst(SpaceProfileInst spaceProfileInst,
DomainDriverManager domainManager,
String parentSpaceId)
Create a new space profile instance in database |
void |
deleteSpaceProfileInst(SpaceProfileInst spaceProfileInst,
DomainDriverManager ddManager)
Deletes space profile instance from Silverpeas |
SpaceProfileInst |
getInheritedSpaceProfileInstByName(DomainDriverManager ddManager,
String spaceId,
String roleName)
get information for given id and store it in the given SpaceProfileInst object |
String[] |
getSpaceProfileIdsOfGroupType(DomainDriverManager domainManager,
String groupId)
Get all the space profile Ids for the given group |
String[] |
getSpaceProfileIdsOfUserType(DomainDriverManager domainManager,
String sUserId)
Get all the space profile Ids for the given user |
SpaceProfileInst |
getSpaceProfileInst(DomainDriverManager ddManager,
String spaceProfileId,
String parentSpaceId)
Get Space profile information with given id and creates a new SpaceProfileInst |
SpaceProfileInst |
getSpaceProfileInstByName(DomainDriverManager ddManager,
String spaceId,
String roleName)
|
String |
updateSpaceProfileInst(SpaceProfileInst spaceProfileInst,
DomainDriverManager ddManager,
SpaceProfileInst spaceProfileInstNew)
Updates space profile instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpaceProfileInstManager()
Method Detail |
---|
public String[] getSpaceProfileIdsOfUserType(DomainDriverManager domainManager, String sUserId) throws AdminException
domainManager
- sUserId
-
AdminException
public String[] getSpaceProfileIdsOfGroupType(DomainDriverManager domainManager, String groupId) throws AdminException
domainManager
- groupId
-
AdminException
public String createSpaceProfileInst(SpaceProfileInst spaceProfileInst, DomainDriverManager domainManager, String parentSpaceId) throws AdminException
spaceProfileInst
- domainManager
- parentSpaceId
-
AdminException
public SpaceProfileInst getSpaceProfileInst(DomainDriverManager ddManager, String spaceProfileId, String parentSpaceId) throws AdminException
ddManager
- spaceProfileId
- parentSpaceId
-
AdminException
public SpaceProfileInst getInheritedSpaceProfileInstByName(DomainDriverManager ddManager, String spaceId, String roleName) throws AdminException
ddManager
- spaceId
- roleName
-
AdminException
public SpaceProfileInst getSpaceProfileInstByName(DomainDriverManager ddManager, String spaceId, String roleName) throws AdminException
AdminException
public void deleteSpaceProfileInst(SpaceProfileInst spaceProfileInst, DomainDriverManager ddManager) throws AdminException
spaceProfileInst
- ddManager
-
AdminException
public String updateSpaceProfileInst(SpaceProfileInst spaceProfileInst, DomainDriverManager ddManager, SpaceProfileInst spaceProfileInstNew) throws AdminException
spaceProfileInst
- ddManager
- spaceProfileInstNew
-
AdminException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |