public interface ResourceMetaAttributeService extends DataService<ResourceMetaAttributeModel>
Modifier and Type | Method and Description |
---|---|
void |
deleteById(String domainId,
String attributeId) |
ResourceMetaAttributeModel |
get(String domainId,
String attributeId) |
LangridList<ResourceMetaAttributeModel> |
getAllListOnDomain(String domainId) |
LangridList<ResourceMetaAttributeModel> |
getListOnDomain(int first,
int count,
String domainId) |
add, delete, edit, get, getList, getTotalCount, isExist, setScopeParametar
void deleteById(String domainId, String attributeId) throws ServiceManagerException
ServiceManagerException
ResourceMetaAttributeModel get(String domainId, String attributeId) throws ServiceManagerException
ServiceManagerException
LangridList<ResourceMetaAttributeModel> getListOnDomain(int first, int count, String domainId) throws ServiceManagerException
ServiceManagerException
LangridList<ResourceMetaAttributeModel> getAllListOnDomain(String domainId) throws ServiceManagerException
ServiceManagerException