Class RegisterManager
java.lang.Object
ru.bitel.bgbilling.kernel.integration.server.bean.RegisterManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteRegister
(int id) getRegisterById
(int id) getRegisterList
(Period period, int limit) getRegisterList
(Period period, int limit, int regType) void
processRegister
(int userId, Register register) void
updateRegister
(Register register)
-
Constructor Details
-
RegisterManager
-
-
Method Details
-
getRegisterById
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateRegister
- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteRegister
public void deleteRegister(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getRegisterList
public List<Register> getRegisterList(Period period, int limit) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getRegisterList
public List<Register> getRegisterList(Period period, int limit, int regType) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
processRegister
public void processRegister(int userId, Register register) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-