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

A

acceptSelfSignedCertificates() - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
addChildDataObject(DataObject) - Method in class com.kony.sdk.services.object.DataObject
 
addColumn(String) - Method in class com.kony.sdk.services.sync.model.SyncMetaObject
 
addColumn(String, SyncMetaObject.DATA_TYPE) - Method in class com.kony.sdk.services.sync.model.SyncMetaObject
 
addField(String, String) - Method in class com.kony.sdk.services.object.DataObject
 
addFilter(String, SyncFilter) - Method in class com.kony.sdk.services.sync.SyncOptions
Adds filter for scope
addGroupByColumn(String...) - Method in interface com.kony.sdk.services.sync.query.Query
Adds the group by columns to the query
addListener(SyncListener) - Method in interface com.kony.sdk.services.sync.Sync
Add the listener implementation to the sync process.
addOrderByColumn(String...) - Method in interface com.kony.sdk.services.sync.query.Query
Adds the order by clause to the query
addOrderByColumnDescending(String...) - Method in interface com.kony.sdk.services.sync.query.Query
Adds the order by descending clause to the query
addSelectColumn(String...) - Method in interface com.kony.sdk.services.sync.query.Query
Sets the column names to be selected.
addWhereClause(String) - Method in interface com.kony.sdk.services.sync.query.Query
Sets the where clause to the query
appendGlobalBodyParams(Map<String, String>) - Method in class com.kony.sdk.client.KonyClient
 
appendGlobalHeaders(Map<String, String>) - Method in class com.kony.sdk.client.KonyClient
 
appendGlobalParams(String, Map<String, String>, Map<String, String>) - Method in class com.kony.sdk.client.KonyClient
 
appendGlobalQueryParams(String) - Method in class com.kony.sdk.client.KonyClient
 
AttributesCallback - Interface in com.kony.sdk.callback
AttributesCallback interface is called when a user calls to get the user-data, user-attributes, session-attributes etc.

B

BaseCallback - Interface in com.kony.sdk.services.sync.callback
Base interface for all the callback interfaces
beginTransaction() - Method in interface com.kony.sdk.services.sync.SyncDataStore
Begin the database transaction
bulkDelete(List<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Delete the multiple rows from the database table This method will block the calling code until data is stored in database.
bulkDeleteInBackground(List<T>, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Delete the row from the database table This method saves the data asynchronously to the database.
bulkSave(List<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Saves the bulk rows into the corresponding database table.
bulkSaveInBackground(List<T>, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Saves the bulk rows into the corresponding database table.

C

call(String, long, boolean, String, String) - Method in class com.kony.sdk.client.SyncServiceCallback
 
cancelSync(Map<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
 
cancelSync(Map<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObjSvc
 
cancelSync(Map<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectServiceSync
Cancellation of Object Service level Sync session
cancelSync(Map<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
Cancellation of Object level Sync session
clearFilter() - Method in class com.kony.sdk.services.sync.SyncOptions
Adds filter for scope
clearOfflineData(Map<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObjSvc
Clears the data in all the objects of an Object Service.
clearOfflineData(Map<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectServiceSync
Clears the data in all the objects of an Object Service.
com.kony.sdk.callback - package com.kony.sdk.callback
 
com.kony.sdk.client - package com.kony.sdk.client
 
com.kony.sdk.client.listener - package com.kony.sdk.client.listener
 
com.kony.sdk.common - package com.kony.sdk.common
This package defines the common classes used by sdk.
com.kony.sdk.services.identity - package com.kony.sdk.services.identity
 
com.kony.sdk.services.integration - package com.kony.sdk.services.integration
 
com.kony.sdk.services.messaging - package com.kony.sdk.services.messaging
 
com.kony.sdk.services.object - package com.kony.sdk.services.object
 
com.kony.sdk.services.sync - package com.kony.sdk.services.sync
This package defines the classes for interacting with sync local database and to invoke the sync life cycle methods.
com.kony.sdk.services.sync.callback - package com.kony.sdk.services.sync.callback
This package defines the callback interfaces which need to implemented by developer for receiving the events from background tasks.
com.kony.sdk.services.sync.listener - package com.kony.sdk.services.sync.listener
This package defines the listener interface and related classes to observe the sync process.
com.kony.sdk.services.sync.model - package com.kony.sdk.services.sync.model
This package defines the model classes used in the sync
com.kony.sdk.services.sync.model.metadata - package com.kony.sdk.services.sync.model.metadata
This package defines the meta data related to the sync components such as scope, object and fields
com.kony.sdk.services.sync.query - package com.kony.sdk.services.sync.query
 
com.kony.sdk.services.syncV2 - package com.kony.sdk.services.syncV2
 
commitTransaction() - Method in interface com.kony.sdk.services.sync.SyncDataStore
Commit the database transaction
CONNECTION_IOEXCEPTION_CODE - Static variable in exception com.kony.sdk.common.KonyException
 
CONNECTION_NOHTTPRESPONSE_CODE - Static variable in exception com.kony.sdk.common.KonyException
 
CONNECTION_TIMEOUT_CODE - Static variable in exception com.kony.sdk.common.KonyException
 
CONNECTION_TIMEOUT_MESSAGE - Static variable in exception com.kony.sdk.common.KonyException
 
create(HashMap<String, Object>, HashMap<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
 
create(DataObject, HashMap<String, String>, HashMap<String, String>, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
 
create() - Method in class com.kony.sdk.services.sync.model.SyncMetaObject
 
create(HashMap<String, Object>, HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
Create method provides ability to create record in local database
createBinaryContent(JSONObject, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
Helps to create the binary content of the specified column on the Object
createJSONObjectFromSyncObject(SyncObject, String) - Static method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
 
createPrimaryKeyInstance() - Method in interface com.kony.sdk.services.sync.SyncDataStore
Creates and returns new Primary Key instance
createQuery(Class<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Create the query object to fetch the rows from the local database for a specific table.
createQuery() - Method in interface com.kony.sdk.services.sync.SyncDataStore
Create the query object to fetch the rows from the local database
createSocket(Socket, String, int, boolean) - Method in class com.kony.sdk.client.KonyCustomSSLSocketFactory
 
createSocket() - Method in class com.kony.sdk.client.KonyCustomSSLSocketFactory
 
createSyncObjectFromValuesTable(SyncObject, String, JSONObject, boolean) - Static method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
 
CREATOR - Static variable in class com.kony.sdk.services.sync.model.SyncObject
 
customOperation(String, DataObject, HashMap<String, String>, HashMap<String, String>, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
This method is used to perform custom operation

D

DataObject - Class in com.kony.sdk.services.object
Created by KH2204 on 4/5/2017.
DataObject() - Constructor for class com.kony.sdk.services.object.DataObject
 
DataObject(String) - Constructor for class com.kony.sdk.services.object.DataObject
 
DataObject(String, JSONObject) - Constructor for class com.kony.sdk.services.object.DataObject
 
defaultStorageManager - Static variable in class com.kony.sdk.client.KonyClient
 
delete(HashMap<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
 
delete(DataObject, HashMap<String, String>, HashMap<String, String>, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
This method is used to delete a record on the object
delete(T) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Delete the row from the database table This method will block the calling code until data is stored in database.
delete(String, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Delete the row from the database table This method will block the calling code until data is stored in database.
delete(Class<T>, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Delete the row from the database table using class and primary key
delete(HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
Deletes a record from the local database
deleteByPK(HashMap<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
 
deleteByPK(HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
Delete method provides ability to Delete record by primary key(s) from local Database
deleteInBackground(T, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Delete the row from the database table This method saves the data asynchronously to the database.
deleteInBackground(String, PrimaryKey, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Delete the row from the database table asynchronously in background
deleteInBackground(Class<T>, PrimaryKey, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Delete the row from the database table using class and primary key in background
describeContents() - Method in class com.kony.sdk.services.sync.model.SyncObject
 
drop(HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
Application Level Table DROP Invokes the Drop action for all tables of the given application

E

ERROR_CODE_INVALID_PARAMS - Static variable in exception com.kony.sdk.common.KonyException
 
ERROR_MESSAGE_INVALID_AUTOFLUSHCOUNT_LARGE - Static variable in exception com.kony.sdk.common.KonyException
 
ERROR_MESSAGE_INVALID_AUTOFLUSHCOUNT_ZERO - Static variable in exception com.kony.sdk.common.KonyException
 
ERROR_MESSAGE_INVALID_CONF_TYPE - Static variable in exception com.kony.sdk.common.KonyException
 
ERROR_MESSAGE_INVALID_EVENT_SUB_TYPE - Static variable in exception com.kony.sdk.common.KonyException
 
ERROR_MESSAGE_INVALID_EVENT_TYPE - Static variable in exception com.kony.sdk.common.KonyException
 
ERROR_MESSAGE_INVALID_FLOW_TAG - Static variable in exception com.kony.sdk.common.KonyException
 
ERROR_MESSAGE_INVALID_FORM_ID - Static variable in exception com.kony.sdk.common.KonyException
 
ERROR_MESSAGE_INVALID_MAXBUFFERCOUNT - Static variable in exception com.kony.sdk.common.KonyException
 
ERROR_MESSAGE_INVALID_WIDGET_ID - Static variable in exception com.kony.sdk.common.KonyException
 
ErrorInfo - Interface in com.kony.sdk.services.sync.listener
 
executeQuery(Query<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Runs the query and retrieve the rows.
executeQuery(Query<T>, Object[]) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Runs the query with bind parameters and retrieve the rows.
executeQuery(String) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Runs the raw sql and retrieve the rows.
executeQuery(String, Object[]) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Runs the raw sql with bind parameters and retrieve the rows.
executeQueryInBackground(Query<T>, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Runs the query and retrieve the rows in the background
executeQueryInBackground(Query<T>, Object[], SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Runs the query with bind parameters and retrieve the rows in the background
executeQueryInBackground(String, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Runs the raw sql and retrieve the rows in the background
executeQueryInBackground(String, Object[], SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Runs the raw sql with bind parameters and retrieve the rows in the background.
executeSelectQuery(String, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
 

F

fetch(DataObject, HashMap<String, String>, HashMap<String, String>, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
 
fetchAllMessagesInBackground(int, int, MessageContentCallback) - Method in interface com.kony.sdk.services.messaging.MessagingService
Fetch all messages.
fetchDetails(T) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all the field data for the object based on the primary key associated with the object.
fetchDetailsInBackground(T, SyncObjectCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all the field data for the object based on the primary key associated with the object in background.
fetchMessageContentInBackground(String, MessageContentCallback) - Method in interface com.kony.sdk.services.messaging.MessagingService
Fetch complete message with the given Message ID.
finalize() - Method in class com.kony.sdk.services.sync.model.SyncObject
 
finalize() - Method in class com.kony.sdk.services.sync.SyncFilter
 
finalize() - Method in class com.kony.sdk.services.sync.SyncOptions
 
from(String) - Method in interface com.kony.sdk.services.sync.query.Query
Sets the table name

G

generateMetaData() - Static method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
 
get(HashMap<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
 
get(HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
Get method provides ability to fetch records from local database
getAll(Class<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all the rows from the table associated with the class.
getAll(String) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all the rows from the table
getAllInBackground(Class<T>, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all the rows from the table associated with the class.
getAllInBackground(String, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all the rows from the table
getAppId() - Method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
 
getAppKey() - Method in class com.kony.sdk.client.KonyClient
This method returns the appKey for application.
getApplicationKey() - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
getApplicationSecret() - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
getAppSecret() - Method in class com.kony.sdk.client.KonyClient
This method returns the appSecret for application.
getAttribute(String) - Method in interface com.kony.sdk.services.sync.model.PrimaryKey
 
getBackendToken() - Method in interface com.kony.sdk.services.identity.IdentityService
Method to get the Backend Token for the Current Identity Name.
getBinary(Map<String, Object>, KNYBinaryDownloadCallback) - Method in class com.kony.sdk.client.KNYObj
Downloads binary for the specified column name and primary key(s) of the object.
getBinary(Map<String, Object>, KNYBinaryDownloadCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
Downloads binary for the specified column name and primary key(s) of the object.
getBinaryContent(JSONObject, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
Helps to get the binary content of the specified column on the Object
getBoolean(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
getByte(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
getChar(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
getCharacter(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
getClaimsToken(ClaimsCallback) - Static method in class com.kony.sdk.client.KonySyncAuthUtil
Checks the Identity token from cache and if necessary,refresh it.
getColumns() - Method in class com.kony.sdk.services.sync.model.SyncMetaObject
 
getContext() - Static method in class com.kony.sdk.client.KonyClient
 
getContextMap() - Method in interface com.kony.sdk.services.sync.listener.SyncContext
 
getDeferredUploads(boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves the list of syncobjects row count that are set to hold at sync level
getDeferredUploadsForObject(String, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves the list of syncobjects that are set to hold at object level
getDeferredUploadsForObject(Class<T>, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves the list of syncobjects that are set to hold at object level
getDeferredUploadsForObject(String, boolean, List<String>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves the list of syncobjects that are set to hold at object level
getDeferredUploadsForObject(Class<T>, boolean, List<String>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves the list of syncobjects that are set to hold at object level
getDeferredUploadsForObjectInBackground(String, boolean, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves the list of syncobjects that are set to hold at object level in background.
getDeferredUploadsForObjectInBackground(Class<T>, boolean, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves the list of syncobjects that are set to hold at object level in background.
getDeferredUploadsForObjectInBackground(String, boolean, List<String>, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves the list of syncobjects that are set to hold at object level in background.
getDeferredUploadsForObjectInBackground(Class<T>, boolean, List<String>, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves the list of syncobjects that are set to hold at object level in background.
getDeferredUploadsForScope(String, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves the list of syncobjects row count that are set to hold at scope level
getDeferredUploadsForScopeInBackground(String, boolean, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves the list of syncobjects row count that are set to hold at scope level in background.
getDeferredUploadsInBackground(boolean, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves the list of syncobjects row count that are set to hold at sync level in background.
getDouble(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
getEmail() - Method in class com.kony.sdk.client.KonyUser
Method is used to get the Email the current Identity provider.
getErrorCode() - Method in exception com.kony.sdk.common.IntegrationServiceException
 
getErrorCode() - Method in exception com.kony.sdk.common.KonyException
 
getErrorCode() - Method in interface com.kony.sdk.services.sync.listener.ErrorInfo
 
getErrorDetails() - Method in exception com.kony.sdk.common.KonyException
 
getErrorDetails() - Method in interface com.kony.sdk.services.sync.listener.ErrorInfo
 
getErrorInfo() - Method in interface com.kony.sdk.services.sync.listener.SyncErrorContext
 
getErrorInfo() - Method in interface com.kony.sdk.services.sync.listener.UploadError
 
getErrorMessage() - Method in exception com.kony.sdk.common.IdentityServiceException
 
getErrorMessage() - Method in exception com.kony.sdk.common.IntegrationServiceException
 
getErrorMessage() - Method in exception com.kony.sdk.common.ObjectServiceException
 
getErrorMessage() - Method in interface com.kony.sdk.services.sync.listener.ErrorInfo
 
getErrorResponse() - Method in class com.kony.sdk.client.listener.RetryContext
 
getFields() - Method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
 
getFilterPtr() - Method in class com.kony.sdk.services.sync.SyncFilter
 
getFirstName() - Method in class com.kony.sdk.client.KonyUser
Method is used to get the FirstName the current Identity provider.
getFloat(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
getGlobalRequestParams(String) - Method in class com.kony.sdk.client.KonyClient
 
getHost() - Method in interface com.kony.sdk.services.sync.listener.ServerDetails
 
getHttpStatus() - Method in exception com.kony.sdk.common.IdentityServiceException
 
getHttpStatus() - Method in exception com.kony.sdk.common.ObjectServiceException
 
getIdentityService(String) - Method in class com.kony.sdk.client.KonyClient
Method will create the IdentityService instance with the provided identityName.
getIdentityService(String) - Method in class com.kony.sdk.client.KonyFactory
Deprecated.
getIdentityType() - Method in interface com.kony.sdk.services.identity.IdentityService
Method to get the Identity Type for current IdentityName.
getInt(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
getIntegrationService(String) - Method in class com.kony.sdk.client.KonyClient
Method will create the IntegrationService instance with the provided operationName.
getIntegrationService(String) - Method in class com.kony.sdk.client.KonyFactory
Deprecated.
getIntermediateErrors() - Method in interface com.kony.sdk.services.sync.listener.UploadError
 
getIPAddress() - Method in interface com.kony.sdk.services.sync.listener.ServerDetails
 
getItem(Object) - Method in interface com.kony.sdk.client.StorageManager
This Method used to get the item with the given key.
getKeyMap() - Method in interface com.kony.sdk.services.sync.model.PrimaryKey
 
getLastName() - Method in class com.kony.sdk.client.KonyUser
Method is used to get the LastName the current Identity provider.
getLong(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
getMessage() - Method in exception com.kony.sdk.common.IdentityServiceException
 
getMessage() - Method in exception com.kony.sdk.common.IntegrationServiceException
 
getMessage() - Method in exception com.kony.sdk.common.KonyException
 
getMessage() - Method in exception com.kony.sdk.common.MessagingServiceException
 
getMessage() - Method in exception com.kony.sdk.common.ObjectServiceException
 
getMessagingService() - Method in class com.kony.sdk.client.KonyClient
Method will create the MessagingService instance.
getMessagingService() - Method in class com.kony.sdk.client.KonyFactory
Deprecated.
getMetadataOfAllObjects(boolean, String, HashMap<String, String>, HashMap<String, String>, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
This method is used to retreive metadata of all objects
getMetadataOfObject(boolean, String, HashMap<String, String>, HashMap<String, String>, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
This method is used to retrive metadata of a specific object
getMetricsService() - Method in class com.kony.sdk.client.KonyClient
Method will create the MetricsService instance.
getMFCode() - Method in exception com.kony.sdk.common.KonyException
 
getMfcode() - Method in interface com.kony.sdk.services.sync.listener.ErrorInfo
 
getName() - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
 
getName() - Method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
 
getName() - Method in class com.kony.sdk.services.sync.model.metadata.SyncScopeMetaData
 
getName() - Method in class com.kony.sdk.services.sync.model.SyncMetaObject
 
getNetworkOptions() - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
getNewKey() - Method in interface com.kony.sdk.services.sync.listener.ReconciledPK
 
getNumberOfRowsAcknowledged() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNumberOfRowsDeletedAck() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNumberOfRowsDownloaded() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNumberOfRowsFailedtoUpload() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNumberOfRowsInsertedAck() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNumberOfRowsReceivedForDelete() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNumberOfRowsReceivedForInsert() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNumberOfRowsReceivedForUpdate() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNumberOfRowsSentForDelete() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNumberOfRowsSentForInsert() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNumberOfRowsSentForUpdate() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNumberOfRowsUpdatedAck() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNumberOfRowsUploaded() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getNWOptions() - Method in class com.kony.sdk.client.KonyClient
 
getObject(Class<T>, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Gets an object based on the primary key associated with the class.
getObject(String, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Gets an object based on the primary key associated with the class.
getObjectInBackground(Class<T>, PrimaryKey, SyncObjectCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Gets an object based on the primary key associated with the class in background.
getObjectInBackground(String, PrimaryKey, SyncObjectCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Gets an object based on the primary key associated with the class in background.
getObjectName() - Method in class com.kony.sdk.services.object.DataObject
 
getObjectService(String) - Method in class com.kony.sdk.client.KonyClient
Method will create the ObjectService instance.
getObjPtr() - Method in class com.kony.sdk.services.sync.model.SyncObject
 
getODataUrl() - Method in class com.kony.sdk.services.object.DataObject
 
getOfflineObjects() - Method in class com.kony.sdk.client.KonyClient
Method will create the Kony Sync Application instance.
getOldKey() - Method in interface com.kony.sdk.services.sync.listener.ReconciledPK
 
getOpstatus() - Method in exception com.kony.sdk.common.IntegrationServiceException
 
getOptionsPtr() - Method in class com.kony.sdk.services.sync.SyncOptions
 
getPendingAcknowledgements(boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects row count at sync level that are waiting for acknowledgement from the Sync Server.
getPendingAcknowledgementsForObject(String, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server.
getPendingAcknowledgementsForObject(Class<T>, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server.
getPendingAcknowledgementsForObject(String, boolean, List<String>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server.
getPendingAcknowledgementsForObject(Class<T>, boolean, List<String>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server.
getPendingAcknowledgementsForObjectInBackground(String, boolean, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server in background
getPendingAcknowledgementsForObjectInBackground(Class<T>, boolean, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server in background
getPendingAcknowledgementsForObjectInBackground(String, boolean, List<String>, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server in background.
getPendingAcknowledgementsForObjectInBackground(Class<T>, boolean, List<String>, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server in background.
getPendingAcknowledgementsForScope(String, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects row count at scope level that are waiting for acknowledgement from the Sync Server.
getPendingAcknowledgementsForScopeInBackground(String, boolean, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects row count at scope level that are waiting for acknowledgement from the Sync Server in background.
getPendingAcknowledgementsInBackground(boolean, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects row count at sync level that are waiting for acknowledgement from the Sync Server in background.
getPendingRecordsForUpload(HashMap<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
Object Level getPendingRecordsForUpload
getPendingRecordsForUpload(HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
Method to fetch the records to be uploaded.
getPendingUploads(boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects row count at sync level that are pending to be uploaded to the Sync Server.
getPendingUploadsForObject(String, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server.
getPendingUploadsForObject(Class<T>, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server.
getPendingUploadsForObject(String, boolean, List<String>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server.
getPendingUploadsForObject(Class<T>, boolean, List<String>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server.
getPendingUploadsForObjectInBackground(String, boolean, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server in background.
getPendingUploadsForObjectInBackground(Class<T>, boolean, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server in background.
getPendingUploadsForObjectInBackground(String, boolean, List<String>, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server in background.
getPendingUploadsForObjectInBackground(Class<T>, boolean, List<String>, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server in background.
getPendingUploadsForScope(String, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects row count at scope level that are pending to be uploaded to the Sync Server.
getPendingUploadsForScopeInBackground(String, boolean, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects row count at scope level that are pending to be uploaded to the Sync Server in background.
getPendingUploadsInBackground(boolean, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves all/distinct syncobjects row count at sync level that are pending to be uploaded to the Sync Server in background.
getPlatformType() - Static method in class com.kony.sdk.client.KonyVersion
 
getPrimaryKey() - Method in interface com.kony.sdk.services.sync.listener.UploadError
 
getPrimaryKeys() - Method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
 
getReconciledPKs() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getRecord() - Method in class com.kony.sdk.services.object.DataObject
 
getRetriesLeft() - Method in class com.kony.sdk.client.listener.RetryContext
 
getRetryCount() - Method in class com.kony.sdk.client.NetworkOptions
 
getRetryListener() - Method in class com.kony.sdk.client.NetworkOptions
 
getRetryWaitTime() - Method in class com.kony.sdk.client.NetworkOptions
 
getRowCount() - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves sync objects row count present in local database
getRowCountForObject(String) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves sync objects row count present in local database for object
getRowCountForObject(Class<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves sync objects row count present in local database for object
getRowCountForObjectInBackground(String, SyncObjectCallback<Integer>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves sync objects row count present in local database for object in background
getRowCountForObjectInBackground(Class<T>, SyncObjectCallback<Integer>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves sync objects row count present in local database for object in background
getRowCountForScope(String) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves sync objects row count present in local database for scope
getRowCountForScopeInBackground(String, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves sync objects row count present in local database for scope in background
getRowCountInBackground(SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Retrieves sync objects row count present in local database in background
getSdkObjectByName(String) - Method in class com.kony.sdk.client.KNYObjSvc
Get the KNYObj Instance for object in object service
getSdkType() - Static method in class com.kony.sdk.client.KonyClient
This method will be used by Client-SDK-Developer, to get the SDK type
getSdkType() - Static method in class com.kony.sdk.client.KonyVersion
 
getSdkVersion() - Static method in class com.kony.sdk.client.KonyClient
This method will be used by Client-SDK-Developer, to get the SDK version
getSdkVersion() - Static method in class com.kony.sdk.client.KonyVersion
 
getSecurityAttributes(AttributesCallback) - Method in interface com.kony.sdk.services.identity.IdentityService
Method to get the Session Attributes for the current IdentityName.
getSelfLink() - Method in interface com.kony.sdk.client.ServiceDoc
 
getServerDetails() - Method in interface com.kony.sdk.services.sync.listener.SyncContext
 
getServiceDoc() - Method in class com.kony.sdk.client.KonyClient
 
getServiceDocument() - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
getServiceURLString() - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
getSharedInstance() - Static method in class com.kony.sdk.client.KonyLogger
To enforce singleton instance of KonyLogger
getShort(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
getStatuscode() - Method in exception com.kony.sdk.common.IdentityServiceException
 
getStatuscode() - Method in exception com.kony.sdk.common.ObjectServiceException
 
getStorageManager() - Static method in class com.kony.sdk.client.KonyClient
 
getString(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
Getter method to fetch the specific column data of type String
getSyncAttributesMap() - Static method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
 
getSyncDataStoreInstance() - Static method in class com.kony.sdk.services.sync.SyncFactory
Method to return the instance of the sync data store
getSyncInstance(Context) - Static method in class com.kony.sdk.services.sync.SyncFactory
Method to return the instance of the sync instance.
getSyncObjectClass() - Method in interface com.kony.sdk.services.sync.query.Query
Returns the sync object class name
getSyncService(KonyFactoryOptions) - Method in class com.kony.sdk.client.KonyClient
Method will create the SyncService instance and initializes the sync.
getSyncService() - Method in class com.kony.sdk.client.KonyFactory
Deprecated.
getSyncService(KonyFactoryOptions) - Method in class com.kony.sdk.client.KonyFactory
Deprecated.
getSyncStrategy() - Method in class com.kony.sdk.services.sync.model.metadata.SyncScopeMetaData
 
getSyncSummaryContext() - Method in interface com.kony.sdk.services.sync.listener.SyncBatchContext
 
getSyncTableRowContextMap() - Method in interface com.kony.sdk.services.sync.listener.SyncBatchContext
 
getSyncTableRowContextMap() - Method in interface com.kony.sdk.services.sync.listener.SyncSummaryContext
 
getTimeout() - Method in class com.kony.sdk.client.NetworkOptions
 
getTotalRowContext() - Method in interface com.kony.sdk.services.sync.listener.SyncBatchContext
 
getTotalRowContext() - Method in interface com.kony.sdk.services.sync.listener.SyncSummaryContext
 
getType() - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
 
getUpdateScripts() - Method in interface com.kony.sdk.services.sync.listener.SyncUpgradeScriptsContext
 
getUploadDeferredRecordKeys(KNYCallback) - Method in class com.kony.sdk.client.KNYObj
 
getUploadDeferredRecordKeys(KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
fetches all the differed record primary keys
getUploadErrors() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
 
getUserAttributes(AttributesCallback) - Method in interface com.kony.sdk.services.identity.IdentityService
Method to get the User Attributes for the current IdentityName.
getUserData(AttributesCallback) - Method in interface com.kony.sdk.services.identity.IdentityService
Method to get the User Data for the current IdentityName.
getUserId() - Method in class com.kony.sdk.client.KonyUser
Method is used to get the UserId the current Identity provider.
getUserInfo() - Method in exception com.kony.sdk.common.KonyException
 
getUserProfile() - Method in interface com.kony.sdk.services.identity.IdentityService
Method to get the User Profile for the current IdentityName.
getUserProfile(boolean, AttributesCallback) - Method in interface com.kony.sdk.services.identity.IdentityService
Method to get the User Profile for the current IdentityName.
getValue() - Method in enum com.kony.sdk.services.sync.SyncOptions.SchemaUpgradePolicy
 
getValue() - Method in enum com.kony.sdk.services.sync.SyncOptions.UploadErrorPolicy
 
getVersion() - Method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
 
globalRequestParamType - Variable in class com.kony.sdk.client.KonyClient
 

I

IdentityService - Interface in com.kony.sdk.services.identity
IdentityService class is used to authenticate and get the authenticate related information from the Auth-Server.
IdentityServiceException - Exception in com.kony.sdk.common
 
IdentityServiceException(String) - Constructor for exception com.kony.sdk.common.IdentityServiceException
 
IdentityServiceException(int, String, String, String) - Constructor for exception com.kony.sdk.common.IdentityServiceException
 
ignoreSSLCertErrors() - Method in class com.kony.sdk.client.KonyClient
This method will be used by Client-SDK-Developer, to accept the self-signed certificate for the services.Make sure to include KonyAllowAllTrustManager jar (available in libs folder of the plugin)
IKonyApplicationSync - Interface in com.kony.sdk.services.syncV2
Interface for Application Level Sync.
IKonyObjectServiceSync - Interface in com.kony.sdk.services.syncV2
Object Service Level Sync Api.
IKonyObjectSync - Interface in com.kony.sdk.services.syncV2
Object Level Sync Api.
incrementalSetup(HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
Application Level Incremental Setup.
initAsync(Context, String, String, String, InitCallback) - Method in class com.kony.sdk.client.KonyClient
Initialization method for the Kony Client SDK.
InitCallback - Interface in com.kony.sdk.callback
InitCallback interface is called on completion of SDK client initInBackground method which is used to fetch the appconfig data from Server.
initInBackground(Context, String, String, String, InitCallback) - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
initSync() - Method in interface com.kony.sdk.services.sync.Sync
Initializes the sync.
initSync(String) - Method in interface com.kony.sdk.services.sync.Sync
Initializes the sync with passPhrase This method needs to be called before calling any other sync API.
initSyncInBackground(SyncCallback) - Method in interface com.kony.sdk.services.sync.Sync
Initializes the sync in the background thread with passPhrase.
initSyncInBackground(String, SyncCallback) - Method in interface com.kony.sdk.services.sync.Sync
Initializes the sync in the background thread with passPhrase.
initWithServiceDoc(Context, String, String, JSONObject) - Method in class com.kony.sdk.client.KonyClient
Initialization method for the Kony Client SDK.
IntegrationService - Interface in com.kony.sdk.services.integration
IntegrationService class is used to fetch the data from integration Server
IntegrationServiceCallback - Interface in com.kony.sdk.callback
IntegrationServiceCallback interface is called on completion of invokeOperationInBackground method which is used to fetch the integration data from integration Server.
IntegrationServiceException - Exception in com.kony.sdk.common
 
IntegrationServiceException(String) - Constructor for exception com.kony.sdk.common.IntegrationServiceException
 
IntegrationServiceException(int, String, String, String) - Constructor for exception com.kony.sdk.common.IntegrationServiceException
 
INVALID_PROVIDER - Static variable in exception com.kony.sdk.common.KonyException
 
INVALID_SERVICE_NAME - Static variable in exception com.kony.sdk.common.KonyException
 
INVALID_URL_ERROR_CODE - Static variable in exception com.kony.sdk.common.KonyException
 
INVALID_URL_ERROR_MESSAGE - Static variable in exception com.kony.sdk.common.KonyException
 
invokeOperationInBackground(String, Map, Map, IntegrationServiceCallback) - Method in interface com.kony.sdk.services.integration.IntegrationService
Fetch the data with specified operationName asynchronously and executes the given callback.
isAutogenerated() - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
 
isDirty() - Method in class com.kony.sdk.services.sync.model.SyncObject
Tells whether the sync object content have changed since it was loaded from the local device database.
isLoggedIn() - Method in interface com.kony.sdk.services.identity.IdentityService
Method to know the whether User is Logged in or not.
isNullable() - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
 
isPrimaryKey() - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
 
isTransactionActive() - Method in interface com.kony.sdk.services.sync.SyncDataStore
Tells whether the transaction is active or not
isUpgradeRequiredInBackground() - Method in interface com.kony.sdk.services.sync.Sync
check whether sync upgrade is required from sync server

K

KNYBinaryDownloadCallback - Interface in com.kony.sdk.callback
Interface to implement completion handlers for binary Sync V2 facade implements the handler to invoke application callbacks Created by kh1964 on 3/12/18.
KNYCallback - Interface in com.kony.sdk.callback
Created by Chirag Mantri on 07/02/17.
KNYObj - Class in com.kony.sdk.client
Created by Chirag Mantri on 27/01/17.
KNYObj(String) - Constructor for class com.kony.sdk.client.KNYObj
Creates Object Level Sync Object.
KNYObjSvc - Class in com.kony.sdk.client
 
KNYObjSvc(String) - Constructor for class com.kony.sdk.client.KNYObjSvc
Creates Object Service Level Sync Object.
KNYProgressCallback - Interface in com.kony.sdk.callback
Created by KH2218 on 7/21/2017.
KonyClient - Class in com.kony.sdk.client
KonyClient class will fetch the appConfig file with given appKey,appSecret,servicecURL.
KonyClient() - Constructor for class com.kony.sdk.client.KonyClient
 
konyCMSClient - Static variable in class com.kony.sdk.client.KonyClient
 
KonyCustomSSLSocketFactory - Class in com.kony.sdk.client
 
KonyCustomSSLSocketFactory(KeyStore) - Constructor for class com.kony.sdk.client.KonyCustomSSLSocketFactory
 
KonyException - Exception in com.kony.sdk.common
 
KonyException(String, Throwable) - Constructor for exception com.kony.sdk.common.KonyException
 
KonyException(String, String, Throwable) - Constructor for exception com.kony.sdk.common.KonyException
 
KonyException(String, String) - Constructor for exception com.kony.sdk.common.KonyException
 
KonyException(String) - Constructor for exception com.kony.sdk.common.KonyException
 
KonyException(String, String, String) - Constructor for exception com.kony.sdk.common.KonyException
 
KonyFactory - Class in com.kony.sdk.client
Deprecated.
KonyFactory() - Constructor for class com.kony.sdk.client.KonyFactory
Deprecated.
 
KonyFactoryOptions - Class in com.kony.sdk.client
This class is used to provide various configuration options for the KonyFactory APIs.
KonyFactoryOptions() - Constructor for class com.kony.sdk.client.KonyFactoryOptions
 
KonyLogger - Class in com.kony.sdk.client
 
KONYSYNC_EXCEPTION_CODE_CLASSNOTFOUNDEXCEPTION - Static variable in exception com.kony.sdk.common.KonyException
 
KONYSYNC_EXCEPTION_CODE_ILLEGALACCESSEXCEPTION - Static variable in exception com.kony.sdk.common.KonyException
 
KONYSYNC_EXCEPTION_CODE_ILLEGALARGUMENTEXCEPTION - Static variable in exception com.kony.sdk.common.KonyException
 
KONYSYNC_EXCEPTION_CODE_INSTANTIATIONEXCEPTION - Static variable in exception com.kony.sdk.common.KonyException
 
KONYSYNC_EXCEPTION_CODE_JSONEXCEPTION - Static variable in exception com.kony.sdk.common.KonyException
 
KONYSYNC_EXCEPTION_CODE_NOOBJECTFOUNDEXCEPTION - Static variable in exception com.kony.sdk.common.KonyException
 
KONYSYNC_EXCEPTION_CODE_NOSUCHFIELDEXCEPTION - Static variable in exception com.kony.sdk.common.KonyException
 
KONYSYNC_EXCEPTION_CODE_SECURITYEXCEPTION - Static variable in exception com.kony.sdk.common.KonyException
 
KONYSYNC_EXCEPTION_CODE_UNKNOWNEXCEPTION - Static variable in exception com.kony.sdk.common.KonyException
 
KONYSYNC_EXCEPTION_MSG_NOOBJECTFOUNDEXCEPTION - Static variable in exception com.kony.sdk.common.KonyException
 
KonySyncAuthUtil - Class in com.kony.sdk.client
Created by Chirag Mantri on 02/02/17.
KonySyncAuthUtil() - Constructor for class com.kony.sdk.client.KonySyncAuthUtil
 
KonyUser - Class in com.kony.sdk.client
KonyUser class is used to get the user details of the authenticated user.
KonyUser() - Constructor for class com.kony.sdk.client.KonyUser
 
KonyVersion - Class in com.kony.sdk.client
 
KonyVersion() - Constructor for class com.kony.sdk.client.KonyVersion
 

L

loadLibs() - Static method in class com.kony.sdk.client.KonyClient
 
logDebug(String) - Method in class com.kony.sdk.client.KonyLogger
Logging for log-level DEBUG
logError(String) - Method in class com.kony.sdk.client.KonyLogger
Logging for log-level ERROR
logException(String, Exception) - Method in class com.kony.sdk.client.KonyLogger
Logging for log-level Exception
logFatal(String) - Method in class com.kony.sdk.client.KonyLogger
Logging for log-level FATAL
LOGGER_NAME - Static variable in class com.kony.sdk.common.SDKLoggerConstants
 
LOGGING_INDIRECTION_LEVEL - Static variable in class com.kony.sdk.common.SDKLoggerConstants
 
LoginCallback - Interface in com.kony.sdk.callback
LoginCallback interface is called on completion of loginInBackground method which is used to authenticate with Server.
logInfo(String) - Method in class com.kony.sdk.client.KonyLogger
Logging for log-level INFO
loginInBackground(String, String, LoginCallback) - Method in interface com.kony.sdk.services.identity.IdentityService
Login with the given credentials asynchronously and executes the given callback.
loginInBackground(Hashtable<String, String>, LoginCallback) - Method in interface com.kony.sdk.services.identity.IdentityService
Login with the given credentials asynchronously and executes the given callback.
loginInBackground(Context, WebView, WebViewCallback) - Method in interface com.kony.sdk.services.identity.IdentityService
Login with the given credentials asynchronously and executes the given callback.
LogoutCallback - Interface in com.kony.sdk.callback
LogoutCallback interface is called on completion of logoutInBackground method which is used to logout the authenticated user with Server.
logoutInBackground(LogoutCallback) - Method in interface com.kony.sdk.services.identity.IdentityService
Logout asynchronously and executes the given callback.
logTrace(String) - Method in class com.kony.sdk.client.KonyLogger
Logging for log-level TRACE
logWarning(String) - Method in class com.kony.sdk.client.KonyLogger
Logging for log-level WARNING

M

markForUpload(Map<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
 
markForUpload(Map<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
Mark for upload method provides ability to mark a record for upload from local Database
markMessageReadInBackground(String, MessagingCallback) - Method in interface com.kony.sdk.services.messaging.MessagingService
Mark message as read with the given Message ID.
mContext - Static variable in class com.kony.sdk.client.KonyClient
Context object used to get global information an application environment
MessageContentCallback - Interface in com.kony.sdk.callback
MessageContentCallback interface is called on completion of Messaging fetchAllMessages and fetchContentMessage which are used to fetch the data from Messaging Server.
MessagingCallback - Interface in com.kony.sdk.callback
MessagingCallback interface is called on completion of Messaging register,unregister, updateGeoLocation and markMessageRead methods which are used to call the Kony Messaging Server.
MessagingService - Interface in com.kony.sdk.services.messaging
MessagingService class is used to access the Messaging Server API's.
MessagingServiceException - Exception in com.kony.sdk.common
 
MessagingServiceException(String) - Constructor for exception com.kony.sdk.common.MessagingServiceException
 

N

NetworkOptions - Class in com.kony.sdk.client
 
NetworkOptions() - Constructor for class com.kony.sdk.client.NetworkOptions
 
NO_CONNECTIVITY_ERROR_CODE - Static variable in exception com.kony.sdk.common.KonyException
 
NO_CONNECTIVITY_ERROR_MESSAGE - Static variable in exception com.kony.sdk.common.KonyException
 
NO_HTTPRESPONSE_MESSAGE - Static variable in exception com.kony.sdk.common.KonyException
 

O

ObjectService - Interface in com.kony.sdk.services.object
Created by KH2204 on 4/5/2017.
ObjectServiceCallback - Interface in com.kony.sdk.callback
ObjectServiceCallback interface is called on completion of objectServiceOperation method which is used to fetch the Object Service data from MF Server.
ObjectServiceException - Exception in com.kony.sdk.common
 
ObjectServiceException(String) - Constructor for exception com.kony.sdk.common.ObjectServiceException
 
ObjectServiceException(int, String, String, String) - Constructor for exception com.kony.sdk.common.ObjectServiceException
 
onChunkDownloadCompleted(Object) - Method in interface com.kony.sdk.callback.KNYBinaryDownloadCallback
User-defined method to handle completion of chunk download
onDownloadBatchError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked when there is an error during the download batch process
onDownloadBatchStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked before each download batch starts
onDownloadBatchSuccess(SyncBatchContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked after each download batch completes successfully
onDownloadError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked when there is an error during the download process
onDownloadFailure(Object) - Method in interface com.kony.sdk.callback.KNYBinaryDownloadCallback
User defined method to handle failure
onDownloadStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked before download starts
onDownloadSuccess(SyncSummaryContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked after download completes successfully
onFailure(KonyException) - Method in interface com.kony.sdk.callback.AttributesCallback
Failure Callback with the KonyException as response.
onFailure(KonyException) - Method in interface com.kony.sdk.callback.InitCallback
Failure Callback with the KonyException as response.
onFailure(IntegrationServiceException) - Method in interface com.kony.sdk.callback.IntegrationServiceCallback
Failure Callback with the exception.
onFailure(Object) - Method in interface com.kony.sdk.callback.KNYCallback
Failure Callback with the KonyException as response.
onFailure(IdentityServiceException) - Method in interface com.kony.sdk.callback.LoginCallback
Failure Callback with the exception.
onFailure(IdentityServiceException) - Method in interface com.kony.sdk.callback.LogoutCallback
Failure Callback with the exception.
onFailure(MessagingServiceException) - Method in interface com.kony.sdk.callback.MessageContentCallback
Failure Callback with the exception.
onFailure(MessagingServiceException) - Method in interface com.kony.sdk.callback.MessagingCallback
Failure Callback with the exception.
onFailure(ObjectServiceException) - Method in interface com.kony.sdk.callback.ObjectServiceCallback
Failure Callback with the exception.
onFailure(IdentityServiceException) - Method in interface com.kony.sdk.callback.WebViewCallback
Failure Callback with the exception.
onFailure(KonyException) - Method in interface com.kony.sdk.services.sync.callback.BaseCallback
Implement this method with the code which you want to execute when there an error.
onFileDownloadCompleted(Object) - Method in interface com.kony.sdk.callback.KNYBinaryDownloadCallback
User defined method to handle the completion of file download
onFileDownloadStarted(Object) - Method in interface com.kony.sdk.callback.KNYBinaryDownloadCallback
User-defined method to handle the starting of download
onIsSchemaUpgradeRequiredError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked when there is an error during the isSchemaUpgradeRequired process
onIsSchemaUpgradeRequiredStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked during the start of isSchemaUpgradeRequired process
onIsSchemaUpgradeRequiredSuccess(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked if onIsSchemaUpgradeRequired process successful
onPerformUpgradeError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked when there is an error during perform upgrade process
onPerformUpgradeStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked during the start of perform upgrade process
onPerformUpgradeSuccess(SyncSummaryContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked if the perform upgrade process is successful
onProgress(Object) - Method in interface com.kony.sdk.callback.KNYProgressCallback
Sync progress event notification.
onRegisterDeviceError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked when there is an error during the device registration process
onRegisterDeviceStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked before device registration starts
onRegisterDeviceSuccess(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked after device registration completes successfully
onRetry(RetryContext) - Method in interface com.kony.sdk.client.listener.RetryListener
Represents listener which will be called before making each retry call for network failure scenarios
onStreamDownloadCompleted(Object) - Method in interface com.kony.sdk.callback.KNYBinaryDownloadCallback
User-defined method to handle completion of stream download
onSuccess(JSONObject) - Method in interface com.kony.sdk.callback.AttributesCallback
Success Callback with the JSONObject as response.
onSuccess(JSONObject) - Method in interface com.kony.sdk.callback.InitCallback
Success Callback with the JSONObject as response.
onSuccess(JSONObject) - Method in interface com.kony.sdk.callback.IntegrationServiceCallback
Success Callback with the the JSONObject as response
onSuccess(Object) - Method in interface com.kony.sdk.callback.KNYCallback
Success Callback with JSObject response.
onSuccess() - Method in interface com.kony.sdk.callback.LoginCallback
Success Callback with the the KonyUser object as response
onSuccess(boolean) - Method in interface com.kony.sdk.callback.LogoutCallback
Success Callback with the the boolean object as response
onSuccess(JSONObject) - Method in interface com.kony.sdk.callback.MessageContentCallback
Success Callback with the the JSONObject as response
onSuccess(JSONObject) - Method in interface com.kony.sdk.callback.MessagingCallback
Success Callback with the the boolean object as response
onSuccess(JSONObject) - Method in interface com.kony.sdk.callback.ObjectServiceCallback
Success Callback with the the JSONObject as response
onSuccess(KonyUser) - Method in interface com.kony.sdk.callback.WebViewCallback
Success Callback with the the KonyUser object as response
onSuccess() - Method in interface com.kony.sdk.services.sync.callback.SyncCallback
Implement this method with the code which you want to execute when background operation is completed.
onSuccess(T) - Method in interface com.kony.sdk.services.sync.callback.SyncObjectCallback
Implement this method with the code which you want to execute when background operation is completed.
onSuccess(List<T>) - Method in interface com.kony.sdk.services.sync.callback.SyncObjectListCallback
Implement this method with the code which you want to execute when background operation is completed.
onSyncError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked when there is an error during the synchronization process
onSyncStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked before synchronization starts
onSyncSuccess(SyncSummaryContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked after synchronization ends successfully
onUpgradeScriptsDownloadError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked when there is an error during download of alter scripts, if there is a schema upgrade Required from server
onUpgradeScriptsDownloadStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked before the alter scripts get download from the server,
onUpgradeScriptsDownloadSuccess(SyncUpgradeScriptsContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked if the alter scripts are downloaded successfully
onUpgradeScriptsExecutionError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked when there is an error during the execution of alter scripts, if there is a schema upgrade Required from server
onUpgradeScriptsExecutionStart(SyncUpgradeScriptsContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked before the execution of alter scripts
onUpgradeScriptsExecutionSuccess(SyncUpgradeScriptsContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked if the execution of alter scripts successed
onUploadBatchError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked when there is an error during the upload batch process
onUploadBatchStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked before each upload batch starts
onUploadBatchSuccess(SyncBatchContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked after each upload batch completes successfully
onUploadError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked when there is an error during the upload process
onUploadStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked before upload starts
onUploadSuccess(SyncSummaryContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
This method will be invoked after upload completes successfully

P

partialUpdate(DataObject, HashMap<String, String>, HashMap<String, String>, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
This method is to partial update a record on the object
performUpgradeInBackground() - Method in interface com.kony.sdk.services.sync.Sync
perform sync upgrade
prepareSQL() - Method in interface com.kony.sdk.services.sync.query.Query
Prepares the SQL from the Query parameters
PrimaryKey - Interface in com.kony.sdk.services.sync.model
 

Q

Query<T> - Interface in com.kony.sdk.services.sync.query
Interface to the query implementation to hold the query and run on the local database and fetch the results.

R

ReconciledPK - Interface in com.kony.sdk.services.sync.listener
 
registerInBackground(String, String, String, MessagingCallback) - Method in interface com.kony.sdk.services.messaging.MessagingService
Register to messaging service
registerInBackgroundWithAuthToken(String, String, String, String, MessagingCallback) - Method in interface com.kony.sdk.services.messaging.MessagingService
Register to messaging service
removeDeviceInstance(T) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Deletes sync object from local database.
removeDeviceInstance(Class<T>, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Deletes sync object using class and primary key from local database.
removeDeviceInstance(String, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Deletes sync object using objectname and primary key from local database.
removeDeviceInstanceInBackground(T, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Deletes sync object from local database in background
removeDeviceInstanceInBackground(Class<T>, PrimaryKey, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Deletes sync object using class and primary key from local database in background.
removeDeviceInstanceInBackground(String, PrimaryKey, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Deletes sync object using objectname and primary key from local database in background
removeGlobalRequestParam(String, String) - Method in class com.kony.sdk.client.KonyClient
 
removeItem(Object) - Method in interface com.kony.sdk.client.StorageManager
This Method used to remove the item with the given key.
REQUEST_FAILED_ERROR_CODE - Static variable in exception com.kony.sdk.common.KonyException
 
REQUEST_FAILED_ERROR_MESSAGE - Static variable in exception com.kony.sdk.common.KonyException
 
reset(HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
Application level reset Invokes the drop followed by setup action at application level
resetGlobalRequestParams() - Method in class com.kony.sdk.client.KonyClient
 
resetSync() - Method in interface com.kony.sdk.services.sync.Sync
Reset the local device database.
resetSyncInBackground(SyncCallback) - Method in interface com.kony.sdk.services.sync.Sync
Reset the local device database in the background thread.
resetSyncOptions() - Method in interface com.kony.sdk.services.sync.Sync
Resets all sync options to default values
RetryContext - Class in com.kony.sdk.client.listener
 
RetryContext() - Constructor for class com.kony.sdk.client.listener.RetryContext
 
RetryListener - Interface in com.kony.sdk.client.listener
 
rollback(Map<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
Rollback on Object
rollback(KNYCallback) - Method in class com.kony.sdk.client.KNYObjSvc
Rollback on ObjectService
rollback(KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
Rollback on Application
rollback(KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectServiceSync
Rollback on ObjectService
rollback(Map<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
Rollback on Object
rollbackPendingLocalChanges() - Method in interface com.kony.sdk.services.sync.SyncDataStore
Resets the data to last synchronized state and undo all the client side changes
rollbackPendingLocalChangesByPK(String, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Resets the data to last synchronized state and undo all the client side changes at syncobject level using primary key
rollbackPendingLocalChangesByPK(Class<T>, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Resets the data to last synchronized state and undo all the client side changes at syncobject level using primary key
rollbackPendingLocalChangesByPKInBackground(String, PrimaryKey, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Resets the data to last synchronized state and undo all the client side changes at syncobject level using primary key in background.
rollbackPendingLocalChangesByPKInBackground(Class<T>, PrimaryKey, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Resets the data to last synchronized state and undo all the client side changes at syncobject level using primary key in background.
rollbackPendingLocalChangesForObject(String) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Resets the data to last synchronized state and undo all the client side changes at object level
rollbackPendingLocalChangesForObject(Class<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Resets the data to last synchronized state and undo all the client side changes at object level
rollbackPendingLocalChangesForObjectInBackground(String, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Resets the data to last synchronized state and undo all the client side changes at object level
rollbackPendingLocalChangesForObjectInBackground(Class<T>, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Resets the data to last synchronized state and undo all the client side changes at object level
rollbackPendingLocalChangesForScope(String) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Resets the data to last synchronized state and undo all the client side changes at scope level
rollbackPendingLocalChangesForScopeInBackground(String, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Resets the data to last synchronized state and undo all the client side changes at scope level in background
rollbackPendingLocalChangesInBackground(SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Resets the data to last synchronized state and undo all the client side changes in background
rollbackTransaction() - Method in interface com.kony.sdk.services.sync.SyncDataStore
Rollback the database transaction

S

save(T) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Saves the row into the corresponding database table.
saveInBackground(T, SyncObjectCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Saves the row into the corresponding database table.
SDKLoggerConstants - Class in com.kony.sdk.common
Created by KH2078 on 10/25/2017.
SDKLoggerConstants() - Constructor for class com.kony.sdk.common.SDKLoggerConstants
 
SECURITYEXCEPTION_ERROR_CODE - Static variable in exception com.kony.sdk.common.KonyException
 
ServerDetails - Interface in com.kony.sdk.services.sync.listener
 
ServiceDoc - Interface in com.kony.sdk.client
 
setAppId(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
 
setAttribute(String, Object) - Method in interface com.kony.sdk.services.sync.model.PrimaryKey
 
setAuthToken(String) - Method in interface com.kony.sdk.services.sync.Sync
Sets the auth token for the synchronization
setAutogenerated(boolean) - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
 
setBoolean(String, Boolean) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
setBusyTimeout(double) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Sets a busy handler that sleeps until database is unlocked or timeout expires
setByte(String, Byte) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
setChar(String, Character) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
setCharacter(String, Character) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
setClientParams(Hashtable<String, Object>) - Method in class com.kony.sdk.client.KonyClient
 
setContext(Context) - Static method in class com.kony.sdk.client.KonyClient
 
setContextVariable(String, String) - Method in class com.kony.sdk.services.sync.SyncOptions
Sets context variable
SetDistinct(boolean) - Method in interface com.kony.sdk.services.sync.query.Query
Sets the distinct clause to the query
setDouble(String, Double) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
setDownloadBatchSize(int) - Method in interface com.kony.sdk.services.sync.Sync
Sets download batch size, default value is 500
setEmail(String) - Method in class com.kony.sdk.client.KonyUser
 
setErrorCode(String) - Method in exception com.kony.sdk.common.KonyException
 
setErrorDetails(String) - Method in exception com.kony.sdk.common.KonyException
 
setErrorResponse(String) - Method in class com.kony.sdk.client.listener.RetryContext
 
setFields(ArrayList<SyncFieldMetaData>) - Method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
 
setFirstName(String) - Method in class com.kony.sdk.client.KonyUser
 
setFloat(String, Float) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
setGlobalRequestParam(String, String, String) - Method in class com.kony.sdk.client.KonyClient
 
setHavingClause(String) - Method in interface com.kony.sdk.services.sync.query.Query
Sets the having clause to the query
setIdentyServiceProviderEndpoint(String, String) - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
setIdentyServiceProviderEndpoint(String, String) - Method in interface com.kony.sdk.client.ServiceDoc
This method sets the Identity Service EndPoint for the application.
setInt(String, Integer) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
setIntegrationServiceEndpoint(String, String) - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
setIntegrationServiceEndpoint(String, String) - Method in interface com.kony.sdk.client.ServiceDoc
This method sets the Integration Service EndPoint for the application.
setIntermediateUpdates(boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
Sets intermediate update tracking on/off
setLastName(String) - Method in class com.kony.sdk.client.KonyUser
 
setLimit(int) - Method in interface com.kony.sdk.services.sync.query.Query
Sets the limit to the query
setLogLevel(String) - Method in class com.kony.sdk.client.KonyLogger
 
setLong(String, Long) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
setMessagingServiceEndpoint(String) - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
setMessagingServiceEndpoint(String) - Method in interface com.kony.sdk.client.ServiceDoc
This method sets the Messaging Service EndPoint for the application.
setMFCode(String) - Method in exception com.kony.sdk.common.KonyException
 
setName(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
 
setName(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
 
setName(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncScopeMetaData
 
setName(String) - Method in class com.kony.sdk.services.sync.model.SyncMetaObject
 
setNetworkOptions(NetworkOptions) - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
setNullable(boolean) - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
 
setNWOptions(NetworkOptions) - Method in class com.kony.sdk.client.KonyClient
 
setObjContext(HashMap<String, Map<String, String>>) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
 
setObjectName(String) - Method in class com.kony.sdk.services.object.DataObject
 
setObjPtr(long) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
setODataUrl(String) - Method in class com.kony.sdk.services.object.DataObject
 
setOffset(int) - Method in interface com.kony.sdk.services.sync.query.Query
Sets the offset to the query
setPassPhrase(String) - Method in class com.kony.sdk.client.KonyFactoryOptions
This method sets the passphrase in KonyFactoryOptions Object.
setPassword(String) - Method in interface com.kony.sdk.services.sync.Sync
Sets the password for authenticating during synchronization.
setPrimaryKey(boolean) - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
 
setPrimaryKeys(ArrayList<SyncFieldMetaData>) - Method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
 
setRecord(JSONObject) - Method in class com.kony.sdk.services.object.DataObject
 
setRemoveAfterUpload(boolean) - Method in class com.kony.sdk.services.sync.SyncOptions
This method enables/disables remove after upload policy for all objects in all scopes.
setRemoveAfterUploadForObject(String, boolean) - Method in class com.kony.sdk.services.sync.SyncOptions
This method enables/disables remove after upload policy for given object in given scope.
setRemoveAfterUploadForScope(String, boolean) - Method in class com.kony.sdk.services.sync.SyncOptions
This method enables/disables remove after upload policy for all objects in given scope.
setRetriesLeft(int) - Method in class com.kony.sdk.client.listener.RetryContext
 
setRetryCount(int) - Method in class com.kony.sdk.client.NetworkOptions
Default value is 5
setRetryListener(RetryListener) - Method in class com.kony.sdk.client.NetworkOptions
 
setRetryWaitTime(int) - Method in class com.kony.sdk.client.NetworkOptions
Default value is 5 seconds
setSchema(String[]) - Method in interface com.kony.sdk.services.sync.Sync
Used to set the schema dynamically
setSchemaUpgradePolicy(SyncOptions.SchemaUpgradePolicy) - Method in class com.kony.sdk.services.sync.SyncOptions
Sets schemaUpgrade policy, if there is any schema upgrade from server.
setScopeDownload(String, boolean) - Method in class com.kony.sdk.services.sync.SyncOptions
Sets scope to download or not to download.
setScopeUpload(String, boolean) - Method in class com.kony.sdk.services.sync.SyncOptions
Sets scope to upload or not to upload.
setSelfLink(String) - Method in interface com.kony.sdk.client.ServiceDoc
 
setServerURL(String) - Method in interface com.kony.sdk.services.sync.Sync
Sets the sync server URL without the port
setServerURL(String, int) - Method in interface com.kony.sdk.services.sync.Sync
Sets the sync server URL and port
setServerURL(String, int, boolean) - Method in interface com.kony.sdk.services.sync.Sync
Sets the sync server URL and port
setShort(String, Short) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
setStorageManager(StorageManager) - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
setStorageMgr(StorageManager) - Method in class com.kony.sdk.client.KonyClient
This method will be used by Client-SDK-Developer, to override the KonyStorageManager instance with custom storage implementation where Client-SDK-Developer can write the storage code by taking care of his own encryption logic.
setString(String, String) - Method in class com.kony.sdk.services.sync.model.SyncObject
Setter method to set the column data of type String
setSyncAttributesMap(Map<String, SyncObjectMetaData>) - Static method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
 
setSyncOptions(SyncOptions) - Method in interface com.kony.sdk.services.sync.Sync
Sets various sync options
setSyncServiceEndpoint(String) - Static method in class com.kony.sdk.client.KonyClient
Deprecated.
setSyncServiceEndpoint(String) - Method in interface com.kony.sdk.client.ServiceDoc
This method sets the Sync Service EndPoint for the application.
setSyncStrategy(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncScopeMetaData
 
setTimeout(int) - Method in class com.kony.sdk.client.NetworkOptions
Default value is 60 seconds
setType(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
 
setup(HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
Application Level Start sync.
setUploadBatchSize(int) - Method in interface com.kony.sdk.services.sync.Sync
Sets upload batch size, default value is 50
setUploadErrorPolicy(String, SyncOptions.UploadErrorPolicy) - Method in class com.kony.sdk.services.sync.SyncOptions
Sets scope to upload or not to upload.
setUserId(String) - Method in class com.kony.sdk.client.KonyUser
 
setUserId(String) - Method in interface com.kony.sdk.services.sync.Sync
Sets the userid for authenticating during synchronization.
setVersion(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
 
startSessionInBackground() - Method in interface com.kony.sdk.services.sync.Sync
Start the sync in background thread
startSync(Map<String, Object>, KNYCallback, KNYProgressCallback) - Method in class com.kony.sdk.client.KNYObj
Object Level Start Sync Session.
startSync(Map<String, Object>, KNYCallback, KNYProgressCallback) - Method in class com.kony.sdk.client.KNYObjSvc
Object Service Level Start Sync Session.
startSync(HashMap<String, Object>, KNYCallback, KNYProgressCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
Application Sync Syncs all the object services under an application
startSync(Map<String, Object>, KNYCallback, KNYProgressCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectServiceSync
Object Service Level Start Sync Session
startSync(Map<String, Object>, KNYCallback, KNYProgressCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
Object Level Start Sync Session
StorageManager - Interface in com.kony.sdk.client
StorageManager interface used to store , get and remove the items.
storeItem(Object, Object) - Method in interface com.kony.sdk.client.StorageManager
This Method used to store the item in key-value pairs.
Sync - Interface in com.kony.sdk.services.sync
Containing the methods of the sync life cycle.
syncAttributeLookUpMap - Static variable in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
 
SyncBatchContext - Interface in com.kony.sdk.services.sync.listener
 
SyncCallback - Interface in com.kony.sdk.services.sync.callback
Callback interface for operations involving sync APIs.
SyncConfigMetaData - Class in com.kony.sdk.services.sync.model.metadata
 
SyncConfigMetaData() - Constructor for class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
 
SyncContext - Interface in com.kony.sdk.services.sync.listener
Base Class for all the context objects passed to various listeners
SyncDataStore - Interface in com.kony.sdk.services.sync
Methods to persist and retrieve the data from the local device database.
SyncErrorContext - Interface in com.kony.sdk.services.sync.listener
 
SyncEventContext - Interface in com.kony.sdk.services.sync.listener
 
SyncFactory - Class in com.kony.sdk.services.sync
Factory class to get the instance of Sync and SyncDataStore instances.
SyncFactory() - Constructor for class com.kony.sdk.services.sync.SyncFactory
 
SyncFieldMetaData - Class in com.kony.sdk.services.sync.model.metadata
 
SyncFieldMetaData() - Constructor for class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
 
SyncFilter - Class in com.kony.sdk.services.sync
 
SyncFilter(String, String, String) - Constructor for class com.kony.sdk.services.sync.SyncFilter
Create a filter on Sync Object, with attribute and value
SyncFilter(String, String, String, String) - Constructor for class com.kony.sdk.services.sync.SyncFilter
Create a filter on Sync Object, with attribute and two values; value1 and value2.
SyncListener - Interface in com.kony.sdk.services.sync.listener
Sync listener interface which has to be implemented to handle the sync events during the synchronization
SyncMetaObject - Class in com.kony.sdk.services.sync.model
Meta object for creating the database tables in the local device database.
SyncMetaObject() - Constructor for class com.kony.sdk.services.sync.model.SyncMetaObject
 
SyncMetaObject(String) - Constructor for class com.kony.sdk.services.sync.model.SyncMetaObject
 
SyncMetaObject.DATA_TYPE - Enum in com.kony.sdk.services.sync.model
 
SyncObject - Class in com.kony.sdk.services.sync.model
 
SyncObject(String) - Constructor for class com.kony.sdk.services.sync.model.SyncObject
Constructor to create an instance with the specified sync object name
SyncObject(long) - Constructor for class com.kony.sdk.services.sync.model.SyncObject
Constructor to create an instance with the specified sync object ptr
SyncObject(Parcel) - Constructor for class com.kony.sdk.services.sync.model.SyncObject
Constructor to create an instance with the specified parcelable source
SyncObjectCallback<T> - Interface in com.kony.sdk.services.sync.callback
Callback interface for a single sync object row operations.
SyncObjectListCallback<T> - Interface in com.kony.sdk.services.sync.callback
Callback interface for operations involving multiple sync object rows.
SyncObjectMetaData - Class in com.kony.sdk.services.sync.model.metadata
 
SyncObjectMetaData() - Constructor for class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
 
SyncOptions - Class in com.kony.sdk.services.sync
This can be used to create various options for sync
SyncOptions() - Constructor for class com.kony.sdk.services.sync.SyncOptions
 
SyncOptions.SchemaUpgradePolicy - Enum in com.kony.sdk.services.sync
Represents schema upgrade policies
SyncOptions.UploadErrorPolicy - Enum in com.kony.sdk.services.sync
Represents policies for upload
SyncRowContext - Interface in com.kony.sdk.services.sync.listener
 
SyncScopeMetaData - Class in com.kony.sdk.services.sync.model.metadata
 
SyncScopeMetaData() - Constructor for class com.kony.sdk.services.sync.model.metadata.SyncScopeMetaData
 
SyncServiceCallback - Class in com.kony.sdk.client
 
SyncServiceCallback() - Constructor for class com.kony.sdk.client.SyncServiceCallback
 
SyncSummaryContext - Interface in com.kony.sdk.services.sync.listener
 
SyncUpgradeScriptsContext - Interface in com.kony.sdk.services.sync.listener
 

T

toString() - Method in interface com.kony.sdk.client.ServiceDoc
 
toString() - Method in exception com.kony.sdk.common.KonyException
 

U

UNKNOWN_ERROR_CODE - Static variable in exception com.kony.sdk.common.KonyException
 
UNKNOWN_ERROR_MESSAGE - Static variable in exception com.kony.sdk.common.KonyException
 
unregisterInBackground(MessagingCallback) - Method in interface com.kony.sdk.services.messaging.MessagingService
Unregister from messaging service
unregisterInBackgroundwithAuthToken(String, MessagingCallback) - Method in interface com.kony.sdk.services.messaging.MessagingService
Unregister from messaging service
update(HashMap<String, Object>, HashMap<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
 
update(DataObject, HashMap<String, String>, HashMap<String, String>, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
This method updates a record in the object
update(HashMap<String, Object>, HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
Updates a record in the local database
updateBinaryContent(JSONObject, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
Helps to update the binary content of the specified column on the Object
updateByPK(HashMap<String, Object>, HashMap<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
 
updateByPK(HashMap<String, Object>, HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
Update method provides ability to update record by primary key(s) in local database
updateGeoLocationInBackground(double, double, String, MessagingCallback) - Method in interface com.kony.sdk.services.messaging.MessagingService
Updates the geolocation
updateGeoLocationInBackgroundwithAuthToken(double, double, String, String, MessagingCallback) - Method in interface com.kony.sdk.services.messaging.MessagingService
Updates the geolocation
UploadError - Interface in com.kony.sdk.services.sync.listener
 

V

valueOf(String) - Static method in enum com.kony.sdk.services.sync.model.SyncMetaObject.DATA_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kony.sdk.services.sync.SyncOptions.SchemaUpgradePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kony.sdk.services.sync.SyncOptions.UploadErrorPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.kony.sdk.services.sync.model.SyncMetaObject.DATA_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kony.sdk.services.sync.SyncOptions.SchemaUpgradePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kony.sdk.services.sync.SyncOptions.UploadErrorPolicy
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebViewCallback - Interface in com.kony.sdk.callback
WebViewCallback interface is called on completion of loginInBackground method which is used to authenticate with Server.
writeToParcel(Parcel, int) - Method in class com.kony.sdk.services.sync.model.SyncObject
 
A B C D E F G I K L M N O P Q R S T U V W 
Skip navigation links