public interface PPPVBean extends Remote
| Modifier and Type | Field and Description |
|---|---|
static int |
DEVICE_COLUMN_CHECK |
static int |
DEVICE_COLUMN_LOCATION |
static int |
DEVICE_COLUMN_RATING |
static int |
DEVICE_COLUMN_SEARIAL_NUMBER |
static int |
DEVICE_COLUMN_VENDOR |
static int |
DEVICE_INFO_LOCATION |
static int |
DEVICE_INFO_POID |
static int |
DEVICE_INFO_RATING |
static int |
DEVICE_INFO_SERVICE_OBJ |
static int |
DEVICE_INFO_VENDOR |
static int |
NUM_DEVICE_COLUMNS |
static int |
NUM_PENDING_ORDER_COLUMNS |
static int |
ORDER_STATUS_ACTIVE |
static int |
ORDER_STATUS_CANCELLED |
static int |
PENDING_ORDER_COLUMN_CALLER |
static int |
PENDING_ORDER_COLUMN_CHANNEL |
static int |
PENDING_ORDER_COLUMN_CHECK |
static int |
PENDING_ORDER_COLUMN_LOCATION |
static int |
PENDING_ORDER_COLUMN_PRICE |
static int |
PENDING_ORDER_COLUMN_SCHEDULE_OBJ |
static int |
PENDING_ORDER_COLUMN_STATUS |
static int |
PENDING_ORDER_COLUMN_TIME |
static int |
PENDING_ORDER_COLUMN_TITLE |
static int |
SIZE_DEVICE_INFO |
| 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) |
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[] cancelDevs,
int simMode) |
static final int PENDING_ORDER_COLUMN_CHECK
static final int PENDING_ORDER_COLUMN_TITLE
static final int PENDING_ORDER_COLUMN_LOCATION
static final int PENDING_ORDER_COLUMN_CHANNEL
static final int PENDING_ORDER_COLUMN_TIME
static final int PENDING_ORDER_COLUMN_CALLER
static final int PENDING_ORDER_COLUMN_PRICE
static final int PENDING_ORDER_COLUMN_STATUS
static final int PENDING_ORDER_COLUMN_SCHEDULE_OBJ
static final int NUM_PENDING_ORDER_COLUMNS
static final int DEVICE_COLUMN_CHECK
static final int DEVICE_COLUMN_LOCATION
static final int DEVICE_COLUMN_RATING
static final int DEVICE_COLUMN_VENDOR
static final int DEVICE_COLUMN_SEARIAL_NUMBER
static final int NUM_DEVICE_COLUMNS
static final int DEVICE_INFO_POID
static final int DEVICE_INFO_SERVICE_OBJ
static final int DEVICE_INFO_LOCATION
static final int DEVICE_INFO_RATING
static final int DEVICE_INFO_VENDOR
static final int SIZE_DEVICE_INFO
static final int ORDER_STATUS_ACTIVE
static final int ORDER_STATUS_CANCELLED
boolean isVideoSvc(PModelHandle model) throws RemoteException
RemoteExceptionboolean checkCredit(PModelHandle model, Object[][] pendingOrders) throws RemoteException
RemoteExceptionString getAcctTimezone(PModelHandle model, String zoneName, String zoneField) throws RemoteException, IOException
RemoteExceptionIOExceptionObject[][] getPendingEvents(PModelHandle acctModel, int offset) throws RemoteException, IOException, EBufException
RemoteExceptionIOExceptionEBufExceptionObject[][] refreshPendingTbl(int curRow, int[] keeperDevs) throws RemoteException, EBufException
RemoteExceptionEBufExceptionObject[][] addPurchaseToPending() throws RemoteException
RemoteExceptionint getPendingDevNum(int idx)
throws RemoteException
RemoteExceptionboolean allowCancel(int curRow)
throws RemoteException
RemoteExceptionboolean allowRefresh(int curRow)
throws RemoteException
RemoteExceptionObject[][] getDevices(PModelHandle acctModel) throws RemoteException, IOException
RemoteExceptionIOExceptionvoid setConfigPPV(PModelHandle acctModel) throws RemoteException, IOException
RemoteExceptionIOExceptionPModelHandle getRating() throws RemoteException
RemoteExceptionPModelHandle getSubject() throws RemoteException
RemoteExceptionPModelHandle getChannel() throws RemoteException
RemoteExceptionPModelHandle getCancelRsn() throws RemoteException
RemoteExceptionint purchasePPV(PModelHandle acctModel, Object[][] DevObjects, int[] DevRows, PModelHandle curShowModel, Object callerId, int simMode) throws RemoteException, EBufException
RemoteExceptionEBufExceptionint cancelPPV(int schedIdx,
String reason,
int simMode)
throws RemoteException,
EBufException
RemoteExceptionEBufExceptionint updatePpvPurchase(int schedIdx,
int[] cancelDevs,
int simMode)
throws RemoteException,
EBufException
RemoteExceptionEBufExceptionint refreshPpv(PModelHandle acctModel, int schedIdx, Object[] orderDevs, int simMode, int refMode) throws RemoteException, EBufException
RemoteExceptionEBufExceptionObject[] getPendingDevices(int idx) throws RemoteException
RemoteExceptionboolean getEnableNext()
throws RemoteException
RemoteExceptionPModelHandle doSearch(String srchStr, int custOffset, PModelHandle acctModel) throws RemoteException, IOException
RemoteExceptionIOExceptionvoid endStep()
throws RemoteException
RemoteExceptionPModelHandle nextStep() throws RemoteException, IOException
RemoteExceptionIOExceptionString getEbufExceptionStr(EBufException ebuf) throws RemoteException
RemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.