- 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
-
- 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
-
- 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.
- 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.