Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
R
rank
- Variable in class com.shephertz.app42.paas.sdk.java.game.
Game.Score
rating
- Variable in class com.shephertz.app42.paas.sdk.java.review.
Review
read()
- Method in class com.shephertz.app42.paas.sdk.java.util.
Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int)
- Method in class com.shephertz.app42.paas.sdk.java.util.
Base64.InputStream
Calls
Base64.InputStream.read()
repeatedly until the end of stream is reached or
len
bytes are read.
receiveMessage(String, long)
- Method in class com.shephertz.app42.paas.sdk.java.message.
QueueService
Pulls all the message from the queue
receiveMessageByCorrelationId(String, long, String)
- Method in class com.shephertz.app42.paas.sdk.java.message.
QueueService
Pull message based on the correlation id
recommendedItemList
- Variable in class com.shephertz.app42.paas.sdk.java.recommend.
Recommender
Recommender
- Class in
com.shephertz.app42.paas.sdk.java.recommend
This Recommender object is the value object which contains the properties of Recommender along with the setter & getter for those properties.
Recommender()
- Constructor for class com.shephertz.app42.paas.sdk.java.recommend.
Recommender
Recommender.RecommendedItem
- Class in
com.shephertz.app42.paas.sdk.java.recommend
An inner class that contains the remaining properties of the Recommender.
Recommender.RecommendedItem()
- Constructor for class com.shephertz.app42.paas.sdk.java.recommend.
Recommender.RecommendedItem
This is a constructor that takes no parameter
RecommenderResponseBuilder
- Class in
com.shephertz.app42.paas.sdk.java.recommend
RecommenderResponseBuilder class converts the JSON response retrieved from the server to the value object i.e Recommender
RecommenderResponseBuilder()
- Constructor for class com.shephertz.app42.paas.sdk.java.recommend.
RecommenderResponseBuilder
RecommenderService
- Class in
com.shephertz.app42.paas.sdk.java.recommend
Recommendation engine which provides recommendation based on customer id, item id and the preference of the customer for a particular Item.
RecommenderService(String, String, String)
- Constructor for class com.shephertz.app42.paas.sdk.java.recommend.
RecommenderService
The constructor for the Service
RecommenderSimilarity
- Enum in
com.shephertz.app42.paas.sdk.java.recommend
An enum that contains 2 types of the Recommender Similarity either EuclideanDistanceSimilarity or PearsonCorrelationSimilarity.
redeemRewards(String, String, String, double)
- Method in class com.shephertz.app42.paas.sdk.java.game.
RewardService
Deducts the reward points from the earned rewards by a user.
removeAlbum(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
AlbumService
Removes a particular album based on the userName and albumName.
removeAllAttributes(String)
- Method in class com.shephertz.app42.paas.sdk.java.session.
SessionService
Removes all the attributes for a given session id
removeAllFiles()
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Removes all the files for the App
removeAllFilesByUser(String)
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Removes the files based on user name.
removeAllItems(String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CartService
Removes all Items from the specified Cart
removeAllItems(String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CatalogueService
Removes all the Items of the given Catalogue.
removeAttribute(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.session.
SessionService
Removes the attribute from a session whose session id is provided.
removeEmailConfiguration(String)
- Method in class com.shephertz.app42.paas.sdk.java.email.
EmailService
Removes email configuration for the given email id.
removeFileByName(String)
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Removes the file based on file name.
removeFileByUser(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Removes the file based on file name and user name.
removeItem(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CartService
Removes the specified item from the specified Cart
removeItemById(String, String, String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CatalogueService
Removes the Item for the given Id
removeItemsByCategory(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CatalogueService
Removes all the Items from a given Catalogue and Category
removeMessage(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.message.
QueueService
Remove message from the queue based on the message id.
removePhoto(String, String, String)
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
PhotoService
Removes the particular Photo from the specified Album for a particular user.
resetUserPassword(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Updates the User password based on userName.
resize(String, String, Integer, Integer)
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
ImageProcessorService
Resize image.
resize(String, InputStream, Integer, Integer)
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
ImageProcessorService
Resize image via Stream.
resizeByPercentage(String, String, Double)
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
ImageProcessorService
Resize image by Percentage.
resizeByPercentage(String, InputStream, Double)
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
ImageProcessorService
Resize image by Percentage via Stream.
RESTConnector
- Class in
com.shephertz.app42.paas.sdk.java.connection
resumeEncoding()
- Method in class com.shephertz.app42.paas.sdk.java.util.
Base64.OutputStream
Resumes encoding of the stream.
Review
- Class in
com.shephertz.app42.paas.sdk.java.review
This Review object is the value object which contains the properties of Review along with the setter & getter for those properties.
Review()
- Constructor for class com.shephertz.app42.paas.sdk.java.review.
Review
reviewId
- Variable in class com.shephertz.app42.paas.sdk.java.review.
Review
ReviewResponseBuilder
- Class in
com.shephertz.app42.paas.sdk.java.review
ReviewResponseBuilder class converts the JSON response retrieved from the server to the value object i.e Review
ReviewResponseBuilder()
- Constructor for class com.shephertz.app42.paas.sdk.java.review.
ReviewResponseBuilder
ReviewService
- Class in
com.shephertz.app42.paas.sdk.java.review
The service is a Review & Rating manager for any item.
ReviewService(String, String, String)
- Constructor for class com.shephertz.app42.paas.sdk.java.review.
ReviewService
The constructor for the Service
revokeAllRoles(String)
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Revokes all the roles from the user.
revokeRole(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Revokes the specified role from the user.
Reward
- Class in
com.shephertz.app42.paas.sdk.java.game
This Reward object is the value object which contains the properties of Reward along with the setter & getter for those properties.
Reward()
- Constructor for class com.shephertz.app42.paas.sdk.java.game.
Reward
RewardResponseBuilder
- Class in
com.shephertz.app42.paas.sdk.java.game
RewardResponseBuilder class converts the JSON response retrieved from the server to the value object i.e Reward
RewardResponseBuilder()
- Constructor for class com.shephertz.app42.paas.sdk.java.game.
RewardResponseBuilder
RewardService
- Class in
com.shephertz.app42.paas.sdk.java.game
Define a Reward e.g.
RewardService(String, String, String)
- Constructor for class com.shephertz.app42.paas.sdk.java.game.
RewardService
this is a constructor that takes
roleList
- Variable in class com.shephertz.app42.paas.sdk.java.user.
User
runJavaCode(String, JSONObject)
- Method in class com.shephertz.app42.paas.sdk.java.customcode.
CustomCodeService
Runs custom code deployed in the App42 Cloud
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y