com.konakart.appif
Interface RewardPointsIf

All Known Implementing Classes:
RewardPoints

public interface RewardPointsIf

This is normally the object returned for API calls returning an array of RewardPoint objects. It contains an array of RewardPoint objects and the total number of RewardPoint objects matching the request, so that they can be paged.


Method Summary
 RewardPointIf[] getRewardPointArray()
          The array of reward point records
 int getTotalNumRecords()
          Total number of RewardPoint records present
 void setRewardPointArray(RewardPointIf[] rewardPointArray)
          The array of reward point records
 void setTotalNumRecords(int totalNumRecords)
          Total number of RewardPoint records present
 

Method Detail

getTotalNumRecords

int getTotalNumRecords()
Total number of RewardPoint records present

Returns:
the totalNumRecords

setTotalNumRecords

void setTotalNumRecords(int totalNumRecords)
Total number of RewardPoint records present

Parameters:
totalNumRecords - the totalNumRecords to set

getRewardPointArray

RewardPointIf[] getRewardPointArray()
The array of reward point records

Returns:
the rewardPointArray

setRewardPointArray

void setRewardPointArray(RewardPointIf[] rewardPointArray)
The array of reward point records

Parameters:
rewardPointArray - the rewardPointArray to set


Copyright © 2011 DS Data Systems UK Ltd.