Class SpaceListAccess
java.lang.Object
org.exoplatform.social.core.space.SpaceListAccess
- All Implemented Interfaces:
org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.space.model.Space>
public class SpaceListAccess
extends Object
implements org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.space.model.Space>
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceListAccess(org.exoplatform.social.core.storage.api.SpaceStorage spaceStorage, SpaceSearchConnector spaceSearchConnector, String userId, org.exoplatform.social.core.space.SpaceFilter spaceFilter, SpaceListAccessType type) SpaceListAccess(org.exoplatform.social.core.storage.api.SpaceStorage spaceStorage, SpaceSearchConnector spaceSearchConnector, String userId, SpaceListAccessType type) SpaceListAccess(org.exoplatform.social.core.storage.api.SpaceStorage spaceStorage, SpaceSearchConnector spaceSearchConnector, org.exoplatform.social.core.space.SpaceFilter spaceFilter, SpaceListAccessType type) SpaceListAccess(org.exoplatform.social.core.storage.api.SpaceStorage spaceStorage, SpaceSearchConnector spaceSearchConnector, SpaceListAccessType type) SpaceListAccess(org.exoplatform.social.core.storage.api.SpaceStorage spaceStorage, SpaceSearchConnector spaceSearchConnector, SpaceListAccessType type, String userId, String otherUserId) -
Method Summary
-
Constructor Details
-
SpaceListAccess
public SpaceListAccess(org.exoplatform.social.core.storage.api.SpaceStorage spaceStorage, SpaceSearchConnector spaceSearchConnector, String userId, org.exoplatform.social.core.space.SpaceFilter spaceFilter, SpaceListAccessType type) -
SpaceListAccess
public SpaceListAccess(org.exoplatform.social.core.storage.api.SpaceStorage spaceStorage, SpaceSearchConnector spaceSearchConnector, SpaceListAccessType type) -
SpaceListAccess
public SpaceListAccess(org.exoplatform.social.core.storage.api.SpaceStorage spaceStorage, SpaceSearchConnector spaceSearchConnector, String userId, SpaceListAccessType type) -
SpaceListAccess
public SpaceListAccess(org.exoplatform.social.core.storage.api.SpaceStorage spaceStorage, SpaceSearchConnector spaceSearchConnector, org.exoplatform.social.core.space.SpaceFilter spaceFilter, SpaceListAccessType type) -
SpaceListAccess
public SpaceListAccess(org.exoplatform.social.core.storage.api.SpaceStorage spaceStorage, SpaceSearchConnector spaceSearchConnector, SpaceListAccessType type, String userId, String otherUserId)
-
-
Method Details
-
getSize
public int getSize()- Specified by:
getSizein interfaceorg.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.space.model.Space>
-
load
public org.exoplatform.social.core.space.model.Space[] load(int offset, int limit) - Specified by:
loadin interfaceorg.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.space.model.Space>
-