|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionAmendPersister
This interface defines the methods that all Persister classes must implement.
Method Summary | |
---|---|
Vector |
amend(String entityBean,
String methodName,
DataPacket amendData,
Vector amendedPrimaryKeys)
Deprecated. This method is used to update some or all attributes in the data store. |
Method Detail |
---|
Vector amend(String entityBean, String methodName, DataPacket amendData, Vector amendedPrimaryKeys) throws ProcessingErrorException, RemoteException
entityBean
- entity to be updated in the data storemethodName
- the name of the method doing the amendamendData
- amendedPrimaryKeys
-
ProcessingErrorException
- if an error occurs during processing
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |