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_PROPERTY
DEVICE_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, update
addRemoteListener, 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, unreferenced
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
public PPPVBeanImpl() throws RemoteException
RemoteException
public boolean isVideoSvc(PModelHandle model) throws RemoteException
isVideoSvc
in interface PPPVBean
RemoteException
public boolean checkCredit(PModelHandle model, Object[][] pendingOrders) throws RemoteException
checkCredit
in interface PPPVBean
RemoteException
public String getAcctTimezone(PModelHandle model, String zoneName, String zoneField) throws RemoteException, IOException
getAcctTimezone
in interface PPPVBean
RemoteException
IOException
public Object[][] getPendingEvents(PModelHandle acctModel, int offset) throws RemoteException, IOException, EBufException
getPendingEvents
in interface PPPVBean
RemoteException
IOException
EBufException
public boolean allowCancel(int curRow) throws RemoteException
allowCancel
in interface PPPVBean
RemoteException
public boolean allowRefresh(int curRow) throws RemoteException
allowRefresh
in interface PPPVBean
RemoteException
public Object[][] refreshPendingTbl(int curRow, int[] keeperDevs) throws RemoteException, EBufException
refreshPendingTbl
in interface PPPVBean
RemoteException
EBufException
public Object[][] addPurchaseToPending() throws RemoteException
addPurchaseToPending
in interface PPPVBean
RemoteException
public int getPendingDevNum(int idx) throws RemoteException
getPendingDevNum
in interface PPPVBean
RemoteException
public Object[][] getDevices(PModelHandle acctModel) throws RemoteException, IOException
getDevices
in interface PPPVBean
RemoteException
IOException
public void setConfigPPV(PModelHandle acctModel) throws RemoteException, IOException
setConfigPPV
in interface PPPVBean
RemoteException
IOException
public PModelHandle getRating() throws RemoteException
getRating
in interface PPPVBean
RemoteException
public PModelHandle getSubject() throws RemoteException
getSubject
in interface PPPVBean
RemoteException
public PModelHandle getChannel() throws RemoteException
getChannel
in interface PPPVBean
RemoteException
public PModelHandle getCancelRsn() throws RemoteException
getCancelRsn
in interface PPPVBean
RemoteException
public boolean getEnableNext() throws RemoteException
getEnableNext
in interface PPPVBean
RemoteException
public Object[] getPendingDevices(int idx) throws RemoteException
getPendingDevices
in interface PPPVBean
RemoteException
public int purchasePPV(PModelHandle acctModel, Object[][] devObjects, int[] devRows, PModelHandle curShowModel, Object callerId, int simMode) throws RemoteException, EBufException
purchasePPV
in interface PPPVBean
RemoteException
EBufException
public int cancelPPV(int schedIdx, String reason, int simMode) throws RemoteException, EBufException
cancelPPV
in interface PPPVBean
RemoteException
EBufException
public int updatePpvPurchase(int schedIdx, int[] keepDevs, int simMode) throws RemoteException, EBufException
updatePpvPurchase
in interface PPPVBean
RemoteException
EBufException
public int refreshPpv(PModelHandle acctModel, int schedIdx, Object[] orderDevs, int simMode, int refMode) throws RemoteException, EBufException
refreshPpv
in interface PPPVBean
RemoteException
EBufException
public String getEbufExceptionStr(EBufException ebuf) throws RemoteException
getEbufExceptionStr
in interface PPPVBean
RemoteException
public PModelHandle doSearch(String srchStr, int custOffset, PModelHandle acctModel) throws RemoteException, IOException
doSearch
in interface PPPVBean
RemoteException
IOException
public PModelHandle nextStep() throws RemoteException, IOException
nextStep
in interface PPPVBean
RemoteException
IOException
public void endStep() throws RemoteException
endStep
in interface PPPVBean
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.