Interface IMappingTableMaintainOperation

All Known Implementing Classes:
CreateMappingTableRowOp, CreateSubscriberMappingTableRowOp, MaintainMappingTableRowOp, MaintainSubscriberMappingTableRowOp, ModifyMappingTableRowOp, ModifySubscriberMappingTableRowOp

public interface IMappingTableMaintainOperation
This Java interface defines default Java accessors for managing mapping tables; Consider the known classes that implement this interface.

Implementation in Your Client Application

Consider the known classes that implement this interface and consider the methods defined by this interface.
  • Method Details

    • getMappingTableId

      String getMappingTableId()
      Gets the identifier of the mapping table (or subscriber mapping table) that includes the row.
      Returns:
      The identifier of the business data table where the row will be created
    • getMappingTableRows

      List<MappingTableRowModel> getMappingTableRows()
      Gets all the mapping table rows that will be created.
      Returns:
      A list that contains all the mapping table rows to be created