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.BGException
void setContractLabelTreeItemList(int contractId, java.util.List<ContractLabelItem> items) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int updateContractLabelTreeItem(ContractLabelItem contractLabelItem) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void removeContractLabelTreeItem(int contractLabelItemId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
ContractLabelItem getContractLabelTree() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void syncLabelAndGroupDirectory() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void syncLabelAndGroupContract() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException