Interface EntityService
public interface EntityService
- 
Method Summary
Modifier and TypeMethodDescriptionentityAttrAddressGet(int entityId, int entitySpecId, EntitySpecType entitySpecType, int moduleId) voidentitySpecAttrDelete(int id) entitySpecAttrGet(int id) entitySpecAttrListByType(int type) voidentitySpecAttrListItemDelete(int entitySpecId, int id) entitySpecAttrListItemList(int entitySpecId) intentitySpecAttrListItemUpdate(int entitySpecId, EntitySpecAttrListItem item) intentitySpecAttrUpdate(EntitySpecAttr entitySpecAttr) entitySpecGet(int id) intentitySpecUpdate(EntitySpec entitySpec)  
- 
Method Details
- 
entitySpecList
- Throws:
 Exception
 - 
entitySpecDtoList
- Throws:
 Exception
 - 
entitySpecGet
- Throws:
 Exception
 - 
entitySpecUpdate
- Throws:
 Exception
 - 
entitySpecAttrList
- Throws:
 Exception
 - 
entitySpecAttrListByType
- Throws:
 Exception
 - 
entitySpecAttrGet
- Throws:
 Exception
 - 
entitySpecAttrUpdate
- Throws:
 Exception
 - 
entitySpecAttrListItemList
- Throws:
 Exception
 - 
entitySpecAttrListItemUpdate
- Throws:
 Exception
 - 
entitySpecAttrListItemDelete
- Throws:
 Exception
 - 
entitySpecAttrDelete
- Throws:
 Exception
 - 
entityAttrAddressGet
EntityAttrAddress entityAttrAddressGet(int entityId, int entitySpecId, EntitySpecType entitySpecType, int moduleId) throws Exception - Throws:
 Exception
 
 -