Interface PackerService
public interface PackerService
-
Method Summary
Modifier and TypeMethodDescriptionint
packerKitDelete
(int packerKitId) packerKitGet
(int id) int
packerKitUpdate
(PackerKit packerKit) void
packerOptionLibraryDelete
(int packerOptionLibraryId) void
packerOptionLibraryUpdate
(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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.bitel.bgbilling.common.BGMessageException
-