A B C G J L M O R S 
All Classes All Packages

J

JoinedGroupsListActivity - Class in com.cheetahdigital.groups.ui.list
The Activity class for showing the list of Group via JoinedGroupsListFragment Can receive the following intent extras: CLASS_NAME_KEY - the name of GroupClass
JoinedGroupsListActivity() - Constructor for class com.cheetahdigital.groups.ui.list.JoinedGroupsListActivity
 
JoinedGroupsListFragment<A extends GroupsListAdapter,​V extends GroupsListView,​P extends JoinedGroupsListPresenter<V>> - Class in com.cheetahdigital.groups.ui.list
List Fragment that extends EndlessListFragmentView having GroupsListAdapter as the adapter, GroupsListView as the view and JoinedGroupsListPresenter as the presenter The fragment also use GroupsListView and GroupsListClickListener The fragment class for showing the list of Group Can receive the following intent extras: IntentKey.PRIMARY_ID - the name of GroupClass IntentKey.PRIMARY_PARAMS - the GroupsParams to use for api call
JoinedGroupsListFragment() - Constructor for class com.cheetahdigital.groups.ui.list.JoinedGroupsListFragment
 
JoinedGroupsListPresenter<T extends GroupsListView> - Class in com.cheetahdigital.groups.ui.list
The MvpView Presenter Class for JoinedGroupsListActivity
JoinedGroupsListPresenter(String) - Constructor for class com.cheetahdigital.groups.ui.list.JoinedGroupsListPresenter
 
JoinedGroupsListPresenter(String, GroupsParams) - Constructor for class com.cheetahdigital.groups.ui.list.JoinedGroupsListPresenter
 
joinGroup() - Method in class com.cheetahdigital.groups.ui.detail.GroupDetailsPresenter
Calls the Join Group API of the server
joinGroup(GroupsParams) - Method in class com.cheetahdigital.groups.ui.detail.GroupDetailsPresenter
Calls the Join Group API of the server
joinGroup(GroupsParams, ListenerModel<BaseModel<GroupJoinLeaveResponse>, GroupJoinLeaveResponse>) - Method in class com.cheetahdigital.groups.core.api.GroupsAPI
Join group
A B C G J L M O R S 
All Classes All Packages