|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.aii.af.service.cpa.AbstractPartyCallBackHandler
public abstract class AbstractPartyCallBackHandler
| Constructor Summary | |
|---|---|
AbstractPartyCallBackHandler()
|
|
| Method Summary | |
|---|---|
void |
objectRefreshed(CPAObject cpaObject)
CPAObject refreshed. |
abstract void |
partyrefreshEvent(Party party)
Implement event handling here Important: 1. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractPartyCallBackHandler()
| Method Detail |
|---|
public void objectRefreshed(CPAObject cpaObject)
CPAObjectCallbackInterface
objectRefreshed in interface CPAObjectCallbackInterfacepublic abstract void partyrefreshEvent(Party party)
Important: 1. PartyRefresh Notifications may be fired multiple times for a Party event.
For example when cache update happens (delete event + add event = update event) for Adapter engine or in PCK. It is the responsibility of the implementing logic to check if there is any change in the value of Party Object or for any Alternate identifiers each time notification happens.
2. The Party Object values (alternate identicfiers) may not have been changed/updated.
Eventing notifies that value is refreshed in memory (with or without changes)
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.svc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||