public class _IUpdateTie extends _IUpdateDisp implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids
ice_staticId
Constructor and Description |
---|
_IUpdateTie(_IUpdateOperations delegate) |
_IUpdateTie() |
Modifier and Type | Method and Description |
---|---|
void |
deleteObject_async(AMD_IUpdate_deleteObject __cb,
IObject row,
Ice.Current __current)
Deprecated.
|
boolean |
equals(java.lang.Object rhs) |
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
void |
indexObject_async(AMD_IUpdate_indexObject __cb,
IObject row,
Ice.Current __current)
Initiates full-text indexing for the given object.
|
void |
saveAndReturnArray_async(AMD_IUpdate_saveAndReturnArray __cb,
java.util.List<IObject> graph,
Ice.Current __current) |
void |
saveAndReturnIds_async(AMD_IUpdate_saveAndReturnIds __cb,
java.util.List<IObject> graph,
Ice.Current __current) |
void |
saveAndReturnObject_async(AMD_IUpdate_saveAndReturnObject __cb,
IObject obj,
Ice.Current __current) |
void |
saveArray_async(AMD_IUpdate_saveArray __cb,
java.util.List<IObject> graph,
Ice.Current __current) |
void |
saveCollection_async(AMD_IUpdate_saveCollection __cb,
java.util.List<IObject> objs,
Ice.Current __current) |
void |
saveObject_async(AMD_IUpdate_saveObject __cb,
IObject obj,
Ice.Current __current) |
___deleteObject, ___indexObject, ___saveAndReturnArray, ___saveAndReturnIds, ___saveAndReturnObject, ___saveArray, ___saveCollection, ___saveObject, __dispatch, __readImpl, __writeImpl, deleteObject_async, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, indexObject_async, saveAndReturnArray_async, saveAndReturnIds_async, saveAndReturnObject_async, saveArray_async, saveCollection_async, saveObject_async
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
public static final long serialVersionUID
public _IUpdateTie()
public _IUpdateTie(_IUpdateOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
@Deprecated public void deleteObject_async(AMD_IUpdate_deleteObject __cb, IObject row, Ice.Current __current) throws ServerError
deleteObject_async
in interface _IUpdateOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void indexObject_async(AMD_IUpdate_indexObject __cb, IObject row, Ice.Current __current) throws ServerError
_IUpdateOperations
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.indexObject_async
in interface _IUpdateOperations
__cb
- The callback object for the operation.row
- a persistent IObject
to be deleted__current
- The Current object for the invocation.ServerError
public void saveAndReturnArray_async(AMD_IUpdate_saveAndReturnArray __cb, java.util.List<IObject> graph, Ice.Current __current) throws ServerError
saveAndReturnArray_async
in interface _IUpdateOperations
ServerError
public void saveAndReturnIds_async(AMD_IUpdate_saveAndReturnIds __cb, java.util.List<IObject> graph, Ice.Current __current) throws ServerError
saveAndReturnIds_async
in interface _IUpdateOperations
ServerError
public void saveAndReturnObject_async(AMD_IUpdate_saveAndReturnObject __cb, IObject obj, Ice.Current __current) throws ServerError
saveAndReturnObject_async
in interface _IUpdateOperations
ServerError
public void saveArray_async(AMD_IUpdate_saveArray __cb, java.util.List<IObject> graph, Ice.Current __current) throws ServerError
saveArray_async
in interface _IUpdateOperations
ServerError
public void saveCollection_async(AMD_IUpdate_saveCollection __cb, java.util.List<IObject> objs, Ice.Current __current) throws ServerError
saveCollection_async
in interface _IUpdateOperations
ServerError
public void saveObject_async(AMD_IUpdate_saveObject __cb, IObject obj, Ice.Current __current) throws ServerError
saveObject_async
in interface _IUpdateOperations
ServerError