public class ProjectSubListAccess extends Object implements org.exoplatform.commons.utils.ListAccess<ProjectSubEntity>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectSubListAccess.Type
The connection list access Type Enum.
|
| Constructor and Description |
|---|
ProjectSubListAccess(boolean isInvitedTable,
boolean isVendor,
boolean isMessaged,
String searchCondition,
List<String> SearchConditions,
List<ProjectSubEntity> include,
String sortBy,
String sortDir,
String projectId,
ProjectSubListAccess.Type type) |
ProjectSubListAccess(String param1,
ProjectSubListAccess.Type type)
The constructor.
|
ProjectSubListAccess(String param1,
String param2,
ProjectSubListAccess.Type type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
ProjectSubListAccess.Type |
getType()
Gets the type of connection list access.
|
ProjectSubEntity[] |
load(int offset,
int limit) |
void |
setType(ProjectSubListAccess.Type type)
Sets the type of connection list access.
|
public ProjectSubListAccess(String param1, ProjectSubListAccess.Type type)
param1 - type - public ProjectSubListAccess(String param1, String param2, ProjectSubListAccess.Type type)
public ProjectSubListAccess(boolean isInvitedTable,
boolean isVendor,
boolean isMessaged,
String searchCondition,
List<String> SearchConditions,
List<ProjectSubEntity> include,
String sortBy,
String sortDir,
String projectId,
ProjectSubListAccess.Type type)
public ProjectSubEntity[] load(int offset, int limit) throws Exception, IllegalArgumentException
load in interface org.exoplatform.commons.utils.ListAccess<ProjectSubEntity>ExceptionIllegalArgumentExceptionpublic int getSize()
throws Exception
getSize in interface org.exoplatform.commons.utils.ListAccess<ProjectSubEntity>Exceptionpublic ProjectSubListAccess.Type getType()
public void setType(ProjectSubListAccess.Type type)
type - Copyright © 2003–2019 eXo Platform SAS. All rights reserved.