com.stratelia.webactiv.beans.admin
Class PersonalSpaceController

java.lang.Object
  extended by com.stratelia.webactiv.beans.admin.PersonalSpaceController

public class PersonalSpaceController
extends Object


Constructor Summary
PersonalSpaceController()
           
 
Method Summary
 String addComponent(String userId, String componentName, String componentLabel)
           
 SpaceInst getPersonalSpace(String userId)
           
 List<WAComponent> getVisibleComponents(OrganisationController orgaController)
           
 String removeComponent(String userId, String componentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonalSpaceController

public PersonalSpaceController()
Method Detail

getVisibleComponents

public List<WAComponent> getVisibleComponents(OrganisationController orgaController)

addComponent

public String addComponent(String userId,
                           String componentName,
                           String componentLabel)
                    throws AdminException,
                           QuotaException
Throws:
AdminException
QuotaException

removeComponent

public String removeComponent(String userId,
                              String componentId)
                       throws AdminException
Throws:
AdminException

getPersonalSpace

public SpaceInst getPersonalSpace(String userId)


Copyright © 2016 Silverpeas. All Rights Reserved.