Class RegisterManager

java.lang.Object
ru.bitel.bgbilling.kernel.integration.server.bean.RegisterManager

public class RegisterManager
extends java.lang.Object
  • Constructor Details

    • RegisterManager

      public RegisterManager​(java.sql.Connection con)
  • Method Details

    • getRegisterById

      public Register getRegisterById​(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateRegister

      public void updateRegister​(Register register) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • deleteRegister

      public void deleteRegister​(int id)
    • getRegisterList

      public java.util.List<Register> getRegisterList​(Period period, int limit)
    • getRegisterList

      public java.util.List<Register> getRegisterList​(Period period, int limit, int regType)
    • processRegister

      public void processRegister​(int userId, Register register) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException