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>
ServiceManagerException
public ResourceMetaAttributeModel get(String domainId, String attributeId) throws ServiceManagerException
get
in interface ResourceMetaAttributeService
ServiceManagerException
public LangridList<ResourceMetaAttributeModel> getListOnDomain(int first, int count, String domainId) throws ServiceManagerException
getListOnDomain
in interface ResourceMetaAttributeService
ServiceManagerException
public LangridList<ResourceMetaAttributeModel> getAllListOnDomain(String domainId) throws ServiceManagerException
getAllListOnDomain
in interface ResourceMetaAttributeService
ServiceManagerException
public LangridList<ResourceMetaAttributeModel> getList(int index, int count, MatchingCondition[] conditions, Order[] orders, Scope scope) throws ServiceManagerException
getList
in interface DataService<ResourceMetaAttributeModel>
ServiceManagerException
public int getTotalCount(MatchingCondition[] conditions, Scope scope) throws ServiceManagerException
getTotalCount
in interface DataService<ResourceMetaAttributeModel>
ServiceManagerException
public void add(ResourceMetaAttributeModel obj) throws ServiceManagerException
add
in interface DataService<ResourceMetaAttributeModel>
ServiceManagerException
public void edit(ResourceMetaAttributeModel obj) throws ServiceManagerException
edit
in interface DataService<ResourceMetaAttributeModel>
ServiceManagerException
public void delete(ResourceMetaAttributeModel model) throws ServiceManagerException
delete
in interface DataService<ResourceMetaAttributeModel>
ServiceManagerException
public void deleteById(String domainId, String attributeId) throws ServiceManagerException
deleteById
in interface ResourceMetaAttributeService
ServiceManagerException
public boolean isExist(String dataId) throws ServiceManagerException
isExist
in interface DataService<ResourceMetaAttributeModel>
ServiceManagerException
public void setScopeParametar(String serviceGridId, String userGridId, String userId)
setScopeParametar
in interface DataService<ResourceMetaAttributeModel>