com.silverpeas.admin.ejb
Interface AdminBusiness

All Known Implementing Classes:
AdminBmEJB

public interface AdminBusiness


Method Summary
 String addComponentInst(ComponentInst componentInst, String userId)
           
 void addSecurityData(String securityId, String userId, String domainId)
           
 void addSecurityData(String securityId, String userId, String domainId, boolean persistent)
           
 String authenticate(String sKey, String sSessionId)
           
 ArrayList<String> getAllRootSpaceIds()
           
 List<String> getAvailableSpaceIds(String userId)
           
 List<String> getAvailableSubSpaceIds(String spaceId, String userId)
           
 ArrayList<String> getAvailCompoIds(String spaceId, String userId)
           
 ComponentInst getComponentInst(String componentId)
           
 ComponentInstLight getComponentInstLight(String componentId)
           
 SpaceInst getSpaceInstById(String spaceId)
           
 SpaceInstLight getSpaceInstLight(String spaceId)
           
 Map<String,SpaceAndChildren> getTreeView(String userId, String spaceId)
           
 String getUserIdByLoginAndDomain(String login, String domainId)
           
 boolean isComponentAvailable(String spaceId, String componentId, String userId)
           
 void updateComponentOrderNum(String sComponentId, int orderNum)
           
 

Method Detail

getAllRootSpaceIds

ArrayList<String> getAllRootSpaceIds()

getSpaceInstById

SpaceInst getSpaceInstById(String spaceId)

getSpaceInstLight

SpaceInstLight getSpaceInstLight(String spaceId)

getComponentInst

ComponentInst getComponentInst(String componentId)

getComponentInstLight

ComponentInstLight getComponentInstLight(String componentId)

getAvailCompoIds

ArrayList<String> getAvailCompoIds(String spaceId,
                                   String userId)

isComponentAvailable

boolean isComponentAvailable(String spaceId,
                             String componentId,
                             String userId)

getAvailableSpaceIds

List<String> getAvailableSpaceIds(String userId)

getAvailableSubSpaceIds

List<String> getAvailableSubSpaceIds(String spaceId,
                                     String userId)

getTreeView

Map<String,SpaceAndChildren> getTreeView(String userId,
                                         String spaceId)

authenticate

String authenticate(String sKey,
                    String sSessionId)

getUserIdByLoginAndDomain

String getUserIdByLoginAndDomain(String login,
                                 String domainId)

addSecurityData

void addSecurityData(String securityId,
                     String userId,
                     String domainId)

addSecurityData

void addSecurityData(String securityId,
                     String userId,
                     String domainId,
                     boolean persistent)

addComponentInst

String addComponentInst(ComponentInst componentInst,
                        String userId)

updateComponentOrderNum

void updateComponentOrderNum(String sComponentId,
                             int orderNum)


Copyright © 2016 Silverpeas. All Rights Reserved.