com.ibm.commerce.approval.beans

Class ApprovalTaskLightListBean

  • java.lang.Object
    • com.ibm.commerce.beans.InputDataBeanImpl
      • com.ibm.commerce.beans.SmartDataBeanImpl
        • com.ibm.commerce.approval.beans.ApprovalTaskLightListBean
    • 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
    • Constructor Summary

      Constructors 
      Constructor and Description
      ApprovalTaskLightListBean()
      ApprovalTaskLightListBean constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      ApprovalTaskLightDataBean[] getApprovalTaskBeans()
      Returns an array of ApprovalTaskLightDataBeans corresponding to the rows in the list.
      java.lang.String getLanguageId()
      Gets the language ID.
      void populate()
      Creates a list of beans corresponding to the unique tasks (flow type descriptions) available for the submitter or approver.
      void setApprovalTaskBeans(ApprovalTaskLightDataBean[] newApprovalTaskBeans)
      Sets the array of ApprovalTaskLightDataBeans corresponding to the rows in the list.
      void setLanguageId(java.lang.String newLanguageId)
      Sets the language ID.
      • 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

      • ApprovalTaskLightListBean

        public ApprovalTaskLightListBean()
        ApprovalTaskLightListBean constructor.
    • Method Detail

      • populate

        public void populate()
                      throws java.lang.Exception
        Creates a list of beans corresponding to the unique tasks (flow type descriptions) available for the submitter or 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.