Interface DirectoryService
public interface DirectoryService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addressDirectoryDelete
(int id, int mode, String flag) void
addressHouseDelete
(int id) long
getVersion
(Class<? extends Id> directoryItemClass, int moduleId)
-
Method Details
-
getVersion
long getVersion(Class<? extends Id> directoryItemClass, int moduleId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
addressHouseDelete
void addressHouseDelete(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
addressDirectoryDelete
void addressDirectoryDelete(int id, int mode, String flag) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-