Interface DirectoryService
public interface DirectoryService
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddressDirectoryDelete(int id, int mode, String flag) voidaddressHouseDelete(int id) longgetVersion(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.BGExceptionru.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.BGExceptionru.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.BGExceptionru.bitel.bgbilling.common.BGMessageException
 
 -