Uses of Class
com.stratelia.webactiv.organization.UserFavoriteSpaceVO

Packages that use UserFavoriteSpaceVO
com.silverpeas.lookV5   
com.stratelia.webactiv.beans.admin   
com.stratelia.webactiv.organization   
 

Uses of UserFavoriteSpaceVO in com.silverpeas.lookV5
 

Method parameters in com.silverpeas.lookV5 with type arguments of type UserFavoriteSpaceVO
protected  boolean AjaxServletLookV5.isLoadingContentNeeded(UserMenuDisplay userMenuDisplayMode, String userId, String spaceId, List<UserFavoriteSpaceVO> listUFS, OrganisationController orgaController)
           
 

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

Method parameters in com.stratelia.webactiv.beans.admin with type arguments of type UserFavoriteSpaceVO
static boolean UserFavoriteSpaceManager.containsFavoriteSubSpace(String spaceId, List<UserFavoriteSpaceVO> listUFS, OrganisationController orgaController, String userId)
           
static boolean UserFavoriteSpaceManager.isUserFavoriteSpace(List<UserFavoriteSpaceVO> listUFS, String spaceId)
           
 

Uses of UserFavoriteSpaceVO in com.stratelia.webactiv.organization
 

Methods in com.stratelia.webactiv.organization that return types with arguments of type UserFavoriteSpaceVO
 List<UserFavoriteSpaceVO> UserFavoriteSpaceDAOImpl.getListUserFavoriteSpace(String userId)
           
 List<UserFavoriteSpaceVO> UserFavoriteSpaceDAO.getListUserFavoriteSpace(String userId)
          Retrieve the list of user favorite space
 

Methods in com.stratelia.webactiv.organization with parameters of type UserFavoriteSpaceVO
 boolean UserFavoriteSpaceDAOImpl.addUserFavoriteSpace(UserFavoriteSpaceVO ufsVO)
           
 boolean UserFavoriteSpaceDAO.addUserFavoriteSpace(UserFavoriteSpaceVO ufsVO)
          Add given User Favorite Space Value Object parameter in Database
 boolean UserFavoriteSpaceDAOImpl.removeUserFavoriteSpace(UserFavoriteSpaceVO ufsVO)
           
 boolean UserFavoriteSpaceDAO.removeUserFavoriteSpace(UserFavoriteSpaceVO ufsVO)
          Remove given User Favorite Space Value Object from Database remove one record if ufsVO.userId and ufsVO.spaceId is not null remove all ufsVO.spaceId if ufsVO.userId is null remove all ufsVO.userId if ufsVO.spaceId is null
 



Copyright © 2016 Silverpeas. All Rights Reserved.