Interface DirectoryService
public interface DirectoryService
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddressDirectoryDelete(int id, int mode, String flag) voidaddressHouseDelete(int id) voidcontractCommentPatternDelete(int contractCommentPatternId) voidcontractCommentPatternUpdate(ContractCommentPattern contractCommentPattern) contractGroupTable(boolean calcContracts) longgetVersion(Class<? extends Id> directoryItemClass, int moduleId) voidvoidtariffOptionGroupUpdate(TariffOptionGroup tariffOptionGroup)
-
Method Details
-
getVersion
long getVersion(Class<? extends Id> directoryItemClass, int moduleId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
addressHouseDelete
void addressHouseDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
addressDirectoryDelete
void addressDirectoryDelete(int id, int mode, String flag) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
tariffOptionGroupList
- Throws:
ru.bitel.bgbilling.common.BGException
-
tariffOptionGroupGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
tariffOptionGroupUpdate
void tariffOptionGroupUpdate(TariffOptionGroup tariffOptionGroup) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
tariffOptionGroupDelete
- Throws:
ru.bitel.bgbilling.common.BGException
-
contractGroupTable
- Throws:
ru.bitel.bgbilling.common.BGException
-
contractCommentPatternList
List<ContractCommentPattern> contractCommentPatternList() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
contractCommentPatternUpdate
void contractCommentPatternUpdate(ContractCommentPattern contractCommentPattern) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
contractCommentPatternDelete
void contractCommentPatternDelete(int contractCommentPatternId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-