public interface AccessLimitControlService extends DataService<AccessLimitControlModel>
Modifier and Type | Method and Description |
---|---|
LangridList<AccessLimitControlModel> |
getList(int start,
int max,
String userGridId,
String serviceId,
Order[] orders) |
LangridList<AccessLimitControlModel> |
getList(String userGridId,
String userId,
String serviceGridId,
String serviceId) |
int |
getTotalCount(String serviceId,
String userGridId) |
add, delete, edit, get, getList, getTotalCount, isExist, setScopeParametar
LangridList<AccessLimitControlModel> getList(int start, int max, String userGridId, String serviceId, Order[] orders) throws ServiceManagerException
ServiceManagerException
LangridList<AccessLimitControlModel> getList(String userGridId, String userId, String serviceGridId, String serviceId) throws ServiceManagerException
ServiceManagerException
int getTotalCount(String serviceId, String userGridId) throws ServiceManagerException
ServiceManagerException