Interface OrganizationService
public interface OrganizationService
Действия над сущностью "организации эдо".
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteOrganization(int id) getOrganization(int id) voidupdateOrganization(Organization organization)
-
Method Details
-
getOrganizationList
- Throws:
ru.bitel.bgbilling.common.BGException
-
getOrganization
- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteOrganization
void deleteOrganization(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
updateOrganization
- Throws:
ru.bitel.bgbilling.common.BGException
-