Interface DirectoryService
public interface DirectoryService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addressCountryDelete
(int id, String flag) void
addressDirectoryDelete
(int id, int mode, String flag) void
addressHouseDelete
(int id) void
addressImport
(int mode, int id, String data) 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
-
addressCountryDelete
void addressCountryDelete(int id, String flag) 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
-
addressImport
void addressImport(int mode, int id, String data) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-