A B C D E G H I L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- appendAwardList(List<Award>, int) - Method in class com.cheetahdigital.rewards.ui.awards.AwardsListFragment
- appendAwardList(List<Award>, int) - Method in interface com.cheetahdigital.rewards.ui.awards.AwardsListView
-
View action to add items to the list of awards
- appendRedemptionsList(List<Redemption>, int) - Method in class com.cheetahdigital.rewards.ui.redemptions.list.RedemptionsListFragment
- appendRedemptionsList(List<Redemption>, int) - Method in interface com.cheetahdigital.rewards.ui.redemptions.list.RedemptionsListView
-
Notifies the view to append the existing
Redemption
list. - appendRewardsList(List<Reward>, int) - Method in class com.cheetahdigital.rewards.ui.rewards.list.RewardsListFragment
- appendRewardsList(List<Reward>, int) - Method in interface com.cheetahdigital.rewards.ui.rewards.list.RewardsListView
-
Implement method after receiving response from the
RewardsAPI.getRewards(RewardParams, boolean, ListenerModel)
- Attribute - Class in com.cheetahdigital.rewards.core.model
- Attribute() - Constructor for class com.cheetahdigital.rewards.core.model.Attribute
- AttributeOption - Class in com.cheetahdigital.rewards.core.model
-
Cheetah Loyalty Data Model for Item Options for each
Attribute
- AttributeOption() - Constructor for class com.cheetahdigital.rewards.core.model.AttributeOption
- Award - Class in com.cheetahdigital.rewards.core.model
-
Cheetah Loyalty Data Model for Award
- Award() - Constructor for class com.cheetahdigital.rewards.core.model.Award
- AWARD_ID - Static variable in class com.cheetahdigital.rewards.ui.redemptions.detail.RedemptionDetailsActivity
- AWARD_STATUS - Static variable in class com.cheetahdigital.rewards.ui.redemptions.detail.RedemptionDetailsActivity
- AWARD_STATUS - Static variable in class com.cheetahdigital.rewards.ui.rewards.detail.RewardDetailsActivity
- AWARD_STATUS - Static variable in class com.cheetahdigital.rewards.ui.rewards.RequiredAttributeActivity
- Awards - Class in com.cheetahdigital.rewards.core.model
-
Collection of
Award
- Awards() - Constructor for class com.cheetahdigital.rewards.core.model.Awards
- AwardsAdapter - Class in com.cheetahdigital.rewards.ui.awards
-
The adapter for
AwardsListFragment
- AwardsAdapter(List<Award>) - Constructor for class com.cheetahdigital.rewards.ui.awards.AwardsAdapter
-
Simple constructor with no ClickListener
- AwardsAdapter(List<Award>, ItemClickListener<Award>) - Constructor for class com.cheetahdigital.rewards.ui.awards.AwardsAdapter
-
Constructor to use in creating the AwardsAdapter with a click listener
- AwardsListActivity - Class in com.cheetahdigital.rewards.ui.awards
-
Activity class that serves as a container for
AwardsListFragment
To change parameters, see arguments inAwardsListFragment
- AwardsListActivity() - Constructor for class com.cheetahdigital.rewards.ui.awards.AwardsListActivity
- AwardsListFragment<A extends AwardsAdapter,V extends AwardsListView,P extends AwardsListPresenter<V>> - Class in com.cheetahdigital.rewards.ui.awards
-
Fragment to show list of
Award
To customize parameters of the list (e.g. - AwardsListFragment() - Constructor for class com.cheetahdigital.rewards.ui.awards.AwardsListFragment
- AwardsListPresenter<T extends AwardsListView> - Class in com.cheetahdigital.rewards.ui.awards
-
This class handles all the needed data processing for the Awards List.
- AwardsListPresenter() - Constructor for class com.cheetahdigital.rewards.ui.awards.AwardsListPresenter
-
Simple constructor to use to create a new Presenter for the Awards list
- AwardsListPresenter(RewardParams) - Constructor for class com.cheetahdigital.rewards.ui.awards.AwardsListPresenter
-
Constructor that accepts a RewardParams
- AwardsListView - Interface in com.cheetahdigital.rewards.ui.awards
-
The
MvpView
class forAwardsListFragment
- AwardViewHolder - Class in com.cheetahdigital.rewards.ui.awards
-
The
RecyclerView.ViewHolder
forAwardsListFragment
- AwardViewHolder(View) - Constructor for class com.cheetahdigital.rewards.ui.awards.AwardViewHolder
-
Simple constructor for
AwardViewHolder
All Classes All Packages