public interface AbstractDirectoryService<K extends IdTitle>
| Modifier and Type | Method and Description |
|---|---|
long |
delete(int id) |
K |
get(int id) |
java.util.List<K> |
list() |
long |
update(javax.xml.ws.Holder<K> k) |
long |
version() |
java.util.List<K> list() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionK get(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionlong update(javax.xml.ws.Holder<K> k) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionlong delete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionlong version()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException