Class AttributeValueManager

java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.AttributeValueManager

public class AttributeValueManager
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    AttributeValueManager​(java.sql.Connection con, int mid)  
  • Method Summary

    Modifier and Type Method Description
    protected java.lang.String getTableName​(int mid)  
    java.util.List<AttributeValue> getValueList​(int accountId)  
    void updateValues​(int accountId, java.util.List<AttributeValue> valueList)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AttributeValueManager

      public AttributeValueManager​(java.sql.Connection con, int mid)
  • Method Details

    • getTableName

      protected java.lang.String getTableName​(int mid)
    • getValueList

      public java.util.List<AttributeValue> getValueList​(int accountId)
    • updateValues

      public void updateValues​(int accountId, java.util.List<AttributeValue> valueList)