public class AccessLimitControlServiceImpl extends Object implements AccessLimitControlService
Constructor and Description |
---|
AccessLimitControlServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
add(AccessLimitControlModel obj) |
void |
delete(AccessLimitControlModel condition) |
void |
edit(AccessLimitControlModel obj) |
AccessLimitControlModel |
get(String id) |
LangridList<AccessLimitControlModel> |
getList(int index,
int count,
MatchingCondition[] conditions,
Order[] orders,
Scope scope) |
LangridList<AccessLimitControlModel> |
getList(int index,
int count,
String userGridId,
String serviceId,
Order[] orders) |
LangridList<AccessLimitControlModel> |
getList(String userGridId,
String userId,
String serviceGridId,
String serviceId) |
int |
getTotalCount(MatchingCondition[] conditions,
Scope scope) |
int |
getTotalCount(String serviceId,
String userGridId) |
boolean |
isExist(String dataId) |
void |
setScopeParametar(String serviceGridId,
String userGridId,
String userId) |
public AccessLimitControlServiceImpl() throws ServiceManagerException
ServiceManagerException
public void add(AccessLimitControlModel obj) throws ServiceManagerException
add
in interface DataService<AccessLimitControlModel>
ServiceManagerException
public void delete(AccessLimitControlModel condition) throws ServiceManagerException
delete
in interface DataService<AccessLimitControlModel>
ServiceManagerException
public void edit(AccessLimitControlModel obj) throws ServiceManagerException
edit
in interface DataService<AccessLimitControlModel>
ServiceManagerException
public AccessLimitControlModel get(String id) throws ServiceManagerException
get
in interface DataService<AccessLimitControlModel>
ServiceManagerException
public LangridList<AccessLimitControlModel> getList(int index, int count, MatchingCondition[] conditions, Order[] orders, Scope scope) throws ServiceManagerException
getList
in interface DataService<AccessLimitControlModel>
ServiceManagerException
public LangridList<AccessLimitControlModel> getList(String userGridId, String userId, String serviceGridId, String serviceId) throws ServiceManagerException
getList
in interface AccessLimitControlService
ServiceManagerException
public LangridList<AccessLimitControlModel> getList(int index, int count, String userGridId, String serviceId, Order[] orders) throws ServiceManagerException
getList
in interface AccessLimitControlService
ServiceManagerException
public int getTotalCount(String serviceId, String userGridId) throws ServiceManagerException
getTotalCount
in interface AccessLimitControlService
ServiceManagerException
public int getTotalCount(MatchingCondition[] conditions, Scope scope) throws ServiceManagerException
getTotalCount
in interface DataService<AccessLimitControlModel>
ServiceManagerException
public boolean isExist(String dataId) throws ServiceManagerException
isExist
in interface DataService<AccessLimitControlModel>
ServiceManagerException
public void setScopeParametar(String serviceGridId, String userGridId, String userId)
setScopeParametar
in interface DataService<AccessLimitControlModel>