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

Packages that use ProfileInst
com.silverpeas.jobStartPagePeas.control   
com.silverpeas.web.mock   
com.stratelia.webactiv.beans.admin   
com.stratelia.webactiv.beans.admin.cache   
org.silverpeas.attachment.web   
org.silverpeas.core.admin   
 

Uses of ProfileInst in com.silverpeas.jobStartPagePeas.control
 

Methods in com.silverpeas.jobStartPagePeas.control that return ProfileInst
 ProfileInst JobStartPagePeasSessionController.getManagedInheritedProfile()
           
 ProfileInst JobStartPagePeasSessionController.getManagedProfile()
           
 ProfileInst JobStartPagePeasSessionController.getProfile(String sProfileId, String sProfileName, String sProfileLabel)
           
 

Methods in com.silverpeas.jobStartPagePeas.control that return types with arguments of type ProfileInst
 List<ProfileInst> JobStartPagePeasSessionController.getAllProfiles(ComponentInst m_FatherComponentInst)
           
 

Methods in com.silverpeas.jobStartPagePeas.control with parameters of type ProfileInst
 void JobStartPagePeasSessionController.setManagedProfile(ProfileInst sProfile)
           
 

Uses of ProfileInst in com.silverpeas.web.mock
 

Methods in com.silverpeas.web.mock that return ProfileInst
 ProfileInst OrganizationControllerMockWrapper.getUserProfile(String profileId)
           
 

Methods in com.silverpeas.web.mock that return types with arguments of type ProfileInst
 List<ProfileInst> OrganizationControllerMockWrapper.getUserProfiles(String componentId, String objectId, String objectType)
           
 

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

Methods in com.stratelia.webactiv.beans.admin that return ProfileInst
 ProfileInst ProfileInstManager.getInheritedProfileInst(DomainDriverManager ddManager, String instanceId, String roleName)
           
 ProfileInst ComponentInst.getInheritedProfileInst(String profileName)
           
 ProfileInst ProfileInstManager.getProfileInst(DomainDriverManager ddManager, String sProfileId, String sFatherId)
          Get Profileinformation from database with the given id and creates a new Profile instance
 ProfileInst ComponentInst.getProfileInst(int nIndex)
           
 ProfileInst AdminController.getProfileInst(String sProfileId)
          Return the profile Instance corresponding to the given profile id
 ProfileInst Admin.getProfileInst(String sProfileId)
          Get the profile instance corresponding to the given id
 ProfileInst ComponentInst.getProfileInst(String profileName)
           
 ProfileInst OrganizationController.getUserProfile(String profileId)
           
 

Methods in com.stratelia.webactiv.beans.admin that return types with arguments of type ProfileInst
 List<ProfileInst> ComponentInst.getAllProfilesInst()
           
 List<ProfileInst> ComponentInst.getInheritedProfiles()
           
 List<ProfileInst> ComponentInst.getProfiles()
           
 List<ProfileInst> ProfiledObjectManager.getProfiles(DomainDriverManager ddManager, int componentId)
           
 List<ProfileInst> ProfiledObjectManager.getProfiles(DomainDriverManager ddManager, int objectId, String objectType, int componentId)
           
 List<ProfileInst> AdminController.getProfilesByObject(String objectId, String objectType, String componentId)
           
 List<ProfileInst> Admin.getProfilesByObject(String objectId, String objectType, String componentId)
           
 List<ProfileInst> OrganizationController.getUserProfiles(String componentId, String objectId, String objectType)
           
 

Methods in com.stratelia.webactiv.beans.admin with parameters of type ProfileInst
 String AdminController.addProfileInst(ProfileInst profileInst)
          Add the given Profile Instance
 String Admin.addProfileInst(ProfileInst profileInst)
           
 void ComponentInst.addProfileInst(ProfileInst profileInst)
           
 String AdminController.addProfileInst(ProfileInst profileInst, String userId)
           
 String Admin.addProfileInst(ProfileInst profileInst, String userId)
           
 String ProfileInstManager.createProfileInst(ProfileInst profileInst, DomainDriverManager ddManager, String sFatherCompoId)
          Create a new Profile instance in database
 void ComponentInst.deleteProfileInst(ProfileInst profileInst)
           
 void ProfileInstManager.deleteProfileInst(ProfileInst profileInst, DomainDriverManager ddManager)
          Deletes profile instance from Silverpeas
 String ProfileInstManager.updateProfileInst(GroupManager groupManager, DomainDriverManager ddManager, ProfileInst profileInstNew, RightAssignationContext.MODE rightAssignationMode)
          Update profile instance.
 String AdminController.updateProfileInst(ProfileInst profileInst)
          Update the Profile Instance corresponding to the given space Profile with the given ProfileInst
 String Admin.updateProfileInst(ProfileInst profileInstNew)
           
 String AdminController.updateProfileInst(ProfileInst profileInst, String userId)
           
 String Admin.updateProfileInst(ProfileInst profileInstNew, String userId)
           
 

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

Methods in com.stratelia.webactiv.beans.admin.cache that return ProfileInst
 ProfileInst AdminCache.getProfileInst(String profileId)
           
 

Methods in com.stratelia.webactiv.beans.admin.cache with parameters of type ProfileInst
 void AdminCache.opAddProfile(ProfileInst profile)
           
 void AdminCache.opRemoveProfile(ProfileInst profile)
           
protected  void AdminCache.opResetProfile(ProfileInst profile)
           
 void AdminCache.opUpdateProfile(ProfileInst profile)
           
 void AdminCache.putProfileInst(ProfileInst profileInst)
           
 void AdminCache.removeProfileInst(ProfileInst profileInst)
           
 

Uses of ProfileInst in org.silverpeas.attachment.web
 

Methods in org.silverpeas.attachment.web that return ProfileInst
 ProfileInst VersioningSessionController.getComponentProfile(String role)
           
 ProfileInst VersioningSessionController.getCurrentProfile(String role)
           
 ProfileInst VersioningSessionController.getInheritedProfile(String role)
           
 ProfileInst VersioningSessionController.getTopicProfile(String role, String topicId)
           
 

Uses of ProfileInst in org.silverpeas.core.admin
 

Methods in org.silverpeas.core.admin that return ProfileInst
 ProfileInst OrganisationController.getUserProfile(String profileId)
           
 

Methods in org.silverpeas.core.admin that return types with arguments of type ProfileInst
 List<ProfileInst> OrganisationController.getUserProfiles(String componentId, String objectId, String objectType)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.