Skip navigation links
Unvired Kernel
A B C D E F G H I L M N O P Q R S T U V 

A

activateApplication(String) - Method in class com.unvired.core.ApplicationManager
 
add(String, Object) - Method in class com.unvired.utils.Context
Deprecated. 
ApplicationException - Exception in com.unvired.exception
 
ApplicationException(String, String, String) - Constructor for exception com.unvired.exception.ApplicationException
Constructor for ApplicationException.
ApplicationManager - Class in com.unvired.core
ApplicationManager provides information about the application, application meta data and access to the application's data manager.
authenticateAndActivate(Context) - Static method in class com.unvired.login.AuthenticationService
 
authenticateBackendCredentials(SystemCredential) - Static method in class com.unvired.login.AuthenticationService
 
authenticateLocal(Context) - Static method in class com.unvired.login.AuthenticationService
 
AuthenticationService - Class in com.unvired.login
Authentication services to authenticate the user with the server.
AuthenticationService() - Constructor for class com.unvired.login.AuthenticationService
 

B

BE_LID - Static variable in class com.unvired.model.InfoMessage
 
BE_NAME - Static variable in class com.unvired.model.InfoMessage
 
beginTransaction() - Method in interface com.unvired.database.IDataManager
Do not use.

C

cancelHttpConnection(ISyncAppCallback) - Method in class com.unvired.sync.SyncEngine
 
CATEGORY - Static variable in class com.unvired.model.InfoMessage
 
CATEGORY_FAILURE - Static variable in class com.unvired.model.InfoMessage
The value used to indicate that the InfoMessage is of category 'Failure'.
CATEGORY_FAILURE_N_PROCESS - Static variable in class com.unvired.model.InfoMessage
The value used to indicate that the InfoMessage is of category 'Failure' and still process data.
CATEGORY_INFO - Static variable in class com.unvired.model.InfoMessage
The value used to indicate that the InfoMessage is of category 'Information'.
CATEGORY_SUCCESS - Static variable in class com.unvired.model.InfoMessage
The value used to indicate that the InfoMessage is of category 'Success'.
CATEGORY_WARNING - Static variable in class com.unvired.model.InfoMessage
The value used to indicate that the InfoMessage is of category 'Warning'.
checkDuplicateGID(IDataStructure) - Method in interface com.unvired.database.IDataManager
 
clear() - Method in class com.unvired.utils.Context
Deprecated. 
close() - Method in interface com.unvired.database.IDataManager
 
closeDB() - Method in class com.unvired.core.ApplicationManager
 
com.unvired.core - package com.unvired.core
 
com.unvired.database - package com.unvired.database
 
com.unvired.exception - package com.unvired.exception
 
com.unvired.logger - package com.unvired.logger
 
com.unvired.login - package com.unvired.login
 
com.unvired.message - package com.unvired.message
 
com.unvired.model - package com.unvired.model
 
com.unvired.sync - package com.unvired.sync
 
com.unvired.sync.notifier - package com.unvired.sync.notifier
 
com.unvired.sync.response - package com.unvired.sync.response
 
com.unvired.utils - package com.unvired.utils
 
containsLocalKeyword - Static variable in class com.unvired.login.AuthenticationService
 
Context - Class in com.unvired.utils
Deprecated. 
count(String, String) - Method in interface com.unvired.database.IDataManager
Get the count of the records in the database table which match the where clause.
createIndex(String, String, String[]) - Method in interface com.unvired.database.IDataManager
 
createSavepoint(String) - Method in interface com.unvired.database.IDataManager
Method createSavepoint.
createTable(String, String[], String[], String[]) - Method in interface com.unvired.database.IDataManager
 
createTable(String, String[], String[], String[], String[]) - Method in interface com.unvired.database.IDataManager
 
createTable(String, String[], String[], String[], String[], boolean[], String[], String, String[]) - Method in interface com.unvired.database.IDataManager
 
CustomDataHandler - Interface in com.unvired.sync
Applications can choose to handle the data received from the server directly using this class.

D

d(String) - Static method in class com.unvired.logger.Logger
Logs the given message with Debug Level.
DataNotification - Class in com.unvired.sync.notifier
Data notification is an object returned by the NotificationListener to notify data changes related to the business entities.
DataNotification() - Constructor for class com.unvired.sync.notifier.DataNotification
 
DataNotification(String, SyncConstants.BE_ACTION_TYPE, String) - Constructor for class com.unvired.sync.notifier.DataNotification
 
DBException - Exception in com.unvired.database
Exception thrown when there is a database error.
DBException(String, String, String) - Constructor for exception com.unvired.database.DBException
Constructor for DBException.
deactivateApplication(String) - Method in class com.unvired.core.ApplicationManager
 
delete(IDataStructure) - Method in interface com.unvired.database.IDataManager
Delete the data structure from the database.
delete(String) - Method in interface com.unvired.database.IDataManager
Deletes all rows in the table.
delete(String, String) - Method in interface com.unvired.database.IDataManager
Deletes all rows in the table that satisfy the where clause.
deleteLogs() - Static method in class com.unvired.logger.Logger
 
destroy() - Static method in class com.unvired.core.ApplicationManager
 
destroy() - Static method in class com.unvired.sync.SyncEngine
 
destroy() - Static method in class com.unvired.utils.Context
Deprecated.
 
dropDatabase() - Method in class com.unvired.core.ApplicationManager
 
dropDatabase() - Method in interface com.unvired.database.IDataManager
 
dropIndex(String) - Method in interface com.unvired.database.IDataManager
 
dropTable(String) - Method in interface com.unvired.database.IDataManager
 

E

e(String) - Static method in class com.unvired.logger.Logger
Logs the given message with Error Level.
e(String, Exception) - Static method in class com.unvired.logger.Logger
Logs the given message with Error Level.
endTransaction() - Method in interface com.unvired.database.IDataManager
Do not use.
execute(String) - Method in interface com.unvired.database.IDataManager
Executes a single SQL statement that does not return data.
executeBindQuery(String, Object[]) - Method in interface com.unvired.database.IDataManager
Executes a single SQL statement that does not return data.
executeQuery(String) - Method in interface com.unvired.database.IDataManager
Executes a single SQL statement returning Cursor over the result set.
exists() - Method in interface com.unvired.database.IDataManager
 

F

FIELD_FID - Static variable in interface com.unvired.database.IDataStructure
 
FIELD_HAS_CONFLICT - Static variable in interface com.unvired.database.IDataStructure
 
FIELD_LID - Static variable in interface com.unvired.database.IDataStructure
 
FIELD_NAMES - Static variable in class com.unvired.model.InfoMessage
 
FIELD_OBJECT_STATUS - Static variable in interface com.unvired.database.IDataStructure
 
FIELD_SYNC_STATUS - Static variable in interface com.unvired.database.IDataStructure
 
FIELD_TIMESTAMP - Static variable in interface com.unvired.database.IDataStructure
 
FIELD_TYPE_FID - Static variable in interface com.unvired.database.IDataStructure
 
FIELD_TYPE_HAS_CONFLICT - Static variable in interface com.unvired.database.IDataStructure
 
FIELD_TYPE_LID - Static variable in interface com.unvired.database.IDataStructure
 
FIELD_TYPE_OBJECT_STATUS - Static variable in interface com.unvired.database.IDataStructure
 
FIELD_TYPE_SYNC_STATUS - Static variable in interface com.unvired.database.IDataStructure
 
FIELD_TYPE_TIMESTAMP - Static variable in interface com.unvired.database.IDataStructure
 
FIELD_TYPES - Static variable in class com.unvired.model.InfoMessage
 
finish() - Method in interface com.unvired.logger.Logger.ILogSenderCallback
 
forgotPassword() - Static method in class com.unvired.login.AuthenticationService
 

G

get(String) - Method in interface com.unvired.database.IDataManager
Get data from the database as IDataStructure objects for the given table name.
get(String, String[]) - Method in interface com.unvired.database.IDataManager
Get data from the database as IDataStructure objects for the given table name.
get(String, String[], IDataManager.ORDER_TYPE) - Method in interface com.unvired.database.IDataManager
 
get(String, String) - Method in interface com.unvired.database.IDataManager
Get data from the database as IDataStructure objects for the given table name.
get(String, String, String[]) - Method in interface com.unvired.database.IDataManager
Get data from the database as IDataStructure objects for the given table name.
get(String, String, String[], IDataManager.ORDER_TYPE) - Method in interface com.unvired.database.IDataManager
Get data from the database as IDataStructure objects for the given table name.
get(String, Class) - Method in interface com.unvired.database.IDataManager
Do not use.
get(String, String[], Class) - Method in interface com.unvired.database.IDataManager
Do not use.
get(String, String, Class) - Method in interface com.unvired.database.IDataManager
Do not use.
get(String, String, String[], Class) - Method in interface com.unvired.database.IDataManager
Do not use.
get(String) - Method in class com.unvired.utils.Context
Deprecated. 
getActionType() - Method in class com.unvired.sync.notifier.DataNotification
Gets the action type related to the data notification.
getAllChildren(IDataStructure) - Method in interface com.unvired.database.IDataManager
Get all the children structures / items from the children tables for the give header data structure.
getAllChildren(JSDataStructure) - Method in interface com.unvired.database.IDataManager
Get all the children structures / items from the children tables for the give header data structure.
getAppBuild() - Method in class com.unvired.core.ApplicationManager
 
getApplicationId() - Method in class com.unvired.core.ApplicationManager
Provides the application id.
getApplicationMeta() - Method in class com.unvired.core.ApplicationManager
Returns the ApplicationMeta.
getApplicationMeta(String) - Method in class com.unvired.core.ApplicationManager
 
getApplicationName() - Method in class com.unvired.core.ApplicationManager
Provides the application name.
getBasedOnGID(IDataStructure) - Method in interface com.unvired.database.IDataManager
Get the IDataStructure from the database based on GID.
getBeLid() - Method in class com.unvired.model.InfoMessage
Gets the be lid.
getBEName() - Method in interface com.unvired.database.IDataStructure
Gets the business entity name to which the structure belongs to.
getBeName() - Method in class com.unvired.model.InfoMessage
Gets the be name.
getBeName() - Method in class com.unvired.sync.notifier.DataNotification
Gets the business entity name related to the data notification.
getBusinessEntitiesMeta() - Method in class com.unvired.core.ApplicationManager
Return an array of business entities in the application - BusinessEntityMeta.
getBusinessEntityMeta(String) - Method in class com.unvired.core.ApplicationManager
Return the business entity with the given name - BusinessEntityMeta.
getCategory() - Method in class com.unvired.model.InfoMessage
Gets the message category.
getChildren(String, IDataStructure) - Method in interface com.unvired.database.IDataManager
Get all the children structures / items from the child table for the give header data structure.
getChildren(String, String, String[], IDataStructure) - Method in interface com.unvired.database.IDataManager
Get all the children structures / items from the child table for the give header data structure.
getChildren(String, String[], IDataStructure) - Method in interface com.unvired.database.IDataManager
Get all the children structures / items from the child table for the give header data structure.
getChildren(String, JSDataStructure) - Method in interface com.unvired.database.IDataManager
Get all the children structures / items from the child table for the give header data structure.
getChildrenTableNames() - Method in interface com.unvired.database.IDataStructure
Gets the names of all the children structures (items) of the header.
getClassName() - Method in exception com.unvired.database.DBException
Gets the class name that has thrown the exception.
getClassName() - Method in exception com.unvired.exception.ApplicationException
Method getClassName.
getCustomDataHandler() - Method in class com.unvired.sync.SyncEngine
Gets the registered custom data handler.
getDataManager() - Method in class com.unvired.core.ApplicationManager
Provides access to the applications data manager to perform database operations.
getDefaultLogLevel() - Static method in class com.unvired.logger.Logger
Gets the default log level.
getErrorMessage() - Method in class com.unvired.sync.response.HTTPResponse
 
getFid() - Method in interface com.unvired.database.IDataStructure
Gets the FID of the data structure.
getField(String) - Method in interface com.unvired.database.IDataStructure
Gets the value associated with the field fieldName.
getFieldCount() - Method in interface com.unvired.database.IDataStructure
Gets the number of fields in the data structure.
getFieldMeta(String, String) - Method in class com.unvired.core.ApplicationManager
Return the field details of the given structure and field - FieldMeta.
getFieldNames() - Method in interface com.unvired.database.IDataStructure
Gets the names of the field that are part of the data structure.
getFieldsMeta(String) - Method in class com.unvired.core.ApplicationManager
Return the details of all the fields belonging to a given structure name - FieldMeta.
getFieldType(String) - Method in interface com.unvired.database.IDataStructure
Gets the data type of the field.
getGidFieldNames() - Method in interface com.unvired.database.IDataStructure
Gets the names of the fields that are designated as GID (global identifier) fields.
getGIDFields(String) - Method in class com.unvired.core.ApplicationManager
Returns the global identifier fields for the give structure name.
getGids() - Method in interface com.unvired.database.IDataStructure
Gets the values associated with the GID (global identifier) fields.
getHasConflict() - Method in interface com.unvired.database.IDataStructure
Get for the data structure has conflicted or not
getHeaderStructureMeta(String) - Method in class com.unvired.core.ApplicationManager
Return the header structure details for the given business entity name - StructureMeta.
getInfoMessages() - Method in interface com.unvired.database.IDataStructure
Gets the info messages associated with the data structure.
getInstance() - Static method in class com.unvired.core.ApplicationManager
Gets the single instance of ApplicationManager.
getInstance() - Static method in class com.unvired.sync.SyncEngine
Gets the single instance of SyncEngine.
getInstance() - Static method in class com.unvired.utils.Context
Deprecated. 
getIsInDemoMode() - Method in class com.unvired.sync.SyncEngine
 
getJSON(String, String) - Method in interface com.unvired.database.IDataManager
Get data from the database as JSDataStructure objects for the given table name.
getJSONDataStructuresFromCursor(Cursor) - Method in interface com.unvired.database.IDataManager
 
getLid() - Method in interface com.unvired.database.IDataStructure
Gets the lid of the data structure.
getLid() - Method in class com.unvired.sync.notifier.DataNotification
Gets the local identifier of the business entity's header data structure related to the data notification.
getLogFilePath() - Static method in class com.unvired.logger.Logger
 
getLogs() - Static method in class com.unvired.logger.Logger
Gets the logs.
getMessage() - Method in exception com.unvired.database.DBException
 
getMessage() - Method in exception com.unvired.exception.ApplicationException
Method getMessage.
getMessage() - Method in exception com.unvired.exception.MissingFieldException
 
getMessage() - Method in exception com.unvired.exception.MissingFieldTypeException
 
getMessage() - Method in class com.unvired.model.InfoMessage
Gets the message.
getMessageBlob() - Method in class com.unvired.model.InfoMessage
Gets the message blob.
getMessageSubTypeText(int, int) - Static method in class com.unvired.message.MessageType
 
getMessageTypeText(int) - Static method in class com.unvired.message.MessageType
 
getMethodName() - Method in exception com.unvired.database.DBException
Gets the method name that has thrown the exception.
getMethodName() - Method in exception com.unvired.exception.ApplicationException
Method getMethodName.
getMobileApplicationSettings() - Method in class com.unvired.sync.SyncEngine
 
getMobileUserSettings() - Method in class com.unvired.sync.SyncEngine
 
getNetworkChangeReceiver() - Method in class com.unvired.sync.SyncEngine
 
getNotificationListener() - Method in class com.unvired.sync.SyncEngine
 
getObjectStatus() - Method in interface com.unvired.database.IDataStructure
Gets the object status of the data structure.
getResponseBytes() - Method in class com.unvired.sync.response.HTTPResponse
 
getResponseCode() - Method in class com.unvired.sync.response.HTTPResponse
 
getResponseStatus() - Method in class com.unvired.sync.response.HTTPResponse
 
getServerFields() - Method in class com.unvired.sync.response.HTTPResponse
 
getStructureMeta(String, String) - Method in class com.unvired.core.ApplicationManager
Return the structure details for the given business entity and structure name - StructureMeta.
getStructureMeta(String) - Method in class com.unvired.core.ApplicationManager
Return the structure details for the given structure name - StructureMeta.
getStructureMetas(String) - Method in class com.unvired.core.ApplicationManager
Return the structure details of all the structures belonging to a given business entity - StructureMeta.
getSubType() - Method in class com.unvired.model.InfoMessage
Gets the message sub type.
getSyncConflictHandler() - Method in class com.unvired.sync.SyncEngine
 
getSynchronizationStateListener() - Method in class com.unvired.sync.SyncEngine
 
getSyncStatus() - Method in interface com.unvired.database.IDataStructure
Gets the sync status of the data structure.
getTableName() - Method in interface com.unvired.database.IDataStructure
Gets the data structure name.
getTimeStamp() - Method in interface com.unvired.database.IDataStructure
Gets the time stamp of the last modification of the data structure.
getType() - Method in class com.unvired.model.InfoMessage
Gets the message type.
getTypedDS(String, String, String[], Class) - Method in interface com.unvired.database.IDataManager
Get data from the database as "typed" IDataStructure objects for the given table name.
GID_FIELDS - Static variable in class com.unvired.model.InfoMessage
 

H

handleData(byte[]) - Method in interface com.unvired.sync.CustomDataHandler
Callback method provided with the XML data from the server as bytes.
HTTPResponse - Class in com.unvired.sync.response
 
HTTPResponse(int) - Constructor for class com.unvired.sync.response.HTTPResponse
 
HTTPResponse(int, byte[]) - Constructor for class com.unvired.sync.response.HTTPResponse
 
HTTPResponse(int, String) - Constructor for class com.unvired.sync.response.HTTPResponse
 
HTTPResponse(int, Hashtable<String, String>, byte[]) - Constructor for class com.unvired.sync.response.HTTPResponse
 
HTTPResponse(int, Hashtable<String, String>, String) - Constructor for class com.unvired.sync.response.HTTPResponse
 

I

i(String) - Static method in class com.unvired.logger.Logger
Logs the given message with Important Level.
IDataManager - Interface in com.unvired.database
IDataManager provides access to the application's database.
IDataManager.ORDER_TYPE - Enum in com.unvired.database
 
IDataStructure - Interface in com.unvired.database
IDataStructure represents application data as a business object.
IDataStructure.OBJECT_STATUS - Enum in com.unvired.database
 
IDataStructure.SYNC_STATUS - Enum in com.unvired.database
 
INFO_MESSAGE_BE_HEADER_NAME - Static variable in class com.unvired.model.InfoMessage
 
INFO_MESSAGE_BE_NAME - Static variable in class com.unvired.model.InfoMessage
 
InfoMessage - Class in com.unvired.model
Server sends info, success, error and warning messages to the mobile device as InfoMessages.
InfoMessage() - Constructor for class com.unvired.model.InfoMessage
 
initialize(String, String, int) - Method in class com.unvired.core.ApplicationManager
 
initialize() - Method in class com.unvired.sync.SyncEngine
 
insert(IDataStructure) - Method in interface com.unvired.database.IDataManager
Insert the IDataStructure into the database.
insertJSON(String, JSONObject) - Method in interface com.unvired.database.IDataManager
 
insertOrUpdateBasedOnGID(IDataStructure) - Method in interface com.unvired.database.IDataManager
Inserts or updates the IDataStructure into the database.
insertOrUpdateBasedOnGIDJSON(String, JSONObject) - Method in interface com.unvired.database.IDataManager
 
isActive() - Method in class com.unvired.core.ApplicationManager
 
isAttachmentSupported(String) - Method in class com.unvired.core.ApplicationManager
Check if attachment supported for BE
isAuthenticated() - Static method in class com.unvired.login.AuthenticationService
 
isHeader() - Method in interface com.unvired.database.IDataStructure
Checks if the data structure is a header.
isInDemoMode() - Method in class com.unvired.core.ApplicationManager
Check if the application is used in demo mode
isInOutbox(String) - Method in class com.unvired.sync.SyncEngine
 
isInSentItems(String) - Method in class com.unvired.sync.SyncEngine
 
isLoginSuccessful() - Static method in class com.unvired.login.AuthenticationService
 
isModified() - Method in interface com.unvired.database.IDataStructure
 
isRunnable(Activity, Class) - Static method in class com.unvired.core.ApplicationManager
 

L

LEVEL_DEBUG - Static variable in class com.unvired.logger.Logger
Level important: Will be logged only when the log level is set to debug.
LEVEL_ERROR - Static variable in class com.unvired.logger.Logger
Level important: Will be logged all the time.
LEVEL_IMPORTANT - Static variable in class com.unvired.logger.Logger
Level important: Will be logged all the time.
log(int, String, String, String) - Static method in class com.unvired.logger.Logger
Deprecated.
use Logger.e Logger.d Logger.i instead
Logger - Class in com.unvired.logger
Logger module to record and view all application logs.
Logger() - Constructor for class com.unvired.logger.Logger
 
Logger.ILogSenderCallback - Interface in com.unvired.logger
 
login(Context) - Static method in class com.unvired.login.AuthenticationService
 
loginActivity - Static variable in class com.unvired.login.AuthenticationService
 
loginWithDemoData(Context, String) - Static method in class com.unvired.login.AuthenticationService
 
logout() - Static method in class com.unvired.login.AuthenticationService
Logout from the application.

M

max(String, String, String) - Method in interface com.unvired.database.IDataManager
Get the maximum value of the required field in the database table which match the where clause.
MESSAGE - Static variable in class com.unvired.model.InfoMessage
 
MESSAGE_BLOB - Static variable in class com.unvired.model.InfoMessage
 
MESSAGE_SUBTYPE_APPLICATION_DATA_IBXML - Static variable in class com.unvired.message.MessageType
Incoming data is in standard application XML format.
MESSAGE_SUBTYPE_APPLICATION_DATA_IBXML_EXTERNAL_PUSH_FROM_BACKEND - Static variable in class com.unvired.message.MessageType
Incoming data is in standard application XML format.
MESSAGE_SUBTYPE_APPLICATION_DATA_NATIVE - Static variable in class com.unvired.message.MessageType
Incoming data is in custom XML format.
MESSAGE_SUBTYPE_APPLICATION_DATA_NATIVE_EXTERNAL_PUSH_FROM_BACKEND - Static variable in class com.unvired.message.MessageType
Incoming data is in custom XML format.
MESSAGE_SUBTYPE_APPLICATION_USER_SETTNGS_UPDATE - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_AUTHENTICATION - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_AUTHENTICATION_AND_ACTIVATE - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_CHANGE_PASSWORD - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_CHECK_FOR_APP_UPGRADE - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_FORGOT_PASSWORD - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_GET_LOGIN_TOKEN - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_LOCATION_INFORMATION - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_REGISTER_USER - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SAP_AUTHENTICATE - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_ACTIVATION - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_APPLICATION_ASSIGN - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_APPLICATION_UNASSIGN - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_DATA_DUMP - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_ERROR - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_FRAMEWORK_SETTINGS - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_INFO - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_INITIAL_DATA - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_INITIATE_PULL - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_LOG - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_LOG_RESET - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_LOG_SET_DEBUG - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_LOG_SET_ERROR - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_MULTIPLE_FRONTEND_USERS - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_PING - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_PULL_COMPLETE - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_RESET_DATA - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_SYSTEM_SEND_PUSH_NOTIFICATION_ID - Static variable in class com.unvired.message.MessageType
 
MESSAGE_SUBTYPE_TEST_PUSH - Static variable in class com.unvired.message.MessageType
 
MESSAGE_TYPE_APPLICATION - Static variable in class com.unvired.message.MessageType
Messages for the application.
MESSAGE_TYPE_AUTHENTICATION - Static variable in class com.unvired.message.MessageType
Messages for authentication.
MESSAGE_TYPE_SYSTEM - Static variable in class com.unvired.message.MessageType
Messages for the system / framework.
MESSAGE_TYPE_WIPE - Static variable in class com.unvired.message.MessageType
Message to clear all the data in the application.
MessageType - Class in com.unvired.message
All data exchange between the mobile device and the mobile platform server is via defined message types.
MessageType() - Constructor for class com.unvired.message.MessageType
 
min(String, String, String) - Method in interface com.unvired.database.IDataManager
Get the minimum value of the required field in the database table which match the where clause.
MissingFieldException - Exception in com.unvired.exception
Exception thrown when there is a field is missing.
MissingFieldException(String, String) - Constructor for exception com.unvired.exception.MissingFieldException
Constructor for MissingFieldException.
MissingFieldTypeException - Exception in com.unvired.exception
Exception thrown when there is a field type is missing.
MissingFieldTypeException(String) - Constructor for exception com.unvired.exception.MissingFieldTypeException
Constructor for MissingFieldTypeException.
MissingFieldTypeException(String, String) - Constructor for exception com.unvired.exception.MissingFieldTypeException
Constructor for MissingFieldTypeException.

N

NotificationListener - Interface in com.unvired.sync.notifier
The listener interface for receiving notification events.
notifyApplicationReset() - Method in interface com.unvired.sync.notifier.NotificationListener
Notify data application reset.
notifyAttachmentDownloadFailure(AttachmentItem, String) - Method in interface com.unvired.sync.notifier.NotificationListener
Notify the application about failing a download of a file .
notifyAttachmentDownloadSuccess(AttachmentItem) - Method in interface com.unvired.sync.notifier.NotificationListener
Notify the application about successful download of a file .
notifyAttachmentOutBoxItemDiscarded(InfoMessage) - Method in interface com.unvired.sync.notifier.NotificationListener
Notify discard of AttachmentOutBoxItem
notifyAttachmentSendAbort() - Method in interface com.unvired.sync.notifier.NotificationListener
 
notifyDataChange(Vector) - Method in interface com.unvired.sync.notifier.NotificationListener
Notify data changes.
notifyDataReceiveCompletion() - Method in interface com.unvired.sync.notifier.NotificationListener
Notify data receive completion.
notifyDataRetreiverAbort() - Method in interface com.unvired.sync.notifier.NotificationListener
 
notifyDataSend(OutObject) - Method in interface com.unvired.sync.notifier.NotificationListener
Notify successful asynchronous send of data to the server.
notifyDataSendAbort() - Method in interface com.unvired.sync.notifier.NotificationListener
 
notifyDemoMode(String) - Method in interface com.unvired.sync.notifier.NotificationListener
Notify the application about demo mode message.
notifyException(Exception) - Method in interface com.unvired.sync.notifier.NotificationListener
Notify exception.
notifyIncomingDataProcessingFinished() - Method in interface com.unvired.sync.notifier.NotificationListener
 
notifyOutBoxItemDiscarded(InfoMessage) - Method in interface com.unvired.sync.notifier.NotificationListener
Notify discard of OutboxItem
notifyServerMessages(Vector) - Method in interface com.unvired.sync.notifier.NotificationListener
Notify the application with the server messages received.

O

openOrCreate(String) - Method in interface com.unvired.database.IDataManager
 

P

PRIMARY_KEYS - Static variable in class com.unvired.model.InfoMessage
 
printDBSize() - Method in interface com.unvired.database.IDataManager
 
printReleaseVersion() - Static method in class com.unvired.logger.Logger
 
progressButton - Static variable in class com.unvired.login.AuthenticationService
 

Q

queuePushNotificationTestMessage() - Method in class com.unvired.sync.SyncEngine
 

R

reAuthenticate(Context, String, String) - Static method in class com.unvired.login.AuthenticationService
 
receiveData() - Method in class com.unvired.sync.SyncEngine
 
register(Context) - Static method in class com.unvired.login.AuthenticationService
 
registerCustomDataHandler(CustomDataHandler) - Method in class com.unvired.sync.SyncEngine
Registers a custom data handler for callback.
registerDataRequestFunctionCallHandler(DataRequestFunctionCallHandler) - Method in class com.unvired.sync.SyncEngine
 
registerNotificationListener(NotificationListener) - Method in class com.unvired.sync.SyncEngine
Registers a notification listener.
registerSyncConflictHandler(IConflictHandler) - Method in class com.unvired.sync.SyncEngine
 
registerSynchronizationStateListener(SynchronizationStateListener) - Method in class com.unvired.sync.SyncEngine
Registers a Synchronization State Listener.
releaseSavepoint(String) - Method in interface com.unvired.database.IDataManager
Method releaseSavepoint.
remove(String) - Method in class com.unvired.utils.Context
Deprecated. 
resendDataInAsyncMode(OutObject) - Method in class com.unvired.sync.SyncEngine
 
reset() - Method in class com.unvired.core.ApplicationManager
 
resetLogFilePath() - Static method in class com.unvired.logger.Logger
 
resetPassword(String, String) - Static method in class com.unvired.login.AuthenticationService
 
resubmitInAsyncMode(SyncConstants.MESSAGE_REQUEST_TYPE, IDataStructure, String, String, String, String, boolean) - Method in class com.unvired.sync.SyncEngine
Resent data is same as send data in async mode #resubmitInAsyncMode(MESSAGE_REQUEST_TYPE, IDataStructure, String, String, String, String, boolean) has been sent to the server has resulted in an error then it can be resent using this method.
rollbackToSavepoint(String) - Method in interface com.unvired.database.IDataManager
Method rollbackToSavepoint.

S

sendAttachmentToServerAsync(AttachmentOutObject) - Method in class com.unvired.sync.SyncEngine
Do not use.
sendDataRequest(String, String) - Method in class com.unvired.sync.SyncEngine
Request data for the given process agent function which is marked for pulling data from the backend servers.
sendDataRequestForAllFunctions() - Method in class com.unvired.sync.SyncEngine
Request data for all process agent functions which are marked for pulling data from the backend servers.
sendDataRequests(Vector<String>) - Method in class com.unvired.sync.SyncEngine
 
sendLogFileViaEmail(Activity, String, String, String) - Static method in class com.unvired.logger.Logger
 
sendLogToServerInSync(Logger.ILogSenderCallback) - Static method in class com.unvired.logger.Logger
 
sendPushNotificationIdToServer(String) - Method in class com.unvired.sync.SyncEngine
 
sendToServerAsync(OutObject) - Method in class com.unvired.sync.SyncEngine
Do not use.
sendToServerSync(OutObject) - Method in class com.unvired.sync.SyncEngine
Do not use.
setActionType(SyncConstants.BE_ACTION_TYPE) - Method in class com.unvired.sync.notifier.DataNotification
 
setAppBuild(String) - Method in class com.unvired.core.ApplicationManager
 
setBeLid(String) - Method in class com.unvired.model.InfoMessage
Sets the be lid.
setBeName(String) - Method in class com.unvired.model.InfoMessage
Sets the be name.
setBeName(String) - Method in class com.unvired.sync.notifier.DataNotification
 
setCategory(String) - Method in class com.unvired.model.InfoMessage
 
setErrorMessage(String) - Method in class com.unvired.sync.response.HTTPResponse
 
setFid(String) - Method in interface com.unvired.database.IDataStructure
Sets the fid of the data structure.
setField(String, Object) - Method in interface com.unvired.database.IDataStructure
Sets the value for the given field.
setFieldBasedOnDataType(String, Object) - Method in interface com.unvired.database.IDataStructure
 
setHasConflict(boolean) - Method in interface com.unvired.database.IDataStructure
Set for the data structure for conflict
setInputStream(byte[]) - Method in class com.unvired.sync.response.HTTPResponse
 
setLid(String) - Method in interface com.unvired.database.IDataStructure
Sets the lid of the data structure
setLid(String) - Method in class com.unvired.sync.notifier.DataNotification
 
setLoginSuccessful() - Static method in class com.unvired.login.AuthenticationService
 
setLogLevel(int) - Static method in class com.unvired.logger.Logger
Sets the log level.
setMessage(String) - Method in class com.unvired.model.InfoMessage
Sets the message.
setMessageBlob(byte[]) - Method in class com.unvired.model.InfoMessage
Sets the message blob.
setMobileUserSettings(IDataStructure[]) - Method in class com.unvired.sync.SyncEngine
 
setModifiedFlag(boolean) - Method in interface com.unvired.database.IDataStructure
 
setObjectStatus(IDataStructure.OBJECT_STATUS) - Method in interface com.unvired.database.IDataStructure
Sets the objectStatus of the data structure
setResponseCode(int) - Method in class com.unvired.sync.response.HTTPResponse
 
setServerFields(Hashtable<String, String>) - Method in class com.unvired.sync.response.HTTPResponse
 
setSubType(String) - Method in class com.unvired.model.InfoMessage
 
setSyncStatus(IDataStructure.SYNC_STATUS) - Method in interface com.unvired.database.IDataStructure
Sets the syncStatus of the data structure
setTimeStamp(Long) - Method in interface com.unvired.database.IDataStructure
Sets the time stamp of last modification of the data structure in milliseconds since January 1, 1970 00:00:00 UTC.
setType(String) - Method in class com.unvired.model.InfoMessage
 
SUB_TYPE - Static variable in class com.unvired.model.InfoMessage
 
submitInAsyncMode(SyncConstants.MESSAGE_REQUEST_TYPE, IDataStructure, String, String, String, String, boolean) - Method in class com.unvired.sync.SyncEngine
Exchange data with the server in asynchronous mode.
submitInSyncMode(SyncConstants.MESSAGE_REQUEST_TYPE, IDataStructure, String, String, boolean, ISyncAppCallback) - Method in class com.unvired.sync.SyncEngine
Exchange data with the server in synchronous mode.
switchAccount(Context, UnviredAccount) - Static method in class com.unvired.login.AuthenticationService
 
SyncConstants - Class in com.unvired.sync
 
SyncConstants() - Constructor for class com.unvired.sync.SyncConstants
 
SyncConstants.BE_ACTION_TYPE - Enum in com.unvired.sync
 
SyncConstants.MESSAGE_REQUEST_TYPE - Enum in com.unvired.sync
Decide application data add /modify / delete based on the request type.
SyncConstants.SYNC_MODE - Enum in com.unvired.sync
 
SyncEngine - Class in com.unvired.sync
SyncEngine is responsible for exchanging data between the mobile application on the device and the server.

T

TABLE_NAME - Static variable in class com.unvired.model.InfoMessage
 
toString() - Method in exception com.unvired.database.DBException
 
toString() - Method in exception com.unvired.exception.ApplicationException
Method toString.
total(String, String, String) - Method in interface com.unvired.database.IDataManager
Get the total value of the required field in the database table which match the where clause.
TYPE - Static variable in class com.unvired.model.InfoMessage
 

U

update(IDataStructure) - Method in interface com.unvired.database.IDataManager
Update the IDataStructure into the database.
update(String, String[], Object[], String) - Method in interface com.unvired.database.IDataManager
Update the table rows' columns with the provided values based on the where clause.
updateJSON(String, JSONObject, String) - Method in interface com.unvired.database.IDataManager
 

V

valueOf(String) - Static method in enum com.unvired.database.IDataManager.ORDER_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unvired.database.IDataStructure.OBJECT_STATUS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unvired.database.IDataStructure.SYNC_STATUS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unvired.sync.SyncConstants.BE_ACTION_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unvired.sync.SyncConstants.MESSAGE_REQUEST_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unvired.sync.SyncConstants.SYNC_MODE
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.unvired.database.IDataManager.ORDER_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unvired.database.IDataStructure.OBJECT_STATUS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unvired.database.IDataStructure.SYNC_STATUS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unvired.sync.SyncConstants.BE_ACTION_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unvired.sync.SyncConstants.MESSAGE_REQUEST_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unvired.sync.SyncConstants.SYNC_MODE
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O P Q R S T U V 
Skip navigation links
Unvired Kernel

Copyright © 2017 Unvired Inc. All Rights Reserved.