public interface AccessRightControlService extends DataService<AccessRightControlModel>
Modifier and Type | Method and Description |
---|---|
LangridList<AccessRightControlModel> |
getList(int index,
int count,
String serviceOwnerUserId,
String serviceId,
String userGridId,
Order[] orders) |
int |
getTotalCount(String serviceGridId,
String serviceOwnerUserId,
String serviceId,
String userGridId,
String userId) |
void |
setDefault(String serviceId,
String serviceOwnerUserId,
boolean accessRight) |
add, delete, edit, get, getList, getTotalCount, isExist, setScopeParametar
LangridList<AccessRightControlModel> getList(int index, int count, String serviceOwnerUserId, String serviceId, String userGridId, Order[] orders) throws ServiceManagerException
ServiceManagerException
int getTotalCount(String serviceGridId, String serviceOwnerUserId, String serviceId, String userGridId, String userId) throws ServiceManagerException
ServiceManagerException
void setDefault(String serviceId, String serviceOwnerUserId, boolean accessRight) throws ServiceManagerException
ServiceManagerException