public interface ContractLabelService
| Modifier and Type | Method and Description |
|---|---|
ContractLabelItem |
getContractLabelTree() |
java.util.List<ContractLabelItem> |
getContractLabelTreeItemList(int contractId,
boolean calcCount) |
void |
removeContractLabelTreeItem(int contractLabelItemId) |
void |
setContractLabelTreeItemList(int contractId,
java.util.List<ContractLabelItem> items) |
void |
syncLabelAndGroupContract() |
void |
syncLabelAndGroupDirectory() |
int |
updateContractLabelTreeItem(ContractLabelItem contractLabelItem) |
java.util.List<ContractLabelItem> getContractLabelTreeItemList(int contractId, boolean calcCount) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid setContractLabelTreeItemList(int contractId,
java.util.List<ContractLabelItem> items)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint updateContractLabelTreeItem(ContractLabelItem contractLabelItem) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid removeContractLabelTreeItem(int contractLabelItemId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionContractLabelItem getContractLabelTree() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid syncLabelAndGroupDirectory()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid syncLabelAndGroupContract()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException