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>ServiceManagerExceptionpublic ServiceMetaAttributeModel get(String domainId, String attributeId) throws ServiceManagerException
get in interface ServiceMetaAttributeServiceServiceManagerExceptionpublic LangridList<ServiceMetaAttributeModel> getListOnDomain(int first, int count, String domainId) throws ServiceManagerException
getListOnDomain in interface ServiceMetaAttributeServiceServiceManagerExceptionpublic LangridList<ServiceMetaAttributeModel> getAllListOnDomain(String domainId) throws ServiceManagerException
getAllListOnDomain in interface ServiceMetaAttributeServiceServiceManagerExceptionpublic LangridList<ServiceMetaAttributeModel> getList(int index, int count, MatchingCondition[] conditions, Order[] orders, Scope scope) throws ServiceManagerException
getList in interface DataService<ServiceMetaAttributeModel>ServiceManagerExceptionpublic int getTotalCount(MatchingCondition[] conditions, Scope scope) throws ServiceManagerException
getTotalCount in interface DataService<ServiceMetaAttributeModel>ServiceManagerExceptionpublic void add(ServiceMetaAttributeModel obj) throws ServiceManagerException
add in interface DataService<ServiceMetaAttributeModel>ServiceManagerExceptionpublic void edit(ServiceMetaAttributeModel obj) throws ServiceManagerException
edit in interface DataService<ServiceMetaAttributeModel>ServiceManagerExceptionpublic void delete(ServiceMetaAttributeModel condition) throws ServiceManagerException
delete in interface DataService<ServiceMetaAttributeModel>ServiceManagerExceptionpublic void deleteById(String domainId, String attributeId) throws ServiceManagerException
deleteById in interface ServiceMetaAttributeServiceServiceManagerExceptionpublic 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