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