com.ibm.commerce.ordermanagement.beans

Class ReturnRecordsForOperationManagerListDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.ordermanagement.beans.ReturnRecordsForOperationManagerInputListDataBean, com.ibm.commerce.ordermanagement.beans.ReturnRecordsForOperationManagerSmartListDataBean, Delegator, Protectable, java.io.Serializable


    public class ReturnRecordsForOperationManagerListDataBean
    extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordsForOperationManagerListListDataBeanBase
    implements com.ibm.commerce.ordermanagement.beans.ReturnRecordsForOperationManagerInputListDataBean, com.ibm.commerce.ordermanagement.beans.ReturnRecordsForOperationManagerSmartListDataBean, Delegator, Protectable
    This databean is used to get a list of ReturnRecordsForOperationManagerDataBean.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • ReturnRecordsForOperationManagerListDataBean

        public ReturnRecordsForOperationManagerListDataBean()
    • Method Detail

      • getDataBeanKeyFfmCenterId1

        public java.lang.String getDataBeanKeyFfmCenterId1()
        This method returns FfmCenterId1.
        Specified by:
        getDataBeanKeyFfmCenterId1 in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForOperationManagerSmartListDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyStoreId1

        public java.lang.String getDataBeanKeyStoreId1()
        This method returns StoreId1.
        Specified by:
        getDataBeanKeyStoreId1 in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForOperationManagerSmartListDataBean
        Returns:
        java.lang.String
      • getDelegate

        public Protectable getDelegate()
                                throws java.lang.Exception
        This method returns the Protectable object whose access control policies will indirectly control the access control for this object
        Specified by:
        getDelegate in interface Delegator
        Returns:
        The Protectable object whose access control policies will indirectly control the access control for this object
        Throws:
        java.lang.Exception
      • getOwner

        public java.lang.Long getOwner()
                                throws java.lang.Exception
        This method returns the member id of the owner.
        Specified by:
        getOwner in interface Protectable
        Returns:
        The member id of the owner
        Throws:
        java.lang.Exception
      • getReturnRecordsForOperationManagerList

        public ReturnRecordsForOperationManagerDataBean[] getReturnRecordsForOperationManagerList()
        This method returns ReturnRecordsForOperationManagerDataBean array.
        Specified by:
        getReturnRecordsForOperationManagerList in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForOperationManagerSmartListDataBean
        Returns:
        ReturnRecordsForOperationManagerDataBean[]
      • populate

        public void populate()
                      throws java.lang.Exception
        This method is used to populate the ReturnRecordsForOperationManagerListDataBean. You must set the following parameters before running the populate() method.
      • FfmCenterId1
      • StoreId1
Specified by:
populate in interface SmartDataBean
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception
See Also:
setDataBeanKeyFfmCenterId1(String), setDataBeanKeyStoreId1(String)
  • setDataBeanKeyFfmCenterId1

    public void setDataBeanKeyFfmCenterId1(java.lang.String aFfmCenterId1)
    This method sets FfmCenterId1.
    Specified by:
    setDataBeanKeyFfmCenterId1 in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForOperationManagerInputListDataBean
    Parameters:
    aFfmCenterId1 - java.lang.String
  • setDataBeanKeyStoreId1

    public void setDataBeanKeyStoreId1(java.lang.String aStoreId1)
    This method sets StoreId1.
    Specified by:
    setDataBeanKeyStoreId1 in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForOperationManagerInputListDataBean
    Parameters:
    aStoreId1 - java.lang.String
  • setReturnRecordsForOperationManagerList

    public void setReturnRecordsForOperationManagerList(ReturnRecordsForOperationManagerDataBean[] aListDataBean)
    This method sets the list of ReturnRecordsForOperationManagerDataBean.
    Specified by:
    setReturnRecordsForOperationManagerList in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForOperationManagerInputListDataBean
    Parameters:
    aListDataBean - ReturnRecordsForOperationManagerDataBean[]