Interface AdminService
public interface AdminService
-
Method Summary
Modifier and TypeMethodDescriptiongetContractEntries
(String values, boolean byTitle) getContractEntriesFromSqlQuery
(String query, FieldNameSQL fieldNameSQL)
-
Method Details
-
getContractEntries
List<IdTitle> getContractEntries(String values, boolean byTitle) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
getModules
List<BGModule> getModules() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
getContractEntriesFromSqlQuery
List<String> getContractEntriesFromSqlQuery(String query, FieldNameSQL fieldNameSQL) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-