Interface DomainService
public interface DomainService
-
Method Summary
Modifier and TypeMethodDescriptionvoiddomainDelete(int id) domainGet(int id) voiddomainMove(int newParentId, Set<Integer> ids) intdomainUpdate(Domain domain)
-
Method Details
-
domainUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
domainGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
domainList
- Throws:
ru.bitel.bgbilling.common.BGException
-
domainDelete
void domainDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
domainTree
- Throws:
ru.bitel.bgbilling.common.BGException
-
domainMove
- Throws:
ru.bitel.bgbilling.common.BGException
-