Uses of Class
com.stratelia.webactiv.beans.admin.SpaceProfileInst

Packages that use SpaceProfileInst
com.silverpeas.jobStartPagePeas.control   
com.stratelia.webactiv.beans.admin   
com.stratelia.webactiv.beans.admin.cache   
 

Uses of SpaceProfileInst in com.silverpeas.jobStartPagePeas.control
 

Methods in com.silverpeas.jobStartPagePeas.control with parameters of type SpaceProfileInst
 void JobStartPagePeasSessionController.updateSpaceManagersDescription(SpaceProfileInst spaceProfileInst)
           
 

Uses of SpaceProfileInst in com.stratelia.webactiv.beans.admin
 

Methods in com.stratelia.webactiv.beans.admin that return SpaceProfileInst
protected  SpaceProfileInst SpaceProfileInst.clone()
           
 SpaceProfileInst SpaceInst.getInheritedSpaceProfileInst(String sSpaceProfileName)
           
 SpaceProfileInst SpaceProfileInstManager.getInheritedSpaceProfileInstByName(DomainDriverManager ddManager, String spaceId, String roleName)
          get information for given id and store it in the given SpaceProfileInst object
 SpaceProfileInst SpaceProfileInstManager.getSpaceProfileInst(DomainDriverManager ddManager, String spaceProfileId, String parentSpaceId)
          Get Space profile information with given id and creates a new SpaceProfileInst
 SpaceProfileInst SpaceInst.getSpaceProfileInst(int nIndex)
          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 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 AdminController.getSpaceProfileInst(String sSpaceProfileId)
          Return the space profile Instance corresponding to the given space profile id
 SpaceProfileInst Admin.getSpaceProfileInst(String spaceProfileId)
          Get the space profile instance corresponding to the given ID
 SpaceProfileInst SpaceProfileInstManager.getSpaceProfileInstByName(DomainDriverManager ddManager, String spaceId, String roleName)
           
 

Methods in com.stratelia.webactiv.beans.admin that return types with arguments of type SpaceProfileInst
 ArrayList<SpaceProfileInst> SpaceInst.getAllSpaceProfilesInst()
          Get all the space profiles from space profile list
 List<SpaceProfileInst> SpaceInst.getInheritedProfiles()
           
 List<SpaceProfileInst> SpaceInst.getProfiles()
           
 

Methods in com.stratelia.webactiv.beans.admin with parameters of type SpaceProfileInst
 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 AdminController.addSpaceProfileInst(SpaceProfileInst spaceProfileInst, String userId)
          Add the given Space Profile Instance
 String Admin.addSpaceProfileInst(SpaceProfileInst spaceProfile, String userId)
           
 String SpaceProfileInstManager.createSpaceProfileInst(SpaceProfileInst spaceProfileInst, DomainDriverManager domainManager, String parentSpaceId)
          Create a new space profile instance in database
 void 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, DomainDriverManager ddManager)
          Deletes space profile instance from Silverpeas
 String SpaceProfileInstManager.updateSpaceProfileInst(SpaceProfileInst spaceProfileInst, DomainDriverManager ddManager, SpaceProfileInst spaceProfileInstNew)
          Updates space profile instance
 String AdminController.updateSpaceProfileInst(SpaceProfileInst spaceProfileInst, String userId)
          Update the Space Profile Instance corresponding to the given space Profile with the given SpaceProfileInst
 String Admin.updateSpaceProfileInst(SpaceProfileInst newSpaceProfile, String userId)
           
 String Admin.updateSpaceProfileInst(SpaceProfileInst newSpaceProfile, String userId, boolean startNewTransaction)
           
 

Uses of SpaceProfileInst in com.stratelia.webactiv.beans.admin.cache
 

Methods in com.stratelia.webactiv.beans.admin.cache with parameters of type SpaceProfileInst
 void AdminCache.opAddSpaceProfile(SpaceProfileInst profile)
           
 void AdminCache.opRemoveSpaceProfile(SpaceProfileInst profile)
           
 void AdminCache.opUpdateSpaceProfile(SpaceProfileInst profile)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.