|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceException | |
com.sap.ip.me.api.persist.app | |
com.sap.ip.me.api.persist.core | |
com.sap.ip.me.api.persist.meta | |
com.sap.ip.me.api.persist.query | |
com.sap.ip.me.api.smartsync |
Uses of PersistenceException in com.sap.ip.me.api.persist.app |
Methods in com.sap.ip.me.api.persist.app that throw PersistenceException | |
void |
Entity.setInstance(PersistedObject persistedObject)
Deprecated. Is called to set all attribute / links of the Entity instance. |
void |
Entity.getInstance(PersistedObject persistedObject)
Deprecated. Is called to get all attribute / links of the Entity instance. |
Uses of PersistenceException in com.sap.ip.me.api.persist.core |
Methods in com.sap.ip.me.api.persist.core that throw PersistenceException | |
void |
TransactionManager.insert(Entity entity,
TreeOptionType treeOption)
Deprecated. Inserts an entity instance, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
TransactionManager.update(Entity entity,
TreeOptionType treeOption)
Deprecated. Inserts or modifies an entity instance, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
TransactionManager.modify(Entity entity,
TreeOptionType treeOption)
Deprecated. Modifies an entity instance, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
TransactionManager.insert(Entity[] entities,
TreeOptionType treeOption)
Deprecated. Inserts an array of entity instances, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
TransactionManager.update(Entity[] entities,
TreeOptionType treeOption)
Deprecated. Inserts or modifies an array of entity instances, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
TransactionManager.modify(Entity[] entities,
TreeOptionType treeOption)
Deprecated. Modifies an array of entity instances, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
Entity |
TransactionManager.get(java.lang.String entityKey,
TreeOptionType tree)
Deprecated. Use get(String type, String key) |
Entity |
TransactionManager.get(java.lang.String classtype,
java.lang.String entityKey)
Deprecated. Description of the Method |
boolean |
TransactionManager.contains(java.lang.String entityKey)
Deprecated. |
boolean |
TransactionManager.contains(java.lang.String classtype,
java.lang.String entityKey)
Deprecated. |
MeIterator |
TransactionManager.get(java.lang.String[] entityKeys,
TreeOptionType tree)
Deprecated. |
MeIterator |
TransactionManager.get(Query query,
TreeOptionType tree)
Deprecated. returns all entities for the query |
int |
TransactionManager.getCount(Query query)
Deprecated. Gets the count attribute of the TransactionManager object |
MeIterator |
TransactionManager.getAll(java.lang.String classtype,
TreeOptionType tree)
Deprecated. returns all entities for the classtype |
void |
TransactionManager.delete(Entity entity,
TreeOptionType treeOption)
Deprecated. deletes the given entity and dependent of the parameter treeOption the associated entities. |
void |
TransactionManager.delete(java.lang.String key,
TreeOptionType treeOption)
Deprecated. |
void |
TransactionManager.delete(java.lang.String[] key,
TreeOptionType treeOption)
Deprecated. |
void |
TransactionManager.deleteAll(java.lang.String classtype,
TreeOptionType treeOption)
Deprecated. Deletes all entities for a classtype. |
Transaction |
TransactionManager.begin(TransactionType transactionType)
Deprecated. begins a new transaction that fulfills the given transactional requirements and returns this transaction. |
void |
Transaction.commit()
Deprecated. commits the transaction. |
void |
Transaction.rollback()
Deprecated. rollback transaction and undo all changes in the transaction. |
abstract TransactionManager |
PersistenceRuntime.getTransactionManager(VisibilityType visibility)
returns implementation specific TransactionManager. |
abstract PersistenceManager |
PersistenceRuntime.getPersistenceManager(VisibilityType visibility)
|
abstract void |
PersistenceRuntime.registerPersistenceMaster(PackagePersistenceMaster persistenceMaster)
Registers a PackagePersistanceMaster instance. |
abstract ClassDescriptor |
PersistenceRuntime.getClassDescriptor(java.lang.String classtype)
Gets the classDescriptor attribute of the PersistenceRuntime object |
void |
PersistenceRuntime.optimizeDatabase()
Triggers database specific optimizations. |
void |
PersistenceManager.insert(PersistableEntity entity,
TreeOptionType treeOption)
Description of the Method |
void |
PersistenceManager.update(PersistableEntity entity,
TreeOptionType treeOption)
Inserts or modifies an entity instance, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
PersistenceManager.modify(PersistableEntity entity,
TreeOptionType treeOption)
Modifies an entity instance and all belonging instances, depending on TreeOptionType and Entity dependencies. |
PersistableEntity |
PersistenceManager.get(ClassDescriptor cdes,
java.lang.String entityKey)
Returns the Entity for given Entity Key and ClassDescriptor |
JQueryResult |
PersistenceManager.executeQuery(JQuery query,
JQueryParameterSet params)
Returns results for the Join Query |
JQueryResult |
PersistenceManager.executeQuery(JQuery query,
JQueryParameterSet params,
int startIdx,
int maxCount)
Returns results for the Joun Query |
JQueryResult |
PersistenceManager.executeQuery(JQuery query)
Returns results for the Join Query, use default values for parameters |
JQueryResult |
PersistenceManager.executeQuery(JQuery query,
int startIdx,
int maxCount)
Returns results for the Joun Query, use default values for parameters |
MeIterator |
PersistenceManager.get(Query query)
Returns all entities for the query |
MeIterator |
PersistenceManager.getAll(ClassDescriptor cdes)
Gets the all attribute of the PersistenceManager object |
int |
PersistenceManager.getCount(Query query)
Returns the number of Results for the given Query |
void |
PersistenceManager.delete(PersistableEntity entity,
TreeOptionType treeOption)
Deletes the given entity and dependent of the parameter treeOption the associated entities. |
void |
PersistenceManager.deleteAll(ClassDescriptor cdes,
TreeOptionType treeOption)
Deletes all Entities of the given ClassDescriptor |
void |
PersistenceManager.commit()
Executes the changes on persistent storage and releases the Lock on persistence Operations for other PersistenceManagers. |
void |
PersistenceManager.rollback()
Reverts the changes on persistent storage and releases the Lock on persistence Operations for other PersistenceManagers After call of rollback() the PersistenceManager is unusable. |
void |
PersistenceManager.beginTransaction(boolean doWait)
Ensures exclusive access to persistent storage. |
void |
PersistedObject.setAttribute(int idx,
java.lang.Object object)
Deprecated. Sets the attribute attribute of the PersistedObject object |
void |
PersistedObject.setAttributes(java.lang.Object[] objects)
Deprecated. Sets the attributes attribute of the PersistedObject object |
void |
PersistedObject.setLink(int idx,
Entity link)
Deprecated. Sets the link attribute of the PersistedObject object |
void |
PersistedObject.setLink(int idx,
java.util.Vector link)
Deprecated. Sets the link attribute of the PersistedObject object |
void |
PersistedObject.setLink(int idx,
java.lang.String linkKey)
Deprecated. Sets the link attribute of the PersistedObject object |
void |
PersistedObject.setLinks(java.lang.Object[] link)
Deprecated. Sets the links attribute of the PersistedObject object |
PersistenceOperationType |
PersistedObject.getOperation()
Deprecated. Gets the operation attribute of the PersistedObject object |
Uses of PersistenceException in com.sap.ip.me.api.persist.meta |
Subclasses of PersistenceException in com.sap.ip.me.api.persist.meta | |
class |
DescriptorException
exception which is thrown in the meta package |
Uses of PersistenceException in com.sap.ip.me.api.persist.query |
Methods in com.sap.ip.me.api.persist.query that throw PersistenceException | |
Query |
QueryRuntime.createQuery(java.lang.String classtype,
Condition condition)
Creates a Query out of a classtype (represented as a String) and a Condition |
Query |
QueryRuntime.createQuery(java.lang.String classtype,
Condition condition,
SortOrder sortOrder)
Creates a Query out of a classtype (represented as a String), a Condition and a SortOrder |
Query |
QueryRuntime.createQuery(java.lang.String classtype,
Condition condition,
int maxCount)
Creates a Query out of a classtype (represented as a String), a Condition and a size-limitation of the result set. |
Query |
QueryRuntime.createQuery(java.lang.String classtype,
SortOrder sortOrder,
int startIdx,
int maxCount)
Creates a Query out of a classtype (represented as a String), a Condition and a size-limitation of the result set. |
Query |
QueryRuntime.createQuery(java.lang.String classtype,
Condition condition,
SortOrder sortOrder,
int maxCount)
Creates a Query out of a classtype (represented as a String), a Condition and a size-limitation of the result set. |
Query |
QueryRuntime.createQuery(java.lang.String classtype,
Condition condition,
SortOrder sortOrder,
int startIdx,
int maxCount)
Creates a Query out of a classtype (represented as a String), a Condition and a size-limitation of the result set. |
void |
Query.prepareExecution()
For internal use only. |
Query |
InternalQueryRuntime.createQuery(java.lang.String classtype,
Condition condition)
Description of the Method |
Query |
InternalQueryRuntime.createQuery(java.lang.String classtype,
Condition condition,
SortOrder sortOrder)
Description of the Method |
Query |
InternalQueryRuntime.createQuery(java.lang.String classtype,
Condition condition,
int maxCount)
Description of the Method |
Query |
InternalQueryRuntime.createQuery(java.lang.String classtype,
SortOrder sortOrder,
int startIdx,
int maxCount)
Description of the Method |
Query |
InternalQueryRuntime.createQuery(java.lang.String classtype,
Condition condition,
SortOrder sortOrder,
int maxCount)
Description of the Method |
Query |
InternalQueryRuntime.createQuery(java.lang.String classtype,
Condition condition,
SortOrder sortOrder,
int startIdx,
int maxCount)
Description of the Method |
boolean |
Condition.matches(PersistedObject object)
Deprecated. |
void |
Condition.prepareExecution(ClassDescriptor cdes)
For internal use only. |
Uses of PersistenceException in com.sap.ip.me.api.smartsync |
Methods in com.sap.ip.me.api.smartsync that throw PersistenceException | |
void |
TimeField.setValue(java.sql.Time fieldValue)
Deprecated. use Field.modifyValue(Object) instead for better performance. |
SyncBo |
SyncBoResponse.getServerSyncBo()
Returns the contrary SyncBo with the server data. |
void |
SyncBoResponse.acceptServerSyncBo()
Reverts the client data to the server state; the client data is discarded. |
void |
SyncBoResponse.acceptClientSyncBo()
The client data is kept and the server data is discarded. |
void |
SyncBoResponse.merge()
Replaces the current client SyncBo by a merged version which is a mixture of client data and server data. |
void |
SyncBoResponse.delete()
Delete this SyncBoResponse object from database. |
SyncBo |
SyncBoResolver.getContrarySyncBo()
Deprecated. use instead SyncBoResponse.getServerSyncBo() |
void |
SyncBoResolver.revertToServerData()
Deprecated. use instead SyncBoResponse.acceptServerSyncBo()() |
void |
SyncBoResolver.keepClientData()
Deprecated. use instead SyncBoResponse.acceptClientSyncBo()() |
MeIterator |
SyncBoOutDeltaFacade.getAllDelta()
Returns the iterator to the collection of SyncBoOutDelta data. |
void |
SyncBoDataFacade.deleteSyncBo(SyncBo syncBo)
Deletes an existing SyncBo object specified by the SyncBo parameter from the repository. |
SyncBo |
SyncBoDataFacade.getSyncBo(java.lang.String primaryKey)
Deprecated. use getSyncBo(SyncBoDescriptor,String instead) |
SyncBo |
SyncBoDataFacade.getSyncBo(SyncBoDescriptor syncBoDescriptor,
java.lang.String primaryKey)
Returns a SyncBo instance for the specified primary key from the repository. |
SyncBo |
SyncBoDataFacade.getSyncBo(SyncBoDescriptor syncBoDescriptor,
java.math.BigInteger primaryKey)
Returns a SyncBo instance for the specified primary key from the repository. |
SyncBoCollection |
SyncBoDataFacade.getSyncBos(SyncBoDescriptor syncBoDescriptor)
Returns a static collection of all SyncBo objects for the specified SyncBoDescriptor from the repository. |
SyncBoList |
SyncBoDataFacade.getSyncBos(Query query)
Deprecated. Use queries for top rows and obtain SyncBO's on demand instead because of performance reasons |
int |
SyncBoDataFacade.size(Query query)
Returns the number of objects that will be returned from the repository for the specified Query instance. |
Row |
SyncBoDataFacade.getRow(java.lang.String primaryKey)
Deprecated. use getRow(RowDescriptor,String) or getRow(RowDescriptor,BigInteger) instead!! |
Row |
SyncBoDataFacade.getRow(RowDescriptor rowDescriptor,
java.lang.String primaryKey)
Returns Row instance for the specified primary key from the repository. |
Row |
SyncBoDataFacade.getRow(RowDescriptor rowDescriptor,
java.math.BigInteger primaryKey)
Returns Row instance for the specified primary key from the repository. |
RowCollection |
SyncBoDataFacade.getRows(RowDescriptor rowDescriptor)
Returns a static collection of all Row instances for the specified RowDescriptor from the repository. |
RowList |
SyncBoDataFacade.getRows(Query query)
Returns a static list of Row instances for a specified query from the repository. |
void |
SyncBoDataFacade.insertSyncBo(SyncBo syncBo)
Adds the specified SyncBo into the repository. |
void |
SyncBoDataFacade.replaceSyncBo(SyncBo syncBo)
Deprecated. for performant write access to SyncBo and its Rows use Row.modifyFieldValue(FieldDescriptor, Object)
in conjunction with SyncBo.modifyRow(Row) instead. |
JQueryResult |
SyncBoDataFacade.executeQuery(JQuery query,
JQueryParameterSet params)
Returns results for the Join Query |
JQueryResult |
SyncBoDataFacade.executeQuery(JQuery query,
JQueryParameterSet params,
int startIdx,
int maxCount)
Returns results for the Join Query |
JQueryResult |
SyncBoDataFacade.executeQuery(JQuery query)
Returns results for the Join Query, use default parameter values. |
JQueryResult |
SyncBoDataFacade.executeQuery(JQuery query,
int startIdx,
int maxCount)
Returns results for the Join Query, use default parameter values. |
void |
SyncBo.insertRow(Row row)
Adds the specified Row object to this SyncBo instance. |
void |
SyncBo.replaceRow(Row row)
Replaces an existing child Row in this SyncBo with the specified Row instance. |
void |
SyncBo.modifyRow(Row row)
This method must be called to make the field changes after Row.modifyFieldValue(FieldDescriptor, Object)
persistent. |
void |
SyncBo.deleteRow(Row row)
Deletes the specified Row from this SyncBo. |
void |
SyncBo.deleteRow(java.lang.String primaryKey)
Deprecated. Use deleteRow(RowDescriptor rowDescriptor, String primaryKey) or deleteRow(Row row) |
void |
SyncBo.deleteRow(RowDescriptor rowDescriptor,
java.lang.String primaryKey)
Deletes an existing child Row having the specified RowDescriptor and primary key from this SyncBo. |
void |
SyncBo.deleteRow(RowDescriptor rowDescriptor,
java.math.BigInteger primaryKey)
Deletes an existing child Row having the specified RowDescriptor and primary key from this SyncBo. |
Row |
SyncBo.getRow(java.lang.String primaryKey)
Deprecated. Use getRow(RowDescriptor rowDescriptor, String primaryKey). |
Row |
SyncBo.getRow(RowDescriptor rowDescriptor,
java.lang.String primaryKey)
Returns the child Row instance having the specified primary key of this SyncBo object. |
Row |
SyncBo.getRow(RowDescriptor rowDescriptor,
java.math.BigInteger primaryKey)
Returns the child Row instance having the specified primary key of this SyncBo object. |
RowCollection |
SyncBo.getRows(RowDescriptor rowDescriptor)
Returns a static collection of all child Row objects for the specified RowDescriptor from this SyncBo. |
RowList |
SyncBo.getRows(Query query)
Returns a static list of child Row objects for a specified query from this SyncBo. |
int |
SyncBo.size(Query query)
Returns a the number of child Row objects for a specified query from this SyncBo. |
SyncBo |
SyncBo.createUnlinkedCopy()
Deprecated. for performant write access to SyncBo and its Rows use Row.modifyFieldValue(FieldDescriptor, Object)
in conjunction with SyncBo.modifyRow(Row) instead. |
SyncBo |
SyncBo.createInitialCopy()
Creates an INITIAL copy of this SyncBo instance. |
RowCollection[] |
SyncBo.getRows()
Returns the array of static collections of all the child Row objects of this SyncBo. |
void |
SmartSyncTransactionManager.beginTransaction()
Set the start point for a transaction. |
void |
SmartSyncTransactionManager.commit()
Commit the pending transaction. |
void |
SmartSyncTransactionManager.rollback()
Rollback the pending transaction. |
Query |
SmartSyncQueryFactory.createQuery(RowDescriptor rowDescriptor,
Condition condition)
Returns a Query instance for the specified RowDescriptor and Condition objects. |
Query |
SmartSyncQueryFactory.createQuery(RowDescriptor rowDescriptor,
Condition condition,
SortOrder sortOrder)
Returns a Query instance for the specified RowDescriptor, Condition, and SortOrder objects. |
Query |
SmartSyncQueryFactory.createQuery(RowDescriptor rowDescriptor,
Condition condition,
int maxCount)
Returns a Query instance for the specified RowDescriptor and Condition objects, with a maximum count limit. |
Query |
SmartSyncQueryFactory.createQuery(RowDescriptor rowDescriptor,
Condition condition,
SortOrder sortOrder,
int maxCount)
Returns a Query instance for the specified RowDescriptor, SortOrder and Condition objects, with a maximum count limit. |
Query |
SmartSyncQueryFactory.createQuery(RowDescriptor rowDescriptor,
Condition condition,
SortOrder sortOrder,
int startIdx,
int maxCount)
Returns a Query instance for the specified RowDescriptor, SortOrder and Condition objects, with a start index and a maximum count limit. |
Query |
SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor,
Condition condition)
Returns a Query instance for the specified SyncBoDescriptor and Condition objects. |
Query |
SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor,
Condition condition,
SortOrder sortOrder)
Returns a Query instance for the specified SyncBoDescriptor, Condition and SortOrder objects. |
Query |
SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor,
Condition condition,
int maxCount)
Returns a Query instance for the specified SyncBoDescriptor and Condition objects with a maximum limit count. |
Query |
SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor,
SortOrder sortOrder,
int startIndex,
int maxCount)
Returns a Query instance for the specified SyncBoDescriptor and SortOrder objects with a starting index and max count limit |
Query |
SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor,
Condition condition,
SortOrder sortOrder,
int startIndex,
int maxCount)
Returns a Query instance for the specified SyncBoDescriptor, Condition and SortOrder objects with a starting index and max count limit |
Query |
SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor,
Condition condition,
SortOrder sortOrder,
int maxCount)
Returns a Query instance for the specified SyncBoDescriptor, Condition and SortOrder objects with a max count limit |
void |
Row.setFieldValue(FieldDescriptor fieldDescriptor,
java.lang.Object fieldValue)
Deprecated. use Row.modifyFieldValue(FieldDescriptor, Object) |
RowList |
Row.getRelatingRows(RowDescriptor relatingRowDescriptor)
Returns a list of the Row objects relating to this Row. |
RowList |
Row.getRelatingRows(Query query)
Returns a list of the Row objects complying to the specified Query relating to this Row |
Row |
Row.getRelatedRow(RowDescriptor relatedRow)
Returns the Row instance of the related Row described by the specified RowDescriptor. |
SyncBo |
Row.getSyncBo()
Returns the SyncBo object which this Row instance belongs to |
void |
NumericField.setValue(java.math.BigInteger fieldValue)
Deprecated. use Field.modifyValue(Object) instead for better performance. |
void |
Field.setValue(java.lang.Object fieldValue)
Deprecated. use Field.modifyValue(Object) instead for better performance. |
MeIterator |
ErrorConflictInbox.getAllSyncBoResponses()
Fetches all the responses (error or conflict). |
MeIterator |
ErrorConflictInbox.getSyncBoResponses(SyncBoDescriptor syncBoDescriptor)
Fetches all the response for a given sync bo descriptor |
MeIterator |
ErrorConflictInbox.getSyncBoResponses(SyncBoDescriptor syncBoDescriptor,
SyncBoResponseType responseType)
Fetches all the response for a given sync bo descriptor and the response type(Error or Conflict) |
MeIterator |
ErrorConflictInbox.getSyncBoResponses(SyncBoResponseType responseType)
Fetches all the response for a given response type(Error or Conflict) |
SyncBoResponse |
ErrorConflictInbox.getSyncBoResponse(SyncBoDescriptor syncBoDescriptor,
java.lang.String syncKey)
Deprecated. This method will be removed in next MI releases. Use instead ErrorConflictInbox.getSyncBoResponse(SyncBoDescriptor, BigInteger) instead. |
SyncBoResponse |
ErrorConflictInbox.getSyncBoResponse(SyncBoDescriptor syncBoDescriptor,
java.math.BigInteger syncKey)
Fetches the response for a given sync bo descriptor and the key |
void |
DecimalField.setValue(java.math.BigDecimal fieldValue)
Deprecated. use Field.modifyValue(Object) instead for better performance. |
void |
DateField.setValue(java.sql.Date fieldValue)
Deprecated. use Field.modifyValue(Object) instead for better performance. |
void |
CharacterField.setValue(java.lang.String fieldValue)
Deprecated. use Field.modifyValue(Object) instead for better performance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |