Class SummaryAPI
- java.lang.Object
-
- com.cheetahdigital.corekit.models.module.Controller
-
- com.cheetahdigital.summary.core.api.SummaryAPI
-
- All Implemented Interfaces:
com.cheetahdigital.corekit.rest.RestController
public class SummaryAPI extends com.cheetahdigital.corekit.models.module.Controller
Cheetah Loyalty Activities Module ASummary
represents one User's Summary.
-
-
Constructor Summary
Constructors Constructor Description SummaryAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getSummary(SummaryParams summaryParams, boolean clearCache, com.cheetahdigital.corekit.models.module.ListenerModel<com.cheetahdigital.corekit.models.BaseModel<Summary>,Summary> listener)
Get the member account summary information
-
-
-
Method Detail
-
getSummary
public void getSummary(SummaryParams summaryParams, boolean clearCache, com.cheetahdigital.corekit.models.module.ListenerModel<com.cheetahdigital.corekit.models.BaseModel<Summary>,Summary> listener)
Get the member account summary information- Parameters:
summaryParams
- query params used for Summary APIclearCache
- true to clear stored cache, else falselistener
- callback for receiving summary from the API
-
-