Class RegisterManager
java.lang.Object
ru.bitel.bgbilling.kernel.integration.server.bean.RegisterManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteRegister(int id) getRegisterById(int id) getRegisterList(Period period, int limit) getRegisterList(Period period, int limit, int regType) voidprocessRegister(int userId, Register register) voidupdateRegister(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
-