public class AccessInformationDataProvider extends AbstractLangridSortableDataProvider<IndividualExecutionInformationModel>
Constructor and Description |
---|
AccessInformationDataProvider(String userGridId,
String userId,
String serviceGridId,
String serviceId,
Calendar start,
Calendar end) |
Modifier and Type | Method and Description |
---|---|
protected LangridList<IndividualExecutionInformationModel> |
getList(int first,
int count) |
protected int |
getTotalCount() |
void |
setEnd(Calendar end) |
void |
setStart(Calendar start) |
doErrorProcess, getConditions, getOrders, getScope, iterator, model, setConditions, size
public AccessInformationDataProvider(String userGridId, String userId, String serviceGridId, String serviceId, Calendar start, Calendar end) throws ServiceManagerException
ServiceManagerException
public void setStart(Calendar start)
public void setEnd(Calendar end)
protected LangridList<IndividualExecutionInformationModel> getList(int first, int count) throws ServiceManagerException
getList
in class AbstractLangridSortableDataProvider<IndividualExecutionInformationModel>
ServiceManagerException
protected int getTotalCount() throws ServiceManagerException
getTotalCount
in class AbstractLangridSortableDataProvider<IndividualExecutionInformationModel>
ServiceManagerException