|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.appTab |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.appTab | |
---|---|
class |
Bill
This Bill object is the value object which contains the properties of Bill along with the setter & getter for those properties. |
class |
Charge
This Charge object is the value object which contains the properties of Charge along with the setter & getter for those properties. |
class |
DiscountData
This DiscountData object is the value object which contains the properties of DiscountData along with the setter & getter for those properties. |
class |
SchemeData
This SchemeData object is the value object which contains the properties of SchemeData along with the setter & getter for those properties. |
class |
Subscribe
This Subscribe object is the value object which contains the properties of Subscribe along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.appTab that return App42Response | |
---|---|
App42Response |
DiscountService.deleteDiscountByName(java.lang.String discountName)
|
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.email |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.email | |
---|---|
class |
Email
This Email object is the value object which contains the properties of Email along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.email that return App42Response | |
---|---|
App42Response |
EmailService.removeEmailConfiguration(java.lang.String emailId)
Removes email configuration for the given email id. |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.gallery |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.gallery | |
---|---|
class |
Album
This Album object is the value object which contains the properties of Album along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.gallery that return App42Response | |
---|---|
App42Response |
AlbumService.getAlbumsCount(java.lang.String userName)
Fetches the count of all the Albums based on the userName |
App42Response |
PhotoService.getPhotosCountByAlbumName(java.lang.String userName,
java.lang.String albumName)
Fetches the count of all Photos based on the userName and album name |
App42Response |
AlbumService.removeAlbum(java.lang.String userName,
java.lang.String albumName)
Removes a particular album based on the userName and albumName. |
App42Response |
PhotoService.removePhoto(java.lang.String userName,
java.lang.String albumName,
java.lang.String photoName)
Removes the particular Photo from the specified Album for a particular user. |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.game |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.game | |
---|---|
class |
Game
This Game object is the value object which contains the properties of Game along with the setter & getter for those properties. |
class |
Reward
This Reward object is the value object which contains the properties of Reward along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.game that return App42Response | |
---|---|
App42Response |
GameService.getAllGamesCount()
Fetches the count of all games for the App |
App42Response |
RewardService.getAllRewardsCount()
Fetches the count of all the Rewards |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.geo |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.geo | |
---|---|
class |
Geo
This Geo object is the value object which contains the properties of Geo along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.geo that return App42Response | |
---|---|
App42Response |
GeoService.deleteStorage(java.lang.String storageName)
Delete the specified Geo Storage from Cloud. |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.imageProcessor |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.imageProcessor | |
---|---|
class |
Image
This Image object is the value object which contains the properties of Image along with the setter & getter for those properties. |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.log |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.log | |
---|---|
class |
Log
This Log object is the value object which contains the properties of Log along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.log that return App42Response | |
---|---|
App42Response |
LogService.fetchLogCountByDateRange(java.util.Date startDate,
java.util.Date endDate)
Fetch count of log messages based on Date range |
App42Response |
LogService.fetchLogsCountByDebug()
Fetch count of log messages based on Debug Level |
App42Response |
LogService.fetchLogsCountByError()
Fetch count of log messages based on Error Level |
App42Response |
LogService.fetchLogsCountByFatal()
Fetch count of log messages based on Fatal Level |
App42Response |
LogService.fetchLogsCountByInfo()
Fetch count of log messages based on Info Level |
App42Response |
LogService.fetchLogsCountByModule(java.lang.String moduleName)
Fetch the count of log messages based on the Module |
App42Response |
LogService.fetchLogsCountByModuleAndText(java.lang.String moduleName,
java.lang.String text)
Fetch count of log messages based on the Module and Message Text |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.message |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.message | |
---|---|
class |
Queue
This Queue object is the value object which contains the properties of Queue along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.message that return App42Response | |
---|---|
App42Response |
QueueService.deletePullQueue(java.lang.String queueName)
Deletes the Pull type Queue |
App42Response |
QueueService.purgePullQueue(java.lang.String queueName)
Purges message on the Queue. |
App42Response |
QueueService.removeMessage(java.lang.String queueName,
java.lang.String messageId)
Remove message from the queue based on the message id. |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.recommend |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.recommend | |
---|---|
class |
Recommender
This Recommender object is the value object which contains the properties of Recommender along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.recommend that return App42Response | |
---|---|
App42Response |
RecommenderService.addOrUpdatePreference(java.util.Vector preferenceDataList)
Add or Update preference list on the cloud. |
App42Response |
RecommenderService.deleteAllPreferences()
Delete existing preference file. |
App42Response |
RecommenderService.loadPreferenceFile(java.io.InputStream preferenceFileIS)
Uploads peference file on the cloud via Stream. |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.review |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.review | |
---|---|
class |
Review
This Review object is the value object which contains the properties of Review along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.review that return App42Response | |
---|---|
App42Response |
ReviewService.getAllReviewsCount()
Fetches count of all reviews for the App |
App42Response |
ReviewService.getReviewsCountByItem(java.lang.String itemId)
Fetches count of All Reviews based on the itemId |
App42Response |
ReviewService.mute(java.lang.String reviewId)
Mutes the specified review |
App42Response |
ReviewService.unmute(java.lang.String reviewId)
UnMutes the specified review |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.session |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.session | |
---|---|
class |
Session
This Session object is the value object which contains the properties of Session along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.session that return App42Response | |
---|---|
App42Response |
SessionService.invalidate(java.lang.String sessionId)
Invalidate a session based on the session id. |
App42Response |
SessionService.removeAllAttributes(java.lang.String sessionId)
Removes all the attributes for a given session id |
App42Response |
SessionService.removeAttribute(java.lang.String sessionId,
java.lang.String attributeName)
Removes the attribute from a session whose session id is provided. |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.shopping |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.shopping | |
---|---|
class |
Cart
This Cart object is the value object which contains the properties of Cart along with the setter & getter for those properties. |
class |
Catalogue
This Catalogue object is the value object which contains the properties of Catalogue along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.shopping that return App42Response | |
---|---|
App42Response |
CatalogueService.getItemsCountByCategory(java.lang.String catalogueName,
java.lang.String categoryName)
Fetches count of all items for a Catalogue and Category |
App42Response |
CatalogueService.removeAllItems(java.lang.String catalogueName)
Removes all the Items of the given Catalogue. |
App42Response |
CartService.removeAllItems(java.lang.String cartId)
Removes all Items from the specified Cart |
App42Response |
CartService.removeItem(java.lang.String cartId,
java.lang.String itemId)
Removes the specified item from the specified Cart |
App42Response |
CatalogueService.removeItemById(java.lang.String catalogueName,
java.lang.String categoryName,
java.lang.String itemId)
Removes the Item for the given Id |
App42Response |
CatalogueService.removeItemsByCategory(java.lang.String catalogueName,
java.lang.String categoryName)
Removes all the Items from a given Catalogue and Category |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.social |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.social | |
---|---|
class |
Social
This class Manage the response which comes from App42 server and set, get values from the response. |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.storage |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.storage | |
---|---|
class |
Storage
This Storage object is the value object which contains the properties of Storage along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.storage that return App42Response | |
---|---|
App42Response |
StorageService.deleteDocumentById(java.lang.String dbName,
java.lang.String collectionName,
java.lang.String docId)
Delete target document using Object Id from given db and collection. |
App42Response |
StorageService.findAllDocumentsCount(java.lang.String dbName,
java.lang.String collectionName)
Gets the count of all documents stored in given database and collection. |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.upload |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.upload | |
---|---|
class |
Upload
This Upload object is the value object which contains the properties of Upload along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.upload that return App42Response | |
---|---|
App42Response |
UploadService.getAllFilesCount()
Gets count of all the files for the App |
App42Response |
UploadService.getAllFilesCountByUser(java.lang.String userName)
Gets the count of file based on user name. |
App42Response |
UploadService.getFilesCountByType(java.lang.String uploadFileType)
Get the count of files based on file type. |
App42Response |
UploadService.removeAllFiles()
Removes all the files for the App |
App42Response |
UploadService.removeAllFilesByUser(java.lang.String userName)
Removes the files based on user name. |
App42Response |
UploadService.removeFileByName(java.lang.String name)
Removes the file based on file name. |
App42Response |
UploadService.removeFileByUser(java.lang.String name,
java.lang.String userName)
Removes the file based on file name and user name. |
Uses of App42Response in com.shephertz.app42.paas.sdk.jme.user |
---|
Subclasses of App42Response in com.shephertz.app42.paas.sdk.jme.user | |
---|---|
class |
User
This User object is the value object which contains the properties of User along with the setter & getter for those properties. |
Methods in com.shephertz.app42.paas.sdk.jme.user that return App42Response | |
---|---|
App42Response |
UserService.authenticate(java.lang.String uName,
java.lang.String pwd)
Authenticate user based on userName and password |
App42Response |
UserService.changeUserPassword(java.lang.String uName,
java.lang.String oldPwd,
java.lang.String newPwd)
Changes the password for user based on the userName. |
App42Response |
UserService.deleteUser(java.lang.String userName)
Deletes a particular user based on userName. |
App42Response |
UserService.getAllUsersCount()
Gets the count of all the users |
App42Response |
UserService.getLockedUsersCount()
Gets the count of all the locked users |
App42Response |
UserService.resetUserPassword(java.lang.String uName,
java.lang.String pwd)
Updates the User password based on userName. |
App42Response |
UserService.revokeAllRoles(java.lang.String userName)
Revokes all the roles from the user. |
App42Response |
UserService.revokeRole(java.lang.String userName,
java.lang.String role)
Revokes the specified role from the user. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |