com.ibm.commerce.approval.beans

Class ApprovalApproversLightListBean

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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright
      • 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[] getApproverBeans()
      Returns an array of ApprovalMemberLightDataBeans corresponding to the rows in the list.
      java.lang.String getForWhom()
      Returns the forWhom flag.
      void populate()
      Creates a sorted list of approver beans.
      void setApproverBeans(ApprovalMemberLightDataBean[] newApproverBeans)
      Sets the array of ApprovalMemberLightDataBeans corresponding to the rows in the list.
      void setForWhom(java.lang.String newForWhom)
      Sets the forWhom flag.
      • 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
        See Also:
        Constant Field Values
    • Constructor Detail

      • ApprovalApproversLightListBean

        public ApprovalApproversLightListBean()
        ApprovalApproversLightListBean constructor.
    • Method Detail

      • getForWhom

        public java.lang.String getForWhom()
        Returns the forWhom flag. This should be ApprovalConstants.EC_APPROVER_CODE if the list is being generated for an approver or ApprovalConstants.EC_SUBMITTER_CODE if the list is being generated for a submitter.
        Specified by:
        getForWhom in interface ApprovalApproversLightListSmartDataBean
        Returns:
        forWhom The flag indicating for whom the list is being created.
      • populate

        public void populate()
                      throws java.lang.Exception
        Creates a sorted list of approver beans.
        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.
      • setForWhom

        public void setForWhom(java.lang.String newForWhom)
        Sets the forWhom flag. This should be ApprovalConstants.EC_APPROVER_CODE if the list is being generated for an approver or ApprovalConstants.EC_SUBMITTER_CODE if the list is being generated for a submitter.
        Specified by:
        setForWhom in interface ApprovalApproversLightListInputDataBean
        Parameters:
        newForWhom - The forWhom flag.