Interface EntityService
public interface EntityService
-
Method Summary
Modifier and TypeMethodDescriptionentityAttrAddressGet
(int entityId, int entitySpecId, EntitySpecType entitySpecType, int moduleId) void
entitySpecAttrDelete
(int id) entitySpecAttrGet
(int id) entitySpecAttrListByType
(int type) void
entitySpecAttrListItemDelete
(int entitySpecId, int id) entitySpecAttrListItemList
(int entitySpecId) int
entitySpecAttrListItemUpdate
(int entitySpecId, EntitySpecAttrListItem item) int
entitySpecAttrUpdate
(EntitySpecAttr entitySpecAttr) entitySpecGet
(int id) int
entitySpecUpdate
(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
-