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