Interface UserCardCopyService
- All Superinterfaces:
LoggableService
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteUserCardCopy(int id) getUserCardCopyList(int uid, LocalDate date) voidMethods inherited from interface ru.bitel.common.model.LoggableService
logList
-
Method Details
-
getUserCardCopyList
List<UserCardCopy> getUserCardCopyList(int uid, LocalDate date) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
updateUserCardCopy
- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteUserCardCopy
void deleteUserCardCopy(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-