Package com.highdeal.mappingtable.hci
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 theknown classes that implement this interface and consider the methods defined by this interface.-
Method Summary
Modifier and TypeMethodDescriptionGets the identifier of themapping table(orsubscriber mapping table) that includes the row.Gets all the mapping table rows that will be created.
-
Method Details
-
getMappingTableId
String getMappingTableId()Gets the identifier of themapping table(orsubscriber 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
-