Index
All Classes|All Packages
G
- GAMES - com.patreonshout.beans.constants.CreatorPageCategory
- 
Gaming
- Generic(HttpStatus, String) - Static method in class com.patreonshout.utils.ResponseUtil
- 
Create a JSON response to output.
- getAccount(long) - Method in class com.patreonshout.jpa.WebAccountFunctions
- 
Gets aWebAccountobject from an id
- getAccount(String) - Method in class com.patreonshout.jpa.WebAccountFunctions
- 
Gets aWebAccountobject from a specified login token
- getBeanFromJSON(String, Class<T>) - Static method in class com.patreonshout.utils.JSONUtil
- 
Creates a class from the json variables provided in the json string
- getCampaign(Long) - Method in class com.patreonshout.jpa.PatreonCampaignsFunctions
- getCampaignByWebaccountId(Long) - Method in class com.patreonshout.jpa.PatreonCampaignsFunctions
- 
gets a campaign id by the user's web account id
- getCampaignData(String) - Method in class com.patreonshout.rest.ReceiverSvc
- 
Gets the campaign data for a content creator on patreon
- GetCreatorPosts(int) - Method in interface com.patreonshout.rest.interfaces.PostImpl
- 
Endpoint that will get a list ofPostBeanobjects from the database given a specified creator
- GetCreatorPosts(int) - Method in class com.patreonshout.rest.PostSvc
- 
Endpoint that will get a list ofPostBeanobjects from the database given a specified creator
- getDataStream(String, boolean) - Method in class com.patreonshout.patreon.CustomPatreonAPI
- 
Wrapper for the request() function
- getExistingPosts(List<PostBean>) - Method in interface com.patreonshout.jpa.PostsRepository
- 
getExistingPosts() checks what posts in thePostBeanobject list are already in the database
- getExistingPosts(List<PostBean>) - Method in class com.patreonshout.jpa.PostsRepositoryImpl
- 
getExistingPosts() checks what posts in thePostBeanobject list are already in the database
- getListByList_id(int) - Method in class com.patreonshout.jpa.ListsRepositoryImpl
- getListByListId(int) - Method in interface com.patreonshout.jpa.ListsRepository
- 
Returns aListBeanobject via specific list_id
- getMultipleCreatorPosts(List<String>, Pageable) - Method in interface com.patreonshout.jpa.PostsRepository
- 
Returns the posts from multiple creators in paginated json body
- GetMultipleCreatorPosts(PostGetMultipleRequest) - Method in interface com.patreonshout.rest.interfaces.PostImpl
- 
Endpoint that will get a list ofPostBeanobjects from the database given list of creators
- GetMultipleCreatorPosts(PostGetMultipleRequest) - Method in class com.patreonshout.rest.PostSvc
- 
Endpoint that will get a list ofPostBeanobjects from the database given list of creators
- getNextCursorFromDocument(JSONAPIDocument) - Method in class com.patreonshout.patreon.CustomPatreonAPI
- 
Gets the cursor from aJSONAPIDocumentobject
- getPatreonTokens(String) - Method in class com.patreonshout.jpa.WebAccountFunctions
- 
Attempts to acquire Patreon access and refresh tokens by checking for a matchingWebAccountFunctionswith the given login token
- GetPatreonTokens(String) - Method in interface com.patreonshout.rest.interfaces.WebAccountImpl
- 
Endpoint that allows retrieval of Patreon access and refresh tokens for aWebAccountcontaining the given login token
- GetPatreonTokens(String) - Method in class com.patreonshout.rest.WebAccountSvc
- 
Endpoint that allows retrieval of Patreon access and refresh tokens for aWebAccountcontaining the given login token
- getPosts() - Method in class com.patreonshout.patreon.PostGetter
- 
Returns aJSONArraywith all the content creator's posts
- GetPostsFromList(String, int) - Method in interface com.patreonshout.rest.interfaces.ListImpl
- 
Gets the post from a specific list for a specific user
- GetPostsFromList(String, int) - Method in class com.patreonshout.rest.ListSvc
- 
Gets the post from a specific list for a specific user
- getSocialIntegration(String) - Method in class com.patreonshout.jpa.WebAccountFunctions
- 
Gets aWebAccountfrom the given login token, then returns itsSocialIntegration
- GetSocialIntegration(String) - Method in interface com.patreonshout.rest.interfaces.WebAccountImpl
- 
Endpoint that returns the social integration tokens and webhook URLs for social platforms for a given login token
- GetSocialIntegration(String) - Method in class com.patreonshout.rest.WebAccountSvc
- 
Endpoint that returns the social integration tokens and webhook URLs for social platforms for a given login token
- getUrlList(List<PostBean>) - Method in class com.patreonshout.jpa.PostsRepositoryImpl
- 
Gets the existing posts from a particular content creator
- GetUserFilters(String) - Method in interface com.patreonshout.rest.interfaces.SearchFilterImpl
- 
Endpoint that will get everySearchFilterfrom the database for a user
- GetUserFilters(String) - Method in class com.patreonshout.rest.SearchFilterSvc
- 
Endpoint that will get everySearchFilterfrom the database for a user
- GetUserLists(String) - Method in interface com.patreonshout.rest.interfaces.ListImpl
- 
Endpoint that will get a list ofListBeanobjects from the database given a login token
- GetUserLists(String) - Method in class com.patreonshout.rest.ListSvc
- 
Endpoint that will get a list ofListBeanobjects from the database given a login token
- GetUserListsWithPost(String, String) - Method in interface com.patreonshout.rest.interfaces.ListImpl
- 
Endpoint that will get a list ofListBeanobjects from the database that have a specific post in them
- GetUserListsWithPost(String, String) - Method in class com.patreonshout.rest.ListSvc
- 
Endpoint that will get a list ofListBeanobjects from the database that have a specific post in them
- GetUserTagsOnSinglePost(TagGetRequest) - Method in interface com.patreonshout.rest.interfaces.TagImpl
- 
Endpoint that will get the user given tags of a post from the database
- GetUserTagsOnSinglePost(TagGetRequest) - Method in class com.patreonshout.rest.TagSvc
- 
Endpoint that will get the user given tags of a post from the database
- getVersion() - Method in class com.patreonshout.patreon.CustomPatreonAPI
- 
Gets the versions of different items from the place that the request is sent
All Classes|All Packages