Package com.portal.app.cc.sharing
Interface PSharing
- All Known Implementing Classes:
PChargeSharingPanel
,PCollectionsSharingPanel
,PDiscountSharingPanel
,PProfileSharingPanel
public interface PSharing
This interface provides abstraction to all the Sharings.
All sharing main panel should implement this interface.
PSharingPage uses this interface as a handle for all Sharings.
-
Method Summary
-
Method Details
-
cleanup
void cleanup()Clean up the data structure(s) as well view(s) if necessary. -
refresh
void refresh()Update the data structure(s) as well view(s). -
initData
void initData()We can replace this method with refresh().
-