Uses of Class
org.silverpeas.core.admin.space.SpaceProfileInst
-
Packages that use SpaceProfileInst Package Description org.silverpeas.core.admin.persistence Provides the classes to manage the persistence of all of the organizational beans that made up an organizational structure in Silverpeas.org.silverpeas.core.admin.service Provides the services to manage and to access an organizational structure in Silverpeas.org.silverpeas.core.admin.service.cache org.silverpeas.core.admin.space Provides the classes to manage the workspaces in Silverpeas. -
-
Uses of SpaceProfileInst in org.silverpeas.core.admin.persistence
Methods in org.silverpeas.core.admin.persistence with parameters of type SpaceProfileInst Modifier and Type Method Description static SpaceUserRoleRow
SpaceUserRoleRow. from(SpaceProfileInst spaceProfileInst)
-
Uses of SpaceProfileInst in org.silverpeas.core.admin.service
Methods in org.silverpeas.core.admin.service that return SpaceProfileInst Modifier and Type Method Description SpaceProfileInst
AdminController. getSpaceProfileInst(String sSpaceProfileId)
Return the space profile Instance corresponding to the given space profile idSpaceProfileInst
Administration. getSpaceProfileInst(String spaceProfileId)
Get the space profile instance corresponding to the given IDMethods in org.silverpeas.core.admin.service with parameters of type SpaceProfileInst Modifier and Type Method Description String
AdminController. addSpaceProfileInst(SpaceProfileInst spaceProfileInst, String userId)
Add the given Space Profile InstanceString
Administration. addSpaceProfileInst(SpaceProfileInst spaceProfile, String userId)
void
SpaceProfile. setProfile(SpaceProfileInst profile)
String
AdminController. updateSpaceProfileInst(SpaceProfileInst spaceProfileInst, String userId)
Update the Space Profile Instance corresponding to the given space Profile with the given SpaceProfileInstString
Administration. updateSpaceProfileInst(SpaceProfileInst newSpaceProfile, String userId)
-
Uses of SpaceProfileInst in org.silverpeas.core.admin.service.cache
Methods in org.silverpeas.core.admin.service.cache with parameters of type SpaceProfileInst Modifier and Type Method Description void
AdminCache. opAddSpaceProfile(SpaceProfileInst profile)
void
AdminCache. opRemoveSpaceProfile(SpaceProfileInst profile)
void
AdminCache. opUpdateSpaceProfile(SpaceProfileInst profile)
-
Uses of SpaceProfileInst in org.silverpeas.core.admin.space
Methods in org.silverpeas.core.admin.space that return SpaceProfileInst Modifier and Type Method Description SpaceProfileInst
SpaceInst. getInheritedSpaceProfileInst(String sSpaceProfileName)
SpaceProfileInst
SpaceProfileInstManager. getInheritedSpaceProfileInstByName(int spaceLocalId, String roleName)
get information for given id and store it in the given SpaceProfileInst objectSpaceProfileInst
SpaceInst. getSpaceProfileInst(String sSpaceProfileName)
Get a space profile from space profiles list, given its name (WARNING : if more than one space profile match the given name, the first one will be returned)SpaceProfileInst
SpaceProfileInstManager. getSpaceProfileInst(String spaceProfileId, boolean includeRemovedUsersAndGroups)
Get Space profile information with given id and creates a new SpaceProfileInstSpaceProfileInst
SpaceProfileInstManager. getSpaceProfileInstByName(int spaceLocalId, String roleName)
Methods in org.silverpeas.core.admin.space that return types with arguments of type SpaceProfileInst Modifier and Type Method Description List<SpaceProfileInst>
SpaceInst. getAllSpaceProfilesInst()
Get all the user profiles defined for this space instance.List<SpaceProfileInst>
SpaceInst. getInheritedProfiles()
List<SpaceProfileInst>
SpaceInst. getProfiles()
Gets the specific right profiles of this space instance (that is to say all the non-inherited profiles)Methods in org.silverpeas.core.admin.space with parameters of type SpaceProfileInst Modifier and Type Method Description void
SpaceInst. addSpaceProfileInst(SpaceProfileInst spaceProfileInst)
Add a space profile in space profile list (WARNING : space profile will not be added in database, only in that spaceInst object !!!)String
SpaceProfileInstManager. createSpaceProfileInst(SpaceProfileInst spaceProfileInst, int parentSpaceLocalId)
Create a new space profile instance in databasevoid
SpaceInst. deleteSpaceProfileInst(SpaceProfileInst spaceProfileInst)
Remove a space profile from space profile list (WARNING : space profile will not be removed from database, only from that spaceInst object !!!)void
SpaceProfileInstManager. deleteSpaceProfileInst(SpaceProfileInst spaceProfileInst)
Deletes space profile instance from SilverpeasString
SpaceProfileInstManager. updateSpaceProfileInst(SpaceProfileInst spaceProfileInst, SpaceProfileInst spaceProfileInstNew)
Updates space profile instanceMethod parameters in org.silverpeas.core.admin.space with type arguments of type SpaceProfileInst Modifier and Type Method Description void
SpaceInst. setData(List<SpaceProfileInst> profiles, List<String> subSpaceIds, List<String> componentIds)
Constructors in org.silverpeas.core.admin.space with parameters of type SpaceProfileInst Constructor Description SpaceProfileInst(SpaceProfileInst profile)
Constructs a right profile on a collaboration space by copying the specified one.
-