Deprecated Methods |
com.retek.commons.gui.table.RDisplayTable.addRow(String[], int, Object)
This method will be removed in the future. Please change call code using
this method to use column names instead of indexes. |
com.retek.component.internet.ExARequestManager.buildExACatalogCustomerRequest()
ExACatalogCustomerRequest is deprecated |
com.retek.component.internet.impl.ExARequestManagerImpl.buildExACatalogCustomerRequest()
test uses deprecated API's |
com.retek.component.internet.ExARequestManager.buildExAOrderCustomerRequest()
ExAOrderCustomerRequest is deprecated |
com.retek.component.internet.impl.ExARequestManagerImpl.buildExAOrderCustomerRequest()
test uses deprecated API's |
com.retek.component.history.HistoryManager.buildGenericHistoryEventInstanceForCustomer(User, Customer, String)
: 3/31/2004 : Please use one of the buildHistoryEventInstance methods
Build a new generic history event instance for a customer.
Note: This api is intended for use by external integration layer to RCOM (not for use internally
within the RCOM application, see the other build instance patterns for building new history
events within RCOM). |
com.retek.component.history.impl.HistoryManagerImpl.buildGenericHistoryEventInstanceForCustomer(User, Customer, String)
test uses deprecated API's |
com.retek.component.history.HistoryManager.buildGenericHistoryEventInstanceForOrder(User, CustomerOrder, HistoryEventType, HistoryEventVisibility, String)
: 3/31/2004 : Please use one of the buildHistoryEventInstance methods
Build a new generic history event instance for a customer order.
Note: This api is intended for use by external integration layer to RCOM (not for use internally
within the RCOM application, see the other build instance patterns for building new history
events within RCOM). |
com.retek.component.history.impl.HistoryManagerImpl.buildGenericHistoryEventInstanceForOrder(User, CustomerOrder, HistoryEventType, HistoryEventVisibility, String)
test uses deprecated API's |
com.retek.component.history.HistoryManager.buildGenericHistoryEventInstanceForOrder(User, CustomerOrder, HistoryEventVisibility, String)
: 3/31/2004 : Please use one of the buildHistoryEventInstance methods
Build a new generic history event instance for a customer order.
Note: This api is intended for use by external integration layer to RCOM (not for use internally
within the RCOM application, see the other build instance patterns for building new history
events within RCOM). |
com.retek.component.history.impl.HistoryManagerImpl.buildGenericHistoryEventInstanceForOrder(User, CustomerOrder, HistoryEventVisibility, String)
test uses deprecated API's |
com.retek.component.customerorder.impl.CustomerOrderCommandFactory.createCustomerOrderReceiveReturnsRemoteCommand(CustomerOrderImpl, Set, User)
Do not use this command. |
com.retek.component.internet.test.ExAObjectMaster.createExACatalogCustomerRequest()
class uses deprecated API |
com.retek.component.internet.test.ExAObjectMaster.createExACatalogCustomerRequestWithOnlyCustomerNumber(DistributedContext)
class uses deprecated API |
com.retek.component.internet.test.ExAObjectMaster.createExACustomerRequestWithOnlyCustomerNumber(DistributedContext)
class uses deprecated API |
com.retek.component.internet.test.ExAObjectMaster.createExAOrderCustomerRequest()
class uses deprecated API |
com.retek.commons.component.ComponentHelper.createManager(Class)
pass context on manager creation |
com.retek.component.internet.ExAManager.createOrder(ExAOrder, Set)
(3/10/2004) Use updateOrder(ExAOrder) |
com.retek.component.internet.impl.ExAManagerImpl.createOrder(ExAOrder, Set)
Use updateOrder |
com.retek.component.internet.ExAManager.createPendedOrder(ExAOrder, Set)
(3/10/2004) Use createPendedOrder(ExAOrder order)
Create and submit an online request for a pended order with payment information.
The request must be an order summary, which represents a new order in the system. |
com.retek.component.internet.impl.ExAManagerImpl.createPendedOrder(ExAOrder, Set)
Use createPendedOrder(ExAOrder order) |
com.retek.component.location.impl.LocationManagerImpl.findStoreIdsByChannel(Channel)
use find |
com.retek.component.location.impl.LocationManagerImpl.findWarehouseIdsByChannel(Channel)
use find |
com.retek.commons.logging.RetekLevel.getAllPossiblePriorities()
|
com.retek.component.shipping.impl.ShippingMethodImpl.getDeliveryDays()
- no longer valid, ask shippingMethod for getCarrierTransitDays() |
com.retek.commons.util.type.Enum.getId()
use getCode() |
com.retek.commons.component.DistributedObject.getId()
until 1/31 : OID migration : use getReference() : Paul C. |
com.retek.commons.component.impl.DistributedObjectImpl.getId()
until Q/XJ : OID migration : use getReference() : Paul C. |
com.retek.component.inventory.impl.remote.InventoryDto.getId()
11/06/2003 : Please remove with 00203 refactoring |
com.retek.component.location.impl.WarehouseImpl.getId()
this method overwrites OID convention to satisfy non-OID-migrated Item components |
com.retek.component.location.impl.StoreImpl.getId()
this method overwrites OID convention to satisfy non-OID-migrated Item components |
com.retek.component.payment.PaymentManagerFactory.getTenderTypeManager()
pass in a context |
com.retek.component.location.impl.LocationManagerImpl.readLocation(String)
use read(ref) or findByDisplayCode(String) |
com.retek.component.supplier.SupplierManager.readPersonalizationColor(String)
Use readPersonalizationColor(DistributedReference) |
com.retek.component.supplier.impl.SupplierManagerImpl.readPersonalizationColor(String)
use readPersonalizationColor(DistributedReference) |
com.retek.component.supplier.SupplierManager.readPersonalizationFont(String)
Use readPersonalizationFont(DistributedReference) |
com.retek.component.supplier.impl.SupplierManagerImpl.readPersonalizationFont(String)
use readPersonalizationFont(DistributedReference) |
com.retek.component.location.impl.LocationManagerImpl.readStore(String)
use read(ref) or findByDisplayCode(String) |
com.retek.component.location.impl.LocationManagerImpl.readWarehouse(String)
use read(ref) or findByDisplayCode(String) |
com.retek.component.customerorder.impl.remote.CustomerOrderServicesEjb.receiveReturns(CustomerOrderDto, Set, DistributedReference)
Is using CustomerOrderReceiveReturnsRemoteCommand which is deprecated. |
com.retek.component.customerorder.CustomerOrderManager.receiveReturns(CustomerOrder, Set, User)
As of RCOM 11.0, Replaced by CustRetDesc rib message subscription.
This is a custom api written for WS in support of the DC Returns gui application, used
to receive returns in their DC. This api will be removed in the RCOM 12.0 release.
Process a receive transaction for a return line for a customer order. This marks
the return line as 'Returned', updating the returned quantity and disposition for
the item, as well as publishing several messages to the rib for the return
(i.e. return confirmation message, inventory adjustment message). The customer order
is submitted as part of the transaction. |
com.retek.component.customerorder.impl.CustomerOrderManagerImpl.receiveReturns(CustomerOrder, Set, User)
test uses deprecated API's |
com.retek.component.shipping.impl.ShippingMethodImpl.setDeliveryDays(int)
- no longer valid, shippingMethod has carrier transit days instead |
com.retek.component.internet.ExAOrderLineTest.testAddAdditionalOrderLineOnExistingShipTo()
test uses deprecated API's |
com.retek.component.internet.ExAOrderLineTest.testAddAdditionalOrderLineOnNewShipTo()
test uses deprecated API's |
com.retek.component.internet.ExAPaymentTest.testAddPayment()
test uses deprecated API's |
com.retek.component.internet.ExARequestManagerTest.testBuildExACatalogCustomerRequest()
test uses deprecated API's |
com.retek.component.internet.ExARequestManagerTest.testBuildExAOrderCustomerRequest()
test uses deprecated API's |
com.retek.component.history.HistoryManagerTest.testBuildHistoryEventInstanceForGenericEventForBoth()
test uses deprecated API's |
com.retek.component.history.HistoryManagerTest.testBuildHistoryEventInstanceForGenericEventForCustomer()
test uses deprecated API's |
com.retek.component.history.HistoryManagerTest.testBuildHistoryEventInstanceForGenericEventForOrder()
test uses deprecated API's |
com.retek.component.internet.ExAOrderLineTest.testCancelOrderLine()
test uses deprecated API's |
com.retek.component.internet.ExAOrderLineTest.testCancelOrderLineOnOrderWithOnlyOneLine()
test uses deprecated API's |
com.retek.component.internet.ExAOrderLineTest.testCancelOrderLineOnPendedOrder()
test uses deprecated API's |
com.retek.component.internet.ExAOrderTest.testCancelPendedOrder()
test uses deprecated API's |
com.retek.component.internet.ExAPaymentTest.testCancelPendedPayment()
test uses deprecated API's |
com.retek.component.internet.ExAOrderTest.testCancelSummaryOrder()
test uses deprecated API's |
com.retek.component.customerorder.impl.CustomerOrderCommandFactoryTest.testCreateCustomerOrderCreateAndPublishDirectShipOrderRemoteCommand()
test uses deprecated API's |
com.retek.component.customerorder.impl.CustomerOrderCommandFactoryTest.testCreateCustomerOrderReceiveReturnsRemoteCommand()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreateMultipleShipTosForPendedOrder()
test uses deprecated API's |
com.retek.component.internet.ExAOrderSummaryTest.testCreateOrderSummaryWithExistingCustomer()
test uses deprecated API's |
com.retek.component.internet.ExAOrderSummaryTest.testCreateOrderSummaryWithExistingCustomerAndNewAddresses()
test uses deprecated API's |
com.retek.component.internet.ExAOrderSummaryTest.testCreateOrderSummaryWithGifting()
test uses deprecated API's |
com.retek.component.internet.ExAOrderTest.testCreateOrderSummaryWithGiftRegistry()
test uses deprecated API's |
com.retek.component.internet.ExAOrderSummaryTest.testCreateOrderSummaryWithHoldDate()
test uses deprecated API's |
com.retek.component.internet.ExAOrderSummaryTest.testCreateOrderSummaryWithLevel1Item()
test uses deprecated API's |
com.retek.component.internet.ExAOrderSummaryTest.testCreateOrderSummaryWithMonogramming()
test uses deprecated API's |
com.retek.component.internet.ExAOrderSummaryTest.testCreateOrderSummaryWithMultiStyleItem()
test uses deprecated API's |
com.retek.component.internet.ExAOrderSummaryTest.testCreateOrderSummaryWithNewCustomer()
test uses deprecated API's |
com.retek.component.internet.ExAOrderSummaryTest.testCreateOrderSummaryWithSkuFromMultiStyleItem()
test uses deprecated API's |
com.retek.component.internet.ExAOrderSummaryTest.testCreateOrderSummaryWithWithPersonalization()
test uses deprecated API's |
com.retek.component.internet.ExAPaymentTest.testCreateOrderWithAllPaymentTypes()
test uses deprecated API's |
com.retek.component.internet.ExAOrderTest.testCreateOrderWithExistingCustomer()
test uses deprecated API's |
com.retek.component.internet.ExAOrderTest.testCreateOrderWithGifting()
test uses deprecated API's |
com.retek.component.internet.ExAOrderTest.testCreateOrderWithMonogramming()
test uses deprecated API's |
com.retek.component.internet.ExAPaymentTest.testCreateOrderWithMultiplePayments()
test uses deprecated API's |
com.retek.component.internet.ExAOrderTest.testCreateOrderWithoutFirstCreatingSummary()
test uses deprecated API's |
com.retek.component.internet.ExAOrderTest.testCreateOrderWithWithPersonalization()
test uses deprecated API's |
com.retek.component.internet.ExAPackComponentTest.testCreatePackOrderLineWithMonogrammingOnAllComponents()
test uses deprecated API's |
com.retek.component.internet.ExAPackComponentTest.testCreatePackOrderLineWithPersonalizationOnAllComponents()
test uses deprecated API's |
com.retek.component.internet.ExAPaymentTest.testCreatePendedOrderWithAllPaymentTypes()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithEmptyPayments()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithExistingCustomer()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithGifting()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithMonogramming()
test uses deprecated API's |
com.retek.component.internet.ExAPaymentTest.testCreatePendedOrderWithMultiplePayments()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithNoPayments()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithoutFirstCreatingSummary()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithWithPersonalization()
test uses deprecated API's |
com.retek.component.internet.ExAOrderSummaryTest.testCreateSummaryWithoutRequiredData()
test uses deprecated API's |
com.retek.component.history.HistoryManagerTest.testIncludeSellingItemOnOrderHistoryComments()
test uses deprecated API's |
com.retek.component.internet.ExAOrderLineTest.testModifyOrderLineQuantity()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testModifyOrderLineQuantityOnPendedOrder()
test uses deprecated API's |
com.retek.component.internet.ExAOrderLineTest.testMoveExistingOrderLineToAnotherExistingShipTo()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testPendingWhenAddingAdditionalOrderLineOnNewShipTo()
test uses deprecated API's |
com.retek.component.supplier.SupplierTest.testReadPersonalizationColor()
test uses deprecated API's |
com.retek.component.customerorder.CustomerOrderManagerReturnsTest.testReceiveExistingPendingReturn()
test uses deprecated API |
com.retek.component.customerorder.CustomerOrderManagerReturnsTest.testReceiveExistingPendingReturnInvalidRequestThrowsException()
test uses deprecated API's |
com.retek.component.customerorder.CustomerOrderManagerReturnsTest.testReceiveMultipleExistingPendingReturns()
test uses deprecated API's |
com.retek.component.customerorder.CustomerOrderManagerReturnsTest.testReceiveMultipleNewPendingReturns()
test uses deprecated API's |
com.retek.component.customerorder.CustomerOrderManagerReturnsTest.testReceiveNewPendingReturn()
test uses deprecated API's |
com.retek.component.customerorder.CustomerOrderManagerReturnsTest.testReceiveNewPendingReturnForDifferentWhFromShippingWh()
test uses deprecated API's |
com.retek.component.customerorder.CustomerOrderManagerReturnsTest.testReceiveNewPendingReturnForNullOrInvalidWarehouse()
test uses deprecated API's |
com.retek.component.customerorder.CustomerOrderManagerReturnsTest.testReceiveNewPendingReturnInvalidRequestThrowsException()
test uses deprecated API's |
com.retek.component.customerorder.CustomerOrderManagerReturnsTest.testReceiveReturnedReturnLineThrowsException()
test uses deprecated API's |
com.retek.component.customerorder.CustomerOrderManagerReturnsTest.testReceiveReturnWithoutPostageRefunded()
test uses deprecated API's |
com.retek.component.customerorder.CustomerOrderManagerReturnsTest.testReceiveReturnWithPostageRefunded()
test uses deprecated API's |
com.retek.component.internet.ExACatalogTest.testRequestCatalogSetsMostRecentCatalogTypeCorrect()
test uses deprecated API's |
com.retek.component.internet.ExACatalogTest.testRequestCatalogWithExistingCustomerWhoKnowsCustomerId()
test uses deprecated API's |
com.retek.component.internet.ExACatalogTest.testRequestCatalogWithNewCustomer()
test uses deprecated API's |
com.retek.component.internet.ExACatalogTest.testRequestCatalogWithSubconcept()
test uses deprecated API's |
com.retek.component.internet.ExACatalogTest.testRequestCatalogWithSubConceptSetsCatalogTypeCorrect()
test uses deprecated API's |
com.retek.component.history.HistoryManagerTest.testValidateBuildHistoryEventInstanceForGenericEventCustomerRequired()
test uses deprecated API's |
com.retek.component.history.HistoryManagerTest.testValidateBuildHistoryEventInstanceForGenericEventOrderRequired()
test uses deprecated API's |
com.retek.commons.logging.RetekLevel.toPriority(String)
|