Interface PackerService
public interface PackerService
-
Method Summary
Modifier and TypeMethodDescriptionintpackerKitDelete(int packerKitId) packerKitGet(int id) intpackerKitUpdate(PackerKit packerKit) voidpackerOptionLibraryDelete(int packerOptionLibraryId) voidpackerOptionLibraryUpdate(PackerOptionLibrary packerOptionLibrary) searchPackerOptionLibraryList(String title, Page page)
-
Method Details
-
packerKitList
- Throws:
ru.bitel.bgbilling.common.BGException
-
packerKitGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
packerKitUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
packerKitDelete
int packerKitDelete(int packerKitId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
searchPackerOptionLibraryList
SearchResult<PackerOptionLibrary> searchPackerOptionLibraryList(String title, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
packerOptionLibraryDelete
void packerOptionLibraryDelete(int packerOptionLibraryId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
packerOptionLibraryUpdate
void packerOptionLibraryUpdate(PackerOptionLibrary packerOptionLibrary) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-