public interface ECommHelperRemote
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
void |
createMRLineFromProdDescCollection() |
void |
createWPMaterialFromProdDescCollection() |
ECatalogURL |
getCatalogURL(java.lang.String catalogName,
UserInfo ui,
java.lang.String returnURL) |
void |
processAribaCart(java.lang.String cxmlCart) |
boolean |
returncart() |
void |
setMRReference(MboRemote mrRemote) |
void |
setWOReference(MboRemote woRemote) |
void createMRLineFromProdDescCollection() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
ECommHelper.createMRLineFromProdDescCollection()
void createWPMaterialFromProdDescCollection() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
ECommHelper.createWPMaterialFromProdDescCollection()
ECatalogURL getCatalogURL(java.lang.String catalogName, UserInfo ui, java.lang.String returnURL) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
ECommHelper.getCatalogURL(java.lang.String, psdi.security.UserInfo, java.lang.String)
void setMRReference(MboRemote mrRemote) throws java.rmi.RemoteException
java.rmi.RemoteException
ECommHelper.setMRReference(psdi.mbo.MboRemote)
void setWOReference(MboRemote woRemote) throws java.rmi.RemoteException
java.rmi.RemoteException
ECommHelper.setWOReference(psdi.mbo.MboRemote)
void processAribaCart(java.lang.String cxmlCart) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
ECommHelper.processAribaCart(java.lang.String)
boolean returncart() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
ECommHelper.returncart()