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
RemoteException
boolean checkCredit(PModelHandle model, Object[][] pendingOrders) throws RemoteException
RemoteException
String getAcctTimezone(PModelHandle model, String zoneName, String zoneField) throws RemoteException, IOException
RemoteException
IOException
Object[][] getPendingEvents(PModelHandle acctModel, int offset) throws RemoteException, IOException, EBufException
RemoteException
IOException
EBufException
Object[][] refreshPendingTbl(int curRow, int[] keeperDevs) throws RemoteException, EBufException
RemoteException
EBufException
Object[][] addPurchaseToPending() throws RemoteException
RemoteException
int getPendingDevNum(int idx) throws RemoteException
RemoteException
boolean allowCancel(int curRow) throws RemoteException
RemoteException
boolean allowRefresh(int curRow) throws RemoteException
RemoteException
Object[][] getDevices(PModelHandle acctModel) throws RemoteException, IOException
RemoteException
IOException
void setConfigPPV(PModelHandle acctModel) throws RemoteException, IOException
RemoteException
IOException
PModelHandle getRating() throws RemoteException
RemoteException
PModelHandle getSubject() throws RemoteException
RemoteException
PModelHandle getChannel() throws RemoteException
RemoteException
PModelHandle getCancelRsn() throws RemoteException
RemoteException
int purchasePPV(PModelHandle acctModel, Object[][] DevObjects, int[] DevRows, PModelHandle curShowModel, Object callerId, int simMode) throws RemoteException, EBufException
RemoteException
EBufException
int cancelPPV(int schedIdx, String reason, int simMode) throws RemoteException, EBufException
RemoteException
EBufException
int updatePpvPurchase(int schedIdx, int[] cancelDevs, int simMode) throws RemoteException, EBufException
RemoteException
EBufException
int refreshPpv(PModelHandle acctModel, int schedIdx, Object[] orderDevs, int simMode, int refMode) throws RemoteException, EBufException
RemoteException
EBufException
Object[] getPendingDevices(int idx) throws RemoteException
RemoteException
boolean getEnableNext() throws RemoteException
RemoteException
PModelHandle doSearch(String srchStr, int custOffset, PModelHandle acctModel) throws RemoteException, IOException
RemoteException
IOException
void endStep() throws RemoteException
RemoteException
PModelHandle nextStep() throws RemoteException, IOException
RemoteException
IOException
String getEbufExceptionStr(EBufException ebuf) throws RemoteException
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.