com.ibm.commerce.ordermanagement.beans

Class ReturnRecordsForReturnAdministratorListDataBean

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


    public class ReturnRecordsForReturnAdministratorListDataBean
    extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordsForReturnAdministratorListListDataBeanBase
    implements com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputListDataBean, com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartListDataBean, Delegator, Protectable
    This databean is used to get a list of ReturnRecordsForReturnAdministratorDataBean.
    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

      • ReturnRecordsForReturnAdministratorListDataBean

        public ReturnRecordsForReturnAdministratorListDataBean()
    • Method Detail

      • getDataBeanKeyFfmCenterId

        public java.lang.String getDataBeanKeyFfmCenterId()
        This method returns FfmCenterId.
        Specified by:
        getDataBeanKeyFfmCenterId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartListDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyStoreId

        public java.lang.String getDataBeanKeyStoreId()
        This method returns StoreId.
        Specified by:
        getDataBeanKeyStoreId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartListDataBean
        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
      • getReturnRecordsForReturnAdministratorList

        public ReturnRecordsForReturnAdministratorDataBean[] getReturnRecordsForReturnAdministratorList()
        This method returns ReturnRecordsForReturnAdministratorDataBean array.
        Specified by:
        getReturnRecordsForReturnAdministratorList in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartListDataBean
        Returns:
        ReturnRecordsForReturnAdministratorDataBean[]
      • populate

        public void populate()
                      throws java.lang.Exception
        This method is used to populate the ReturnRecordsForReturnAdministratorListDataBean. You must set the following parameters before running the populate() method.
      • FfmCenterId
      • StoreId
Specified by:
populate in interface SmartDataBean
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception
See Also:
setDataBeanKeyFfmCenterId(String), setDataBeanKeyStoreId(String)
  • setDataBeanKeyFfmCenterId

    public void setDataBeanKeyFfmCenterId(java.lang.String aFfmCenterId)
    This method sets FfmCenterId.
    Specified by:
    setDataBeanKeyFfmCenterId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputListDataBean
    Parameters:
    aFfmCenterId - java.lang.String
  • setDataBeanKeyStoreId

    public void setDataBeanKeyStoreId(java.lang.String aStoreId)
    This method sets StoreId.
    Specified by:
    setDataBeanKeyStoreId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputListDataBean
    Parameters:
    aStoreId - java.lang.String
  • setReturnRecordsForReturnAdministratorList

    public void setReturnRecordsForReturnAdministratorList(ReturnRecordsForReturnAdministratorDataBean[] aListDataBean)
    This method sets ReturnRecordsForReturnAdministratorDataBean array.
    Specified by:
    setReturnRecordsForReturnAdministratorList in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputListDataBean
    Parameters:
    aListDataBean - ReturnRecordsForReturnAdministratorDataBean[]