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

A

accountLocked - Variable in class com.shephertz.app42.paas.sdk.jme.user.User
 
action - Variable in class com.shephertz.app42.paas.sdk.jme.imageProcessor.Image
 
ADD - Static variable in class com.shephertz.app42.paas.sdk.jme.appTab.ChargeType
 
addBandwidthInToPackage(String, String, String) - Method in class com.shephertz.app42.paas.sdk.jme.appTab.SchemeService
Add bandwidthPackage into the existing package
addFeatureInToPackage(String, String, Vector) - Method in class com.shephertz.app42.paas.sdk.jme.appTab.SchemeService
Add a feature into existing package
addItem(String, String, int, double) - Method in class com.shephertz.app42.paas.sdk.jme.shopping.CartService
Adds an Item in the Cart with quantity and price.
addItem(String, String, ItemData) - Method in class com.shephertz.app42.paas.sdk.jme.shopping.CatalogueService
Creates a Item in a Category for a particular Catelogue
addLimitToBandwidth(String, String, String, Double, String, Double) - Method in class com.shephertz.app42.paas.sdk.jme.appTab.SchemeService
 
addLimitToStorage(String, String, String, Double, String, Double) - Method in class com.shephertz.app42.paas.sdk.jme.appTab.SchemeService
Add StoageLimit into existing package
addOrUpdatePreference(Vector) - Method in class com.shephertz.app42.paas.sdk.jme.recommend.RecommenderService
Add or Update preference list on the cloud.
addPhoto(String, String, String, String, InputStream) - Method in class com.shephertz.app42.paas.sdk.jme.gallery.PhotoService
Adds Photo for a particular user and album via Stream.
addScore(String, String, double) - Method in class com.shephertz.app42.paas.sdk.jme.game.ScoreService
Adds game score for the specified user.
addStorageInToPackage(String, String, String) - Method in class com.shephertz.app42.paas.sdk.jme.appTab.SchemeService
Add a storagePackage into the existing package
addTagToPhoto(String, String, String, Vector) - Method in class com.shephertz.app42.paas.sdk.jme.gallery.PhotoService
Add tags to the Photos for the user in the album.
Album - Class in com.shephertz.app42.paas.sdk.jme.gallery
This Album object is the value object which contains the properties of Album along with the setter & getter for those properties.
Album() - Constructor for class com.shephertz.app42.paas.sdk.jme.gallery.Album
 
Album.Photo - Class in com.shephertz.app42.paas.sdk.jme.gallery
An inner class that contains the remaining properties of the Album.
Album.Photo() - Constructor for class com.shephertz.app42.paas.sdk.jme.gallery.Album.Photo
 
AlbumResponseBuilder - Class in com.shephertz.app42.paas.sdk.jme.gallery
AlbumResponseBuilder class converts the JSON response retrieved from the server to the value object i.e Album
AlbumResponseBuilder() - Constructor for class com.shephertz.app42.paas.sdk.jme.gallery.AlbumResponseBuilder
 
AlbumService - Class in com.shephertz.app42.paas.sdk.jme.gallery
Create Photo Gallery on the cloud.
AlbumService(String, String, String) - Constructor for class com.shephertz.app42.paas.sdk.jme.gallery.AlbumService
The costructor for the Service
AND - Static variable in class com.shephertz.app42.paas.sdk.jme.storage.QueryBuilder.Operator
 
API_KEYS - Static variable in interface com.shephertz.app42.paas.sdk.jme.util.PAE_Constants
 
App42BadParameterException - Exception in com.shephertz.app42.paas.sdk.jme
This exception is thrown when the arguments are invalid.
App42BadParameterException() - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42BadParameterException
 
App42BadParameterException(String) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42BadParameterException
 
App42BadParameterException(String, int, int) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42BadParameterException
 
App42BadParameterException(int, int) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42BadParameterException
 
App42Exception - Exception in com.shephertz.app42.paas.sdk.jme
 
App42Exception() - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42Exception
 
App42Exception(Throwable) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42Exception
 
App42Exception(String) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42Exception
 
App42Exception(String, int, int) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42Exception
Constructor which takes message, httpErrorCode and the appErrorCode
App42Exception(int, int) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42Exception
Constructor which takes httpErrorCode and the appErrorCode
App42LimitException - Exception in com.shephertz.app42.paas.sdk.jme
This exception maps to Http Error Code 413.
App42LimitException() - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42LimitException
 
App42LimitException(String) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42LimitException
 
App42LimitException(String, int, int) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42LimitException
 
App42LimitException(int, int) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42LimitException
 
App42Log - Class in com.shephertz.app42.paas.sdk.jme
 
App42Log() - Constructor for class com.shephertz.app42.paas.sdk.jme.App42Log
 
App42NotFoundException - Exception in com.shephertz.app42.paas.sdk.jme
Exception throuwn when a particular resource is not found.
App42NotFoundException() - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42NotFoundException
 
App42NotFoundException(String) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42NotFoundException
 
App42NotFoundException(String, int, int) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42NotFoundException
Constructor which takes message, httpErrorCode and the appErrorCode
App42Response - Class in com.shephertz.app42.paas.sdk.jme
 
App42Response() - Constructor for class com.shephertz.app42.paas.sdk.jme.App42Response
 
App42ResponseBuilder - Class in com.shephertz.app42.paas.sdk.jme
 
App42ResponseBuilder() - Constructor for class com.shephertz.app42.paas.sdk.jme.App42ResponseBuilder
 
App42SecurityException - Exception in com.shephertz.app42.paas.sdk.jme
Security Exception thrown when the API-KEY, SECRET-KEY, Signature is incorrect or the client is not authorized to make the call.
App42SecurityException() - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42SecurityException
 
App42SecurityException(String) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42SecurityException
 
App42SecurityException(String, int, int) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42SecurityException
 
App42SecurityException(int, int) - Constructor for exception com.shephertz.app42.paas.sdk.jme.App42SecurityException
 
APRIL - Static variable in class com.shephertz.app42.paas.sdk.jme.appTab.BillMonth
 
ASCENDING - Static variable in class com.shephertz.app42.paas.sdk.jme.storage.OrderByType
 
ASD - Static variable in class com.shephertz.app42.paas.sdk.jme.appTab.Currency
 
assignRoles(String, Vector) - Method in class com.shephertz.app42.paas.sdk.jme.user.UserService
Assign Roles to the existing User
attributeList - Variable in class com.shephertz.app42.paas.sdk.jme.session.Session
 
AUDIO - Static variable in class com.shephertz.app42.paas.sdk.jme.upload.UploadFileType
 
AUGUST - Static variable in class com.shephertz.app42.paas.sdk.jme.appTab.BillMonth
 
authenticate(String, String) - Method in class com.shephertz.app42.paas.sdk.jme.user.UserService
Authenticate user based on userName and password
AUTHORIZED - Static variable in class com.shephertz.app42.paas.sdk.jme.shopping.PaymentStatus
 

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