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 a
WebAccount
object from an id - getAccount(String) - Method in class com.patreonshout.jpa.WebAccountFunctions
-
Gets a
WebAccount
object 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 of
PostBean
objects from the database given a specified creator - GetCreatorPosts(int) - Method in class com.patreonshout.rest.PostSvc
-
Endpoint that will get a list of
PostBean
objects 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 the
PostBean
object list are already in the database - getExistingPosts(List<PostBean>) - Method in class com.patreonshout.jpa.PostsRepositoryImpl
-
getExistingPosts() checks what posts in the
PostBean
object 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 a
ListBean
object 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 of
PostBean
objects from the database given list of creators - GetMultipleCreatorPosts(PostGetMultipleRequest) - Method in class com.patreonshout.rest.PostSvc
-
Endpoint that will get a list of
PostBean
objects from the database given list of creators - getNextCursorFromDocument(JSONAPIDocument) - Method in class com.patreonshout.patreon.CustomPatreonAPI
-
Gets the cursor from a
JSONAPIDocument
object - getPatreonTokens(String) - Method in class com.patreonshout.jpa.WebAccountFunctions
-
Attempts to acquire Patreon access and refresh tokens by checking for a matching
WebAccountFunctions
with 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 a
WebAccount
containing the given login token - GetPatreonTokens(String) - Method in class com.patreonshout.rest.WebAccountSvc
-
Endpoint that allows retrieval of Patreon access and refresh tokens for a
WebAccount
containing the given login token - getPosts() - Method in class com.patreonshout.patreon.PostGetter
-
Returns a
JSONArray
with 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 a
WebAccount
from 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 every
SearchFilter
from the database for a user - GetUserFilters(String) - Method in class com.patreonshout.rest.SearchFilterSvc
-
Endpoint that will get every
SearchFilter
from the database for a user - GetUserLists(String) - Method in interface com.patreonshout.rest.interfaces.ListImpl
-
Endpoint that will get a list of
ListBean
objects from the database given a login token - GetUserLists(String) - Method in class com.patreonshout.rest.ListSvc
-
Endpoint that will get a list of
ListBean
objects from the database given a login token - GetUserListsWithPost(String, String) - Method in interface com.patreonshout.rest.interfaces.ListImpl
-
Endpoint that will get a list of
ListBean
objects 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 of
ListBean
objects 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