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
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
R
rank
- Variable in class com.shephertz.app42.paas.sdk.jme.game.
Game.Score
rating
- Variable in class com.shephertz.app42.paas.sdk.jme.review.
Review
receiveMessage(String, long)
- Method in class com.shephertz.app42.paas.sdk.jme.message.
QueueService
Pulls all the message from the queue
receiveMessageByCorrelationId(String, long, String)
- Method in class com.shephertz.app42.paas.sdk.jme.message.
QueueService
Pull message based on the correlation id
recommendedItemList
- Variable in class com.shephertz.app42.paas.sdk.jme.recommend.
Recommender
Recommender
- Class in
com.shephertz.app42.paas.sdk.jme.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.jme.recommend.
Recommender
Recommender.RecommendedItem
- Class in
com.shephertz.app42.paas.sdk.jme.recommend
An inner class that contains the remaining properties of the Recommender.
Recommender.RecommendedItem()
- Constructor for class com.shephertz.app42.paas.sdk.jme.recommend.
Recommender.RecommendedItem
This is a constructor that takes no parameter
RecommenderResponseBuilder
- Class in
com.shephertz.app42.paas.sdk.jme.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.jme.recommend.
RecommenderResponseBuilder
RecommenderService
- Class in
com.shephertz.app42.paas.sdk.jme.recommend
Recommendation engine which provides reommendation 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.jme.recommend.
RecommenderService
The costructor for the Service
RecommenderSimilarity
- Class in
com.shephertz.app42.paas.sdk.jme.recommend
This class contains 2 types of the Recommender Similarity either EuclideanDistanceSimilarity or PearsonCorrelationSimilarity.
RecommenderSimilarity()
- Constructor for class com.shephertz.app42.paas.sdk.jme.recommend.
RecommenderSimilarity
redeemRewards(String, String, String, double)
- Method in class com.shephertz.app42.paas.sdk.jme.game.
RewardService
Deducts the reward points from the earned rewards by a user.
REMOVE
- Static variable in class com.shephertz.app42.paas.sdk.jme.appTab.
ChargeType
removeAlbum(String, String)
- Method in class com.shephertz.app42.paas.sdk.jme.gallery.
AlbumService
Removes a particular album based on the userName and albumName.
removeAllAttributes(String)
- Method in class com.shephertz.app42.paas.sdk.jme.session.
SessionService
Removes all the attributes for a given session id
removeAllFiles()
- Method in class com.shephertz.app42.paas.sdk.jme.upload.
UploadService
Removes all the files for the App
removeAllFilesByUser(String)
- Method in class com.shephertz.app42.paas.sdk.jme.upload.
UploadService
Removes the files based on user name.
removeAllItems(String)
- Method in class com.shephertz.app42.paas.sdk.jme.shopping.
CartService
Removes all Items from the specified Cart
removeAllItems(String)
- Method in class com.shephertz.app42.paas.sdk.jme.shopping.
CatalogueService
Removes all the Items of the given Catalogue.
removeAttribute(String, String)
- Method in class com.shephertz.app42.paas.sdk.jme.session.
SessionService
Removes the attribute from a session whose session id is provided.
removeEmailConfiguration(String)
- Method in class com.shephertz.app42.paas.sdk.jme.email.
EmailService
Removes email configuration for the given email id.
removeFileByName(String)
- Method in class com.shephertz.app42.paas.sdk.jme.upload.
UploadService
Removes the file based on file name.
removeFileByUser(String, String)
- Method in class com.shephertz.app42.paas.sdk.jme.upload.
UploadService
Removes the file based on file name and user name.
removeItem(String, String)
- Method in class com.shephertz.app42.paas.sdk.jme.shopping.
CartService
Removes the specified item from the specified Cart
removeItemById(String, String, String)
- Method in class com.shephertz.app42.paas.sdk.jme.shopping.
CatalogueService
Removes the Item for the given Id
removeItemsByCategory(String, String)
- Method in class com.shephertz.app42.paas.sdk.jme.shopping.
CatalogueService
Removes all the Items from a given Catalogue and Category
removeMessage(String, String)
- Method in class com.shephertz.app42.paas.sdk.jme.message.
QueueService
Remove message from the queue based on the message id.
removePhoto(String, String, String)
- Method in class com.shephertz.app42.paas.sdk.jme.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.jme.user.
UserService
Updates the User password based on userName.
resize(String, InputStream, Integer, Integer)
- Method in class com.shephertz.app42.paas.sdk.jme.imageProcessor.
ImageProcessorService
Resize image via Stream.
resizeByPercentage(String, InputStream, Double)
- Method in class com.shephertz.app42.paas.sdk.jme.imageProcessor.
ImageProcessorService
Resize image by Percentage via Stream.
RESTConnector
- Class in
com.shephertz.app42.paas.sdk.jme.connection
Review
- Class in
com.shephertz.app42.paas.sdk.jme.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.jme.review.
Review
reviewId
- Variable in class com.shephertz.app42.paas.sdk.jme.review.
Review
ReviewResponseBuilder
- Class in
com.shephertz.app42.paas.sdk.jme.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.jme.review.
ReviewResponseBuilder
ReviewService
- Class in
com.shephertz.app42.paas.sdk.jme.review
The service is a Review & Rating manager for any item.
ReviewService(String, String, String)
- Constructor for class com.shephertz.app42.paas.sdk.jme.review.
ReviewService
The costructor for the Service
revokeAllRoles(String)
- Method in class com.shephertz.app42.paas.sdk.jme.user.
UserService
Revokes all the roles from the user.
revokeRole(String, String)
- Method in class com.shephertz.app42.paas.sdk.jme.user.
UserService
Revokes the specified role from the user.
Reward
- Class in
com.shephertz.app42.paas.sdk.jme.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.jme.game.
Reward
RewardResponseBuilder
- Class in
com.shephertz.app42.paas.sdk.jme.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.jme.game.
RewardResponseBuilder
RewardService
- Class in
com.shephertz.app42.paas.sdk.jme.game
Define a Reward e.g.
RewardService(String, String, String)
- Constructor for class com.shephertz.app42.paas.sdk.jme.game.
RewardService
this is a constructor that takes
roleList
- Variable in class com.shephertz.app42.paas.sdk.jme.user.
User
runJavaCode(String, JSONObject)
- Method in class com.shephertz.app42.paas.sdk.jme.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
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y