public class PPPVBeanImpl extends PIAComponentCollectionBean implements PPPVBean
PPPVPage component.
The following opcodes are used by this controller:
PortalOp.
| Modifier and Type | Class and Description |
|---|---|
class |
PPPVBeanImpl.DevClass |
class |
PPPVBeanImpl.PendingOrderInfo |
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTYDEVICE_COLUMN_CHECK, DEVICE_COLUMN_LOCATION, DEVICE_COLUMN_RATING, DEVICE_COLUMN_SEARIAL_NUMBER, DEVICE_COLUMN_VENDOR, DEVICE_INFO_LOCATION, DEVICE_INFO_POID, DEVICE_INFO_RATING, DEVICE_INFO_SERVICE_OBJ, DEVICE_INFO_VENDOR, NUM_DEVICE_COLUMNS, NUM_PENDING_ORDER_COLUMNS, ORDER_STATUS_ACTIVE, ORDER_STATUS_CANCELLED, PENDING_ORDER_COLUMN_CALLER, PENDING_ORDER_COLUMN_CHANNEL, PENDING_ORDER_COLUMN_CHECK, PENDING_ORDER_COLUMN_LOCATION, PENDING_ORDER_COLUMN_PRICE, PENDING_ORDER_COLUMN_SCHEDULE_OBJ, PENDING_ORDER_COLUMN_STATUS, PENDING_ORDER_COLUMN_TIME, PENDING_ORDER_COLUMN_TITLE, SIZE_DEVICE_INFO| Constructor and Description |
|---|
PPPVBeanImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object[][] |
addPurchaseToPending() |
boolean |
allowCancel(int curRow) |
boolean |
allowRefresh(int curRow) |
int |
cancelPPV(int schedIdx,
String reason,
int simMode) |
boolean |
checkCredit(PModelHandle model,
Object[][] pendingOrders) |
PModelHandle |
doSearch(String srchStr,
int custOffset,
PModelHandle acctModel) |
void |
endStep() |
String |
getAcctTimezone(PModelHandle model,
String zoneName,
String zoneField) |
PModelHandle |
getCancelRsn() |
PModelHandle |
getChannel() |
Object[][] |
getDevices(PModelHandle acctModel) |
String |
getEbufExceptionStr(EBufException ebuf) |
boolean |
getEnableNext() |
Object[] |
getPendingDevices(int idx) |
int |
getPendingDevNum(int idx) |
Object[][] |
getPendingEvents(PModelHandle acctModel,
int offset)
Return a 2 dim array that contains vectors of pending events
information: Title, Location, Channel, Date/Time, Caller
|
PModelHandle |
getRating() |
PModelHandle |
getSubject() |
boolean |
isVideoSvc(PModelHandle model) |
PModelHandle |
nextStep() |
int |
purchasePPV(PModelHandle acctModel,
Object[][] devObjects,
int[] devRows,
PModelHandle curShowModel,
Object callerId,
int simMode) |
Object[][] |
refreshPendingTbl(int curRow,
int[] keeperDevs) |
int |
refreshPpv(PModelHandle acctModel,
int schedIdx,
Object[] orderDevs,
int simMode,
int refMode) |
void |
setConfigPPV(PModelHandle acctModel) |
int |
updatePpvPurchase(int schedIdx,
int[] keepDevs,
int simMode) |
addChild, getCollectedData, getSelectionDataFor, removeChild, updateaddRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getRemoteListenerHandle, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferencedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModelpublic PPPVBeanImpl()
throws RemoteException
RemoteExceptionpublic boolean isVideoSvc(PModelHandle model) throws RemoteException
isVideoSvc in interface PPPVBeanRemoteExceptionpublic boolean checkCredit(PModelHandle model, Object[][] pendingOrders) throws RemoteException
checkCredit in interface PPPVBeanRemoteExceptionpublic String getAcctTimezone(PModelHandle model, String zoneName, String zoneField) throws RemoteException, IOException
getAcctTimezone in interface PPPVBeanRemoteExceptionIOExceptionpublic Object[][] getPendingEvents(PModelHandle acctModel, int offset) throws RemoteException, IOException, EBufException
getPendingEvents in interface PPPVBeanRemoteExceptionIOExceptionEBufExceptionpublic boolean allowCancel(int curRow)
throws RemoteException
allowCancel in interface PPPVBeanRemoteExceptionpublic boolean allowRefresh(int curRow)
throws RemoteException
allowRefresh in interface PPPVBeanRemoteExceptionpublic Object[][] refreshPendingTbl(int curRow, int[] keeperDevs) throws RemoteException, EBufException
refreshPendingTbl in interface PPPVBeanRemoteExceptionEBufExceptionpublic Object[][] addPurchaseToPending() throws RemoteException
addPurchaseToPending in interface PPPVBeanRemoteExceptionpublic int getPendingDevNum(int idx)
throws RemoteException
getPendingDevNum in interface PPPVBeanRemoteExceptionpublic Object[][] getDevices(PModelHandle acctModel) throws RemoteException, IOException
getDevices in interface PPPVBeanRemoteExceptionIOExceptionpublic void setConfigPPV(PModelHandle acctModel) throws RemoteException, IOException
setConfigPPV in interface PPPVBeanRemoteExceptionIOExceptionpublic PModelHandle getRating() throws RemoteException
getRating in interface PPPVBeanRemoteExceptionpublic PModelHandle getSubject() throws RemoteException
getSubject in interface PPPVBeanRemoteExceptionpublic PModelHandle getChannel() throws RemoteException
getChannel in interface PPPVBeanRemoteExceptionpublic PModelHandle getCancelRsn() throws RemoteException
getCancelRsn in interface PPPVBeanRemoteExceptionpublic boolean getEnableNext()
throws RemoteException
getEnableNext in interface PPPVBeanRemoteExceptionpublic Object[] getPendingDevices(int idx) throws RemoteException
getPendingDevices in interface PPPVBeanRemoteExceptionpublic int purchasePPV(PModelHandle acctModel, Object[][] devObjects, int[] devRows, PModelHandle curShowModel, Object callerId, int simMode) throws RemoteException, EBufException
purchasePPV in interface PPPVBeanRemoteExceptionEBufExceptionpublic int cancelPPV(int schedIdx,
String reason,
int simMode)
throws RemoteException,
EBufException
cancelPPV in interface PPPVBeanRemoteExceptionEBufExceptionpublic int updatePpvPurchase(int schedIdx,
int[] keepDevs,
int simMode)
throws RemoteException,
EBufException
updatePpvPurchase in interface PPPVBeanRemoteExceptionEBufExceptionpublic int refreshPpv(PModelHandle acctModel, int schedIdx, Object[] orderDevs, int simMode, int refMode) throws RemoteException, EBufException
refreshPpv in interface PPPVBeanRemoteExceptionEBufExceptionpublic String getEbufExceptionStr(EBufException ebuf) throws RemoteException
getEbufExceptionStr in interface PPPVBeanRemoteExceptionpublic PModelHandle doSearch(String srchStr, int custOffset, PModelHandle acctModel) throws RemoteException, IOException
doSearch in interface PPPVBeanRemoteExceptionIOExceptionpublic PModelHandle nextStep() throws RemoteException, IOException
nextStep in interface PPPVBeanRemoteExceptionIOExceptionpublic void endStep()
throws RemoteException
endStep in interface PPPVBeanRemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.