A B C D E F G H I J L M N O P Q R S T U V W X Y

F

facebookAccessToken - Variable in class com.shephertz.app42.paas.sdk.android.social.Social
 
facebookAppId - Variable in class com.shephertz.app42.paas.sdk.android.social.Social
 
facebookAppSecret - Variable in class com.shephertz.app42.paas.sdk.android.social.Social
 
fatal(String) - Static method in class com.shephertz.app42.paas.sdk.android.App42Log
 
fatal(String, String) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Logs the fatal message
feature - Variable in class com.shephertz.app42.paas.sdk.android.appTab.Charge
 
fetchLogByDateRange(Date, Date) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch log messages based on Date range
fetchLogByDateRange(Date, Date, int, int) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch log messages based on Date range by paging.
fetchLogCountByDateRange(Date, Date) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch count of log messages based on Date range
fetchLogsByDateRang() - Static method in class com.shephertz.app42.paas.sdk.android.test.LogTester
 
fetchLogsByDebug() - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch log messages based on Debug Level
fetchLogsByDebug(int, int) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch log messages based on Debug Level by paging.
fetchLogsByError() - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch log messages based on Error Level
fetchLogsByError(int, int) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch log messages based on Error Level by paging.
fetchLogsByFatal() - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch log messages based on Fatal Level
fetchLogsByFatal(int, int) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch log messages based on Fatal Level by paging.
fetchLogsByInfo() - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch log messages based on Info Level
fetchLogsByInfo(int, int) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch log messages based on Info Level by paging.
fetchLogsByModule(String) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch the log messages based on the Module
fetchLogsByModule(String, int, int) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch the log messages based on the Module by paging.
fetchLogsByModule() - Static method in class com.shephertz.app42.paas.sdk.android.test.LogTester
 
fetchLogsByModuleAndText(String, String) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch log messages based on the Module and Message Text
fetchLogsByModuleAndText(String, String, int, int) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch log messages based on the Module and Message Text by paging.
fetchLogsByModuleAndText() - Static method in class com.shephertz.app42.paas.sdk.android.test.LogTester
 
fetchLogsCountByDebug() - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch count of log messages based on Debug Level
fetchLogsCountByError() - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch count of log messages based on Error Level
fetchLogsCountByFatal() - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch count of log messages based on Fatal Level
fetchLogsCountByInfo() - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch count of log messages based on Info Level
fetchLogsCountByModule(String) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch the count of log messages based on the Module
fetchLogsCountByModuleAndText(String, String) - Method in class com.shephertz.app42.paas.sdk.android.log.LogService
Fetch count of log messages based on the Module and Message Text
fetchLogsDebug() - Static method in class com.shephertz.app42.paas.sdk.android.test.LogTester
 
fetchLogsError() - Static method in class com.shephertz.app42.paas.sdk.android.test.LogTester
 
fetchLogsFatal() - Static method in class com.shephertz.app42.paas.sdk.android.test.LogTester
 
fetchLogsInfo() - Static method in class com.shephertz.app42.paas.sdk.android.test.LogTester
 
fileName - Variable in class com.shephertz.app42.paas.sdk.android.recommend.Recommender
 
fillParamsWithProfileData(User.Profile) - Method in class com.shephertz.app42.paas.sdk.android.user.UserService
 
findAll() - Static method in class com.shephertz.app42.paas.sdk.android.test.StorageTester
 
findAllDocuments(String, String) - Method in class com.shephertz.app42.paas.sdk.android.storage.StorageService
Find all documents stored in given database and collection.
findAllDocuments(String, String, int, int) - Method in class com.shephertz.app42.paas.sdk.android.storage.StorageService
Find all documents stored in given database and collection.
findAllDocumentsCount(String, String) - Method in class com.shephertz.app42.paas.sdk.android.storage.StorageService
Gets the count of all documents stored in given database and collection.
findById() - Static method in class com.shephertz.app42.paas.sdk.android.test.StorageTester
 
findByKeyValue() - Static method in class com.shephertz.app42.paas.sdk.android.test.StorageTester
 
findByQuery() - Static method in class com.shephertz.app42.paas.sdk.android.test.StorageTester
 
findDocsWithQueryPagingOrderBy(String, String, Query, int, int, String, OrderByType) - Method in class com.shephertz.app42.paas.sdk.android.storage.StorageService
Find target document using Custom Query with paging and orderby.
findDocumentById(String, String, String) - Method in class com.shephertz.app42.paas.sdk.android.storage.StorageService
Find target document by given unique object id.
findDocumentByKeyValue(String, String, String, String) - Method in class com.shephertz.app42.paas.sdk.android.storage.StorageService
Find target document using key value serach parameter.
findDocumentsByQuery(String, String, Query) - Method in class com.shephertz.app42.paas.sdk.android.storage.StorageService
Find target document using Custom Query.
findDocumentsByQueryWithPaging(String, String, Query, int, int) - Method in class com.shephertz.app42.paas.sdk.android.storage.StorageService
Find target document using Custom Query with paging.
firstName - Variable in class com.shephertz.app42.paas.sdk.android.user.User.Profile
 
flushBase64() - Method in class com.shephertz.app42.paas.sdk.android.util.Base64.OutputStream
Method added by PHIL.
from - Variable in class com.shephertz.app42.paas.sdk.android.email.Email
 

A B C D E F G H I J L M N O P Q R S T U V W X Y