com.ibm.commerce.approval.beans

Class ApprovalSubmittersLightListBean

  • java.lang.Object
    • com.ibm.commerce.beans.InputDataBeanImpl
      • com.ibm.commerce.beans.SmartDataBeanImpl
        • com.ibm.commerce.approval.beans.ApprovalSubmittersLightListBean
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright field.
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      ApprovalMemberLightDataBean[] getSubmitterBeans()
      Returns an array of ApprovalMemberLightDataBeans corresponding to the rows in the list.
      void populate()
      Creates a sorted list of submitter beans for an approver.
      void setSubmitterBeans(ApprovalMemberLightDataBean[] newSubmitterBeans)
      Sets the array of ApprovalMemberLightDataBeans corresponding to the rows in the list.
      • Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl

        fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
      • Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl

        getRequestProperties, setRequestProperties
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.beans.InputDataBean

        getRequestProperties, setRequestProperties
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ApprovalSubmittersLightListBean

        public ApprovalSubmittersLightListBean()
        ApprovalSubmittersLightListBean constructor.
    • Method Detail

      • getSubmitterBeans

        public ApprovalMemberLightDataBean[] getSubmitterBeans()
        Returns an array of ApprovalMemberLightDataBeans corresponding to the rows in the list.
        Specified by:
        getSubmitterBeans in interface ApprovalSubmittersLightListSmartDataBean
        Parameters:
        submitterBeans - The array of ApprovalMemberLightDataBeans corresponding to the rows in the list.
        Returns:
        An array of ApprovalMemberLightDataBeans corresponding to the rows in the list.
      • populate

        public void populate()
                      throws java.lang.Exception
        Creates a sorted list of submitter beans for an approver.
        Specified by:
        populate in interface com.ibm.commerce.beans.SmartDataBean
        Overrides:
        populate in class com.ibm.commerce.beans.SmartDataBeanImpl
        Throws:
        java.lang.Exception - if there is any problem creating the list.