org.exoplatform.platform.gadget.services.newspaces
Interface IntranetSpaceService
- All Known Implementing Classes:
- IntranetSpaceServiceImpl
public interface IntranetSpaceService
- Version:
- $Revision$
- Author:
- Do Thanh Tung
getLatestCreatedSpace
List<IntranetSpace> getLatestCreatedSpace(int maxday,
String language,
List<String> allGroupAndMembershipOfUser)
- Get latest created space from maxday ago
- Parameters:
maxday - is the days ago
- Returns:
requestToJoinOpenSpace
List<IntranetSpace> requestToJoinOpenSpace(String spaceUrl,
String userId)
- Request to join Open Space,
- Parameters:
spaceId - userId - maxday - language - allGroupAndMembershipOfUser -
- Returns:
- list contain IntranetSpace bean that user has joined
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.