public class PRefreshManager extends Object
| Constructor and Description |
|---|
PRefreshManager()
Creates a new refresh manager
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBalanceImpactListener(BalanceImpactListener b)
Register for balance impact event notification
|
void |
addBillInfoChangeListener(BillInfoChangeListener b)
Register for credit limit change event notification
|
void |
addContactChangeListener(ContactChangeListener b)
Register for contact change event notification
|
void |
addCreditLimitListener(CreditLimitListener b)
Register for credit limit change event notification
|
void |
addDeferralChangeListener(DeferralChangeListener b)
Register for deferral change event notification
|
void |
addHierarchyChangeListener(HierarchyChangeListener b)
Register for hierarchy change event notification
|
void |
addHoldingsChangeListener(HoldingsChangeListener b)
Register for holdings change event notification
|
void |
addPaymentChangeListener(PaymentChangeListener b)
Register for payment change event notification
|
void |
addServiceChangeListener(ServiceChangeListener b)
Register for service change event notification
|
void |
addStatusChangeListener(StatusChangeListener b)
Register for status change event notification
|
void |
processBalanceImpactEvent(BalanceImpactEvent e)
Called to notify all listeners that a balance impact event has occurred
|
void |
processBillInfoChangeEvent(BillInfoChangeEvent e)
Called to notify all listeners that the credit limit changed
|
void |
processContactChangeEvent(ContactChangeEvent e)
Called to notify all listeners that contact information has changed
|
void |
processCreditLimitEvent(CreditLimitEvent e)
Called to notify all listeners that the credit limit changed
|
void |
processDeferralChangeEvent(DeferralChangeEvent e)
Called to notify all listeners that a deferral change event has occurred
|
void |
processHierarchyChangeEvent(HierarchyChangeEvent e)
Called to notify all listeners that a hierarchy change event has occurred
|
void |
processHoldingsChangeEvent(HoldingsChangeEvent e)
Called to notify all listeners that holdings information has changed
|
void |
processPaymentChangeEvent(PaymentChangeEvent e)
Called to notify all listeners that payment information has changed
|
void |
processServiceChangeEvent(ServiceChangeEvent e)
Called to notify all listeners that service information has changed
|
void |
processStatusChangeEvent(StatusChangeEvent e)
Called to notify all listeners that a status change event has occurred
|
PModelHandle |
refresh(PModelHandle pm)
Retrieves the Poid from the given PModelHandle and performs
a READ_OBJ on it to retrieve the latest version of the object.
|
void |
removeBalanceImpactListener(BalanceImpactListener b)
Deregister for balance impact event notification
|
void |
removeBillInfoChangeListener(BillInfoChangeListener b)
Deregister for credit limit change event notification
|
void |
removeContactChangeListener(ContactChangeListener b)
Deregister for contact change event notification
|
void |
removeCreditLimitListener(CreditLimitListener b)
Deregister for credit limit change event notification
|
void |
removeDeferralChangeListener(DeferralChangeListener b)
Deregister for deferral change event notification
|
void |
removeHierarchyChangeListener(HierarchyChangeListener b)
Deregister for hierarchy change event notification
|
void |
removeHoldingsChangeListener(HoldingsChangeListener b)
Deregister for holdings change event notification
|
void |
removePaymentChangeListener(PaymentChangeListener b)
Deregister for payment change event notification
|
void |
removeServiceChangeListener(ServiceChangeListener b)
Deregister for service change event notification
|
void |
removeStatusChangeListener(StatusChangeListener b)
Deregister for status change event notification
|
public PModelHandle refresh(PModelHandle pm) throws RemoteException
RemoteException - if there is any problempublic void addHierarchyChangeListener(HierarchyChangeListener b)
b - public void removeHierarchyChangeListener(HierarchyChangeListener b)
b - public void processHierarchyChangeEvent(HierarchyChangeEvent e)
e - public void addDeferralChangeListener(DeferralChangeListener b)
b - public void removeDeferralChangeListener(DeferralChangeListener b)
b - public void processDeferralChangeEvent(DeferralChangeEvent e)
e - public void addStatusChangeListener(StatusChangeListener b)
b - public void removeStatusChangeListener(StatusChangeListener b)
b - public void processStatusChangeEvent(StatusChangeEvent e)
e - public void addBalanceImpactListener(BalanceImpactListener b)
b - public void removeBalanceImpactListener(BalanceImpactListener b)
b - public void processBalanceImpactEvent(BalanceImpactEvent e)
e - public void addContactChangeListener(ContactChangeListener b)
b - public void removeContactChangeListener(ContactChangeListener b)
b - public void processContactChangeEvent(ContactChangeEvent e)
e - public void addHoldingsChangeListener(HoldingsChangeListener b)
b - public void removeHoldingsChangeListener(HoldingsChangeListener b)
b - public void processHoldingsChangeEvent(HoldingsChangeEvent e)
e - public void addPaymentChangeListener(PaymentChangeListener b)
b - public void removePaymentChangeListener(PaymentChangeListener b)
b - public void processPaymentChangeEvent(PaymentChangeEvent e)
e - public void addServiceChangeListener(ServiceChangeListener b)
b - public void removeServiceChangeListener(ServiceChangeListener b)
b - public void processServiceChangeEvent(ServiceChangeEvent e)
e - public void addCreditLimitListener(CreditLimitListener b)
b - public void removeCreditLimitListener(CreditLimitListener b)
b - public void processCreditLimitEvent(CreditLimitEvent e)
e - public void addBillInfoChangeListener(BillInfoChangeListener b)
b - public void removeBillInfoChangeListener(BillInfoChangeListener b)
b - public void processBillInfoChangeEvent(BillInfoChangeEvent e)
e - Copyright © 2003, 2023, Oracle and/or its affiliates.