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