|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RDate in com.retek.commons.component.xml.batch |
---|
Methods in com.retek.commons.component.xml.batch with parameters of type RDate | |
java.lang.String |
XmlFileWriterTransactionHandler.getRootElementBeginTag(RDate createTime)
Return the root element begin tag for the xml export file. |
Constructors in com.retek.commons.component.xml.batch with parameters of type RDate | |
XmlBufferedFileWriter(java.io.File exportFile,
RDate createTime,
XmlFileWriterTransactionHandler handler,
java.util.Set observers)
|
Uses of RDate in com.retek.commons.domain.core.persistence.db |
---|
Methods in com.retek.commons.domain.core.persistence.db that return RDate | |
RDate |
RetekResultSet.getRDate(java.lang.String columnName)
|
RDate |
RetekResultSet.getRDateWithTime(java.lang.String columnName)
|
Methods in com.retek.commons.domain.core.persistence.db with parameters of type RDate | |
void |
RetekPreparedStatement.setRDate(int parameterIndex,
RDate date)
|
void |
RetekPreparedStatement.setRDate(RDate date)
|
void |
RetekPreparedStatement.setTimestamp(int parameterIndex,
RDate date)
|
void |
RetekPreparedStatement.setTimestamp(RDate date)
|
Uses of RDate in com.retek.commons.domain.core.persistence.db.oracle |
---|
Methods in com.retek.commons.domain.core.persistence.db.oracle that return RDate | |
static RDate |
DbObjectMaster.getTestDbRDate()
|
RDate |
NewOracleSysdateRetriever.getSysdate()
|
static RDate |
OracleTestCase.getTestDbRDate()
|
Methods in com.retek.commons.domain.core.persistence.db.oracle with parameters of type RDate | |
static void |
DbUtil.addToWhereClauseForSearch(java.lang.StringBuffer sql,
java.lang.String colName,
RDate startDate,
RDate endDate,
java.lang.String appender,
java.util.List bindVariableList)
|
static void |
DbUtil.addToWhereClauseForSearch(java.lang.StringBuffer sql,
java.lang.String colName,
RDate startDate,
RDate endDate,
java.util.List bindVariableList)
|
static java.lang.String |
DbUtil.handleSqlDate(RDate sqlDate,
java.util.List bindVariableList)
Create sql date query clause. |
static java.lang.String |
DbUtil.handleSqlDate(RDate sqlDate,
java.util.List bindVariableList,
boolean truncateTime)
Create sql date query clause. |
Uses of RDate in com.retek.commons.gui.widget |
---|
Methods in com.retek.commons.gui.widget with parameters of type RDate | |
void |
RDateField.setDate(RDate date)
Sets the date represented by this date field. |
void |
RCalendar.setDate(RDate date)
Sets the date. |
Constructors in com.retek.commons.gui.widget with parameters of type RDate | |
RCalendar(RDate date)
Constructs and returns a new RCalendar widget. |
|
RCalendar(javax.swing.JDialog dialog,
RDate date)
Constructs and returns a new RCalendar widget. |
Uses of RDate in com.retek.commons.util |
---|
Methods in com.retek.commons.util that return RDate | |
static RDate |
RDateUtils.getDate(java.lang.String date)
|
static RDate |
RDateUtils.getDate(java.lang.String date,
java.lang.String time)
|
static RDate |
RDateUtility.getDate(java.lang.String date)
Retrieves an RDate object for a date string. |
static RDate |
RDateUtility.getDate(java.util.Date date)
Retrieves an Rdate object for a date object. |
static RDate |
RDateUtility.getDate(java.lang.String date,
java.lang.String time)
Retrieves an RDate for a a date and time string. |
Methods in com.retek.commons.util with parameters of type RDate | |
protected void |
RetekTestCase.assertDateEqualsIgnoreTime(RDate date1,
RDate date2)
|
protected void |
RetekTestCase.assertDateNotEqualsIgnoreTime(RDate date1,
RDate date2)
|
protected void |
RetekTestCase.assertDateTimeEquals(RDate date1,
RDate date2)
Asserts on Date, Hour, and Minute - Seconds are ignored. |
static java.lang.String |
RDateUtils.getString(RDate date)
|
static java.lang.String |
RDateUtils.getTimeZoneString(RDate date)
|
static java.lang.String |
RDateUtils.getTimeZoneStringWithSeconds(RDate date)
|
static java.lang.String |
RDateUtils.getDateOnlyString(RDate date)
|
static java.lang.String |
RDateUtils.getTimeOnlyString(RDate date)
|
static boolean |
RDateUtils.equalsDayAllowNull(RDate date1,
RDate date2)
|
static boolean |
RDateUtils.equalsNullsOk(RDate date1,
RDate date2)
|
static java.lang.String |
RDateUtility.getString(RDate date)
Retrieves a formatted date string for an RDate object. |
static java.lang.String |
RDateUtility.getTimeZoneString(RDate date)
Retrieves a formatted date and time zone string for an RDate object. |
static java.lang.String |
RDateUtility.getTimeZoneStringWithSeconds(RDate date)
Retrieves a formatted date and time zone with seconds string for an RDate object. |
static boolean |
RDateUtility.datesEqualAllowsNull(RDate date1,
RDate date2)
Checks if the two dates are equal. |
static java.lang.String |
RDateUtility.getDateOnlyString(RDate date)
Retrieves the date only portion of the date string. |
static java.lang.String |
RDateUtility.getTimeOnlyString(RDate date)
Retrieves the time only portion of the date string. |
static java.util.Date |
RDateUtility.getUtilDate(RDate date)
Converts an RDate to a standard util.Date. |
Uses of RDate in com.retek.commons.util.flatfile |
---|
Methods in com.retek.commons.util.flatfile that return RDate | |
RDate |
FixedWidthFormatterTestBean.getDate1()
|
Methods in com.retek.commons.util.flatfile with parameters of type RDate | |
void |
FixedWidthFormatterTestBean.setDate1(RDate date1)
|
Uses of RDate in com.retek.commons.util.type |
---|
Fields in com.retek.commons.util.type declared as RDate | |
static RDate |
RDate.END_OF_TIME
|
Methods in com.retek.commons.util.type that return RDate | |
static RDate |
RDate.createMilitaryTimeWithTodaysDate(java.lang.String timeString)
|
RDate |
RDate.trimToDay()
|
RDate |
RDate.trimToHour()
|
RDate |
RDate.trimToMinute()
|
RDate |
RDate.getNextBusinessDay(java.util.Set nonBusinessDates)
|
RDate |
RDate.addBusinessDays(int days,
java.util.Set nonBusinessDates)
|
RDate |
RDate.addDays(int days)
|
RDate |
RDate.addHours(int hours)
|
Methods in com.retek.commons.util.type with parameters of type RDate | |
boolean |
RDate.isSameDayOrPrior(RDate when)
|
boolean |
RDate.isSameHourOrPrior(RDate when)
|
boolean |
RDate.isSameDayOrAfter(RDate when)
|
boolean |
RDate.isBefore(RDate when)
|
boolean |
RDate.isBusinessDay(RDate date,
java.util.Set nonBusinessDates)
|
boolean |
RDate.isAfter(RDate when)
|
boolean |
RDate.isDayBefore(RDate when)
|
boolean |
RDate.isDayAfter(RDate when)
|
boolean |
RDate.isSecAfterIgnoreDate(RDate when)
|
boolean |
RDate.isHourAfter(RDate when)
|
boolean |
RDate.isBetweenDays(RDate begin,
RDate end)
|
boolean |
RDate.isBetween(RDate begin,
RDate end)
|
boolean |
RDate.equalsDay(RDate that)
|
int |
RDate.businessDaysTo(RDate otherDate,
java.util.Set nonBusinessDates)
|
int |
RDate.daysTo(RDate otherDate)
|
Uses of RDate in com.retek.component.banner_channel |
---|
Methods in com.retek.component.banner_channel that return RDate | |
RDate |
GiftingSeason.getEffectiveStartDate()
|
RDate |
GiftingSeason.getEffectiveEndDate()
|
Methods in com.retek.component.banner_channel with parameters of type RDate | |
void |
GiftingSeason.setEffectiveStartDate(RDate startDate)
|
void |
GiftingSeason.setEffectiveEndDate(RDate endDate)
|
java.util.Set |
GiftService.getGiftingSeasons(RDate date)
|
Uses of RDate in com.retek.component.customer |
---|
Methods in com.retek.component.customer that return RDate | |
RDate |
CustomerExportSearchCriteria.getCreatedAfterDate()
|
RDate |
CustomerExportSearchCriteria.getCreatedOrUpdatedAfterDate()
|
RDate |
CustomerFindCriteria.getCreatedOrUpdatedAfterDate()
|
RDate |
CustomerMergeRequest.getCreateDate()
Return the date the merge request was created. |
RDate |
CustomerMergeRequest.getProcessedDate()
Return the date the request was processed (either the date it was exported if it is an 'Export' request OR the date the merge was processed if it is an 'Import' request). |
RDate |
CustomerCreditPreApprovalSearchCriteria.getCurrentDate()
|
RDate |
StoredValueCardCashout.getCashoutDate()
|
RDate |
StoredValueCardCashout.getSalesAuditTransactionDate()
|
RDate |
Customer.getOriginalOrderDate()
|
RDate |
Customer.getCreateDate()
|
RDate |
Customer.getLastImportDate()
Return the last import datetime that an import request was processed for this customer. |
RDate |
CustomerPLCCCreditApplication.getDateOfBirth()
|
RDate |
ActivityRequest.getCreateDate()
|
RDate |
ActivityRequest.getLastUpdatedDate()
|
RDate |
CatalogRequest.getCreateDate()
|
RDate |
CatalogType.getEstimatedDeliveryDate()
|
RDate |
CustomerCreditPreApproval.getExpirationDate()
|
Methods in com.retek.component.customer with parameters of type RDate | |
void |
CustomerExportSearchCriteria.setCreatedAfterDate(RDate createdAfterDate)
|
void |
CustomerExportSearchCriteria.setCreatedOrUpdatedAfterDate(RDate createdOrUpdatedAfterDate)
|
void |
CustomerFindCriteria.setCreatedOrUpdatedAfterDate(RDate createdOrUpdatedAfterDate)
|
void |
StoredValueCardCashout.setCashoutDate(RDate date)
|
void |
StoredValueCardCashout.setSalesAuditTransactionDate(RDate salesAuditTransactionDate)
|
void |
Customer.setOriginalOrderDate(RDate rDate)
|
void |
CustomerPLCCCreditApplication.setDateOfBirth(RDate dateOfBirth)
|
void |
CustomerCreditPreApproval.setExpirationDate(RDate date)
|
Constructors in com.retek.component.customer with parameters of type RDate | |
CustomerCreditPreApprovalSearchCriteria(RDate currentDate)
|
Uses of RDate in com.retek.component.customer.integration |
---|
Methods in com.retek.component.customer.integration that return RDate | |
RDate |
CustomerIntegrationCustomer.getOriginalOrderDate()
|
RDate |
CustomerIntegrationCustomerElement.getCreateDate()
|
RDate |
CustomerIntegrationCustomerElement.getLastUpdateDate()
|
RDate |
CustomerIntegrationMergeRequest.getCreateDate()
|
RDate |
CustomerIntegrationCatalogRequest.getCreateDate()
|
Methods in com.retek.component.customer.integration with parameters of type RDate | |
void |
CustomerIntegrationCustomer.setOriginalOrderDate(RDate originalOrderDate)
|
void |
CustomerIntegrationCustomerElement.setCreateDate(RDate createDate)
|
void |
CustomerIntegrationCustomerElement.setLastUpdateDate(RDate lastUpdateDate)
|
void |
CustomerIntegrationMergeRequest.setCreateDate(RDate createDate)
|
void |
CustomerIntegrationCatalogRequest.setCreateDate(RDate createDate)
|
Uses of RDate in com.retek.component.customer.integration.batch |
---|
Methods in com.retek.component.customer.integration.batch with parameters of type RDate | |
static java.lang.String |
CustomerIntegrationFileWriterUtil.createCustomerMergeExportFileName(RDate createDate)
Create export file name for a customer merge export file. |
static java.lang.String |
CustomerIntegrationFileWriterUtil.createCatalogRequestExportFileName(RDate createDate)
Create export file name for a customer merge export file. |
static java.lang.String |
CustomerIntegrationFileWriterUtil.createCustomerFileExportFileName(RDate createDate,
java.lang.String criteriaDescription)
Create export file name for a customer export file. |
static java.lang.String |
CustomerIntegrationFileWriterUtil.getCustomerMergeRootElementBeginTag(RDate createTime)
Return a root level 'CustomerMerge' element XML begin tag. |
static java.lang.String |
CustomerIntegrationFileWriterUtil.getCatalogRequestRootElementBeginTag(RDate createTime)
Return a root level 'CatalogRequest' element XML begin tag. |
static java.lang.String |
CustomerIntegrationFileWriterUtil.getCustomerFileRootElementBeginTag(RDate createTime)
Return a root level 'CustomerFile' element XML begin tag. |
void |
CustomerFileExportFile.open(RDate createTime,
java.io.File exportDirectory,
int numWorkerThreads)
Open the specified RCOM customer file for transaction processing. |
void |
CatalogRequestExportFile.open(RDate createTime,
java.io.File exportDirectory)
Open the specified RCCOM sales audit file for transaction processing. |
void |
CustomerMergeExportFile.open(RDate createTime,
java.io.File exportDirectory)
Open the specified RCCOM sales audit file for transaction processing. |
Uses of RDate in com.retek.component.customerorder |
---|
Fields in com.retek.component.customerorder declared as RDate | |
RDate |
NoCustomerInformationReturnSearchCriteria.minReturnDate
|
Methods in com.retek.component.customerorder that return RDate | |
RDate |
CustomerOrderSettlement.getDateOfPurchase()
|
RDate |
CustomerOrderSettlement.getDateOfSettlement()
|
RDate |
Discount.getCreatedDate()
|
RDate |
Discount.getLastUpdatedDate()
|
RDate |
CustomerOrderCorrespondenceRequestDbSearchCriteria.getMaxCreateDate()
|
RDate |
ShippedContainerLine.getVoucherExpirationDate()
|
RDate |
ShippedContainerLine.getOriginalEstimatedDeliveryDate()
|
RDate |
NoCustomerInformationReturnSearchResults.getResolvedDate()
|
RDate |
NoCustomerInformationReturnSearchResults.getReturnDate()
|
RDate |
ShippedContainer.getShippedDate()
|
RDate |
ShippedContainer.getEstimatedArrivalDate()
|
RDate |
ShippedContainer.getDeliveryConfirmationDate()
|
RDate |
ShippedContainer.getShipConfirmationReceivedDate()
|
RDate |
ShippedContainer.getExpectedReceiptDate()
|
RDate |
ShippedContainer.getSalesAuditTransactionDate()
|
RDate |
OrderSearchCriteria.getOrderLineReleaseDateMax()
|
RDate |
OrderSearchCriteria.getOrderPendCancelByDateMax()
|
RDate |
OrderSearchCriteria.getOrderLineReleaseDateLessThanOrEqualToDate()
|
RDate |
OrderSearchCriteria.getOrderLineEstimatedShipDateLessThanOrEqualToDate()
|
RDate |
OrderSearchCriteria.getOrderLineEstimatedDeliveryDateLessThan()
|
RDate |
CustomerOrderPayment.getSalesAuditTransactionDate()
Return the transaction effective date for the payment for PAIDIN (sale payment) or PAIDOU (credit payment). |
RDate |
MailOrderBatchSearchCriteria.getFrom()
|
RDate |
MailOrderBatchSearchCriteria.getTo()
|
RDate |
MailOrderBatchSearchCriteria.getReleaseDateAfter()
|
RDate |
RecalculateBOLineECDDRecordSearchCriteria.getLineEstimatedDeliveryDateBefore()
|
RDate |
Accommodation.getDate()
|
RDate |
Accommodation.getSalesAuditTransactionDate()
|
RDate |
CustomerOrderCorrespondenceRequest.getCreateDate()
|
RDate |
ReturnLineTaxRecord.getTaxInvoiceDate()
|
RDate |
CustomerOrderLine.getLastUpdateDate()
|
RDate |
CustomerOrderLine.getPersonalHoldDate()
|
RDate |
CustomerOrderLine.getOriginalEstimatedDeliveryDate()
|
RDate |
CustomerOrderLine.getEstimatedDeliveryDate()
|
RDate |
CustomerOrderLine.getActualEstimatedDeliveryDate()
|
RDate |
CustomerOrderLine.getLastNotifiedEstimatedDeliveryDate()
|
RDate |
CustomerOrderLine.getEstimatedShipDate()
|
RDate |
CustomerOrderLine.getReleaseDate()
|
RDate |
CustomerOrderLine.getCancelledDate()
|
RDate |
CustomerOrderLine.getCreateDate()
|
RDate |
CustomerOrderLine.getRegistryUpdateDate()
|
RDate |
NoCustomerInformationReturnSearchCriteria.getMinReturnDate()
|
RDate |
ShipmentRequest.getCreationDate()
|
RDate |
ReturnLine.getReturnedDate()
Return the date the item was returned (if return required is true) or the date the return was entered into the system (if return NOT required). |
RDate |
ReturnLine.getCreateDate()
|
RDate |
ReturnLine.getCancelledDate()
|
RDate |
ReturnLine.getSalesAuditTransactionDate()
|
RDate |
GiftVoucherAttributes.getExpirationDate()
|
RDate |
CustomerOrder.getCreateDate()
Returns the date that this order was submitted. |
RDate |
CustomerOrder.getCancelDate()
|
RDate |
CustomerOrder.getPendCancelByDate()
|
RDate |
CustomerOrder.getLastUpdateTimestamp()
|
RDate |
CustomerOrder.getLatestEstimatedDeliveryDate()
Finds the latest estimated delivery date of the order lines on the order |
RDate |
NoCustomerInformationReturn.getReturnDate()
|
RDate |
NoCustomerInformationReturn.getResolvedDate()
|
RDate |
CustomerOrderServiceLine.getEstimatedDeliveryDate()
|
RDate |
CustomerOrderServiceLine.getCreatedDate()
|
RDate |
CustomerOrderServiceLine.getLastUpdatedDate()
|
RDate |
ZeroChargeShipToTotals.getTaxInvoiceDate()
|
RDate |
CustomerOrderTransactionGroup.getCreateDate()
|
RDate |
CustomerOrderTransactionGroup.getMerchandiseTenderLiabilityResaTransactionDate()
|
RDate |
ContainerDeliveryConfirmation.getDeliveryConfirmationDate()
|
RDate |
MailOrderBatch.getCreateDate()
|
RDate |
MailOrderBatch.getLastUpdatedDate()
|
RDate |
MailOrderBatch.getReleaseDate()
|
RDate |
PaymentAuthorizationResponse.getAuthorizationDate()
|
RDate |
ShippedContainerTaxCalculatorInvoice.getInvoiceDate()
|
RDate |
CustomerOrderPaymentHistoryEvent.getTransactionDate()
|
RDate |
CustomerOrderPaymentHistoryEvent.getShipDate()
|
Methods in com.retek.component.customerorder with parameters of type RDate | |
void |
CustomerOrderSettlement.setDateOfPurchase(RDate dateOfPurchase)
|
void |
CustomerOrderSettlement.setDateOfSettlement(RDate dateOfSettlement)
|
void |
CustomerOrderCorrespondenceRequestDbSearchCriteria.setMaxCreateDate(RDate maxCreateDate)
|
void |
ShippedContainerLine.setVoucherExpirationDate(RDate date)
|
void |
NoCustomerInformationReturnSearchResults.setResolvedDate(RDate date)
|
void |
NoCustomerInformationReturnSearchResults.setReturnDate(RDate date)
|
void |
ShippedContainer.setShippedDate(RDate shippedDate)
|
void |
ShippedContainer.setEstimatedArrivalDate(RDate estimatedArrivalDate)
|
void |
ShippedContainer.setShipConfirmationReceivedDate(RDate shipConfirmationReceivedDate)
|
void |
OrderSearchCriteria.setOrderLineReleaseDateMax(RDate orderLineReleaseDateMax)
|
void |
OrderSearchCriteria.setOrderPendCancelByDateMax(RDate orderPendCancelByDateMax)
|
void |
OrderSearchCriteria.setOrderLineReleaseDateLessThanOrEqualToDate(RDate orderLineReleaseDateLessThanOrEqualToDate)
|
void |
OrderSearchCriteria.setOrderLineEstimatedShipDateLessThanOrEqualToDate(RDate orderLineEstimatedShipDateLessThanOrEqualToDate)
|
void |
OrderSearchCriteria.setOrderLineEstimatedDeliveryDateLessThan(RDate orderLineEstimatedDeliveryDateLessThan)
|
void |
CustomerOrderPayment.allocateSettlement(Money amount,
RDate dateOfPurchase,
ReturnLine returnLine)
|
void |
CustomerOrderPayment.allocateSettlement(Money amount,
RDate dateOfPurchase,
ShippedContainer container)
|
void |
CustomerOrderPayment.allocateSettlement(Money amount,
RDate dateOfPurchase)
|
void |
MailOrderBatchSearchCriteria.setDateRange(RDate from,
RDate to)
|
void |
MailOrderBatchSearchCriteria.setReleaseDateAfter(RDate releaseDateAfter)
|
void |
RecalculateBOLineECDDRecordSearchCriteria.setLineEstimatedDeliveryDateBefore(RDate currentSystemDate)
|
void |
Accommodation.setSalesAuditTransactionDate(RDate salesAuditTransactionDate)
|
void |
CustomerOrderLine.setEstimatedShipDate(RDate estimatedShipDate)
|
void |
CustomerOrderLine.setLastNotifiedEstimatedDeliveryDate(RDate date)
|
void |
CustomerOrderLine.setRegistryUpdateDate(RDate registryUpdateDate)
|
void |
NoCustomerInformationReturnSearchCriteria.setMinReturnDate(RDate returnDate)
|
void |
GiftVoucherAttributes.setExpirationDate(RDate expirationDate)
|
void |
CustomerOrder.setPendCancelByDate(RDate pendedCancelDate)
|
void |
CustomerOrder.setPersonalHoldDate(java.util.Set orderLines,
RDate rDate,
User user)
|
void |
NoCustomerInformationReturn.setReturnDate(RDate returnDate)
|
void |
CustomerOrderServiceLine.setEstimatedDeliveryDate(RDate estimatedDeliveryDate)
|
void |
ContainerDeliveryConfirmation.setDeliveryConfirmationDate(RDate deliveryDate)
|
boolean |
CustomerOrderManager.hasPendingSalesAuditTransactions(Store store,
RDate transactionDate)
Return a boolean indicating if pending sales audit transactions exist for a given store/day. |
void |
PaymentAuthorizationResponse.setAuthorizationDate(RDate authorizationDate)
|
void |
ShippedContainerTaxCalculatorInvoice.setInvoiceDate(RDate invoiceDate)
|
void |
CustomerOrderPaymentHistoryEvent.setTransactionDate(RDate tranDate)
|
Uses of RDate in com.retek.component.customerorder.batch |
---|
Methods in com.retek.component.customerorder.batch that return RDate | |
RDate |
ReleaseBackorderLineRecord.getOrderLineEstimatedDeliveryDate()
|
protected RDate |
BaseCreditCardReauthorizeSubprocess.getCurrentReauthLeadtimeDate()
|
RDate |
RecalculateBOLineECDDRecord.getEstimatedDeliveryDate()
|
Methods in com.retek.component.customerorder.batch with parameters of type RDate | |
void |
ReleaseBackorderLineRecord.setOrderLineEstimatedDeliveryDate(RDate orderLineEstimatedDeliveryDate)
|
void |
RecalculateBOLineECDDRecord.setEstimatedDeliveryDate(RDate estimatedDeliveryDate)
|
Uses of RDate in com.retek.component.demand |
---|
Methods in com.retek.component.demand that return RDate | |
RDate |
OrderDemandRecord.getTimestamp()
|
RDate |
OrderLineDemandRecord.getTimestamp()
|
RDate |
MediaDemand.getAsOfDate()
|
Uses of RDate in com.retek.component.event |
---|
Methods in com.retek.component.event that return RDate | |
RDate |
EventSearchCriteria.getEndDateEqualsOrAfter()
|
RDate |
EventSearchCriteria.getStartDateIsOrAfter()
|
RDate |
EventSearchCriteria.getStartDateIsBefore()
|
RDate |
Event.getStartDate()
|
RDate |
Event.getEndDate()
|
RDate |
SupplierEventSearchCriteria.getOrderDate()
|
RDate |
SupplierEventSearchCriteria.getStartDateIsOrAfter()
|
RDate |
ItemSupplierEventSearchCriteria.getOrderDate()
|
RDate |
BannerEventSearchCriteria.getOrderDate()
|
RDate |
GenericEvent.getStartDate()
|
RDate |
GenericEvent.getEndDate()
|
RDate |
GenericEvent.getOrderByDateTime()
|
RDate |
GenericEvent.getCustomerDeliveryDate()
|
Methods in com.retek.component.event with parameters of type RDate | |
void |
EventSearchCriteria.setEndDateEqualsOrAfter(RDate endDateEqualsOrAfter)
|
void |
EventSearchCriteria.setStartDateIsOrAfter(RDate startDate)
|
void |
EventSearchCriteria.setStartDateIsBefore(RDate startDate)
|
void |
Event.setStartDate(RDate startDate)
|
void |
Event.setEndDate(RDate endDate)
|
void |
SupplierEventSearchCriteria.setOrderDate(RDate orderDate)
|
void |
SupplierEventSearchCriteria.setStartDateIsOrAfter(RDate startDate)
|
void |
ItemSupplierEventSearchCriteria.setOrderDate(RDate date)
|
void |
BannerEventSearchCriteria.setOrderDate(RDate orderDate)
|
void |
GenericEvent.setOrderByDateTime(RDate orderByDateTime)
|
void |
GenericEvent.setCustomerDeliveryDate(RDate customerDeliveryDate)
|
Uses of RDate in com.retek.component.history |
---|
Methods in com.retek.component.history that return RDate | |
RDate |
HistoryEvent.getCreateDate()
|
RDate |
HistoryEventRequest.getCreateDate()
|
Methods in com.retek.component.history with parameters of type RDate | |
void |
HistoryEventRequest.setCreateDate(RDate createDate)
|
Uses of RDate in com.retek.component.inventory |
---|
Methods in com.retek.component.inventory that return RDate | |
RDate |
WarehouseSkuAvailabilityRecord.getAvailableDate()
|
RDate |
PurchaseOrderLineDate.getAvailableDate()
|
RDate |
ReservationValues.getReserveEstimatedShipDate()
|
RDate |
ReservationValues.getBackorderedEstimatedShipDate()
|
RDate |
ReservationValues.getSupplierStartDate()
|
RDate |
EstimatedAtpValuesCalculator.getEstimateCustomerDeliveryDate()
|
RDate |
InventoryQtyBucket.getDate()
|
RDate |
AtpValues.getBackorderedEstimatedShipDate()
|
RDate |
AtpValues.getReserveEstimatedShipDate()
|
RDate |
SupplierInventory.getEndDateTime()
|
RDate |
SupplierInventory.getStartDateTime()
|
RDate |
PackReservationValues.getPackReserveEstimatedShipDate()
|
RDate |
PackReservationValues.getPackBackorderedEstimatedShipDate()
|
RDate |
PackReservationValues.getBackorderedEstimatedShipDate()
|
RDate |
PackReservationValues.getReserveEstimatedShipDate()
|
RDate |
ItemSupplierQuantityBlock.getEffectiveDate()
|
RDate |
ItemSupplierQuantityBlock.getExpirationDate()
|
Methods in com.retek.component.inventory with parameters of type RDate | |
void |
WarehouseSkuAvailabilityRecord.setAvailableDate(RDate availableDate)
|
void |
ReservationValues.setReserveEstimatedShipDate(RDate reserveEstimatedShipDate)
|
void |
ReservationValues.setBackorderedEstimatedShipDate(RDate backorderedEstimatedShipDate)
|
void |
ReservationValues.setSupplierStartDate(RDate supplierStartDate)
|
AtpValues |
InventoryManager.calculateAtp(SellableItem sellableItem,
RDate reserveFromDate,
DistributedReference organizationRef)
|
ReservationValues |
InventoryManager.reserve(SellableItem sellableItem,
Store virtualStore,
Quantity quantityToReserve,
RDate reserveFromDate,
boolean directShipSkuSegregation)
|
ReservationValues |
InventoryManager.reserve(SellableItem sellableItem,
Store virtualStore,
Quantity quantityToReserve,
RDate reservationFromDate)
|
AtpValues |
InventoryManager.calculateAtpAndFutureAvailableQuantities(SellableItem sellableItem,
RDate reserveFromDate,
DistributedReference organizationRef,
boolean allowNegativeFutureAvailableQty)
|
java.util.Map |
InventoryManager.calculateAtpAndFutureAvailableQuantities(java.util.Set sellableItemSet,
RDate reserveFromDate,
DistributedReference bannerRef,
boolean allowNegativeFutureAvailableQty)
|
void |
InventoryManager.releaseFromSupplier(SellableItem sellableItem,
Supplier supplier,
Quantity reservationReleaseQuantity,
Store virtualStore,
RDate supplierStartDate)
|
void |
InventoryManager.moveQuantityFromSupplierReservedToShipped(Supplier supplier,
java.lang.String skuId,
Quantity qtyToMove,
RDate reservationDate)
|
static int |
DirectShipReservationDateCalculator.getDaysUntilNextContactDay(java.lang.String supplierId,
java.lang.String itemId,
RDate reserveFromDate,
DistributedContext context)
|
static int |
DirectShipReservationDateCalculator.getTotalSupplierDays(java.lang.String supplierId,
java.lang.String itemId,
RDate reserveFromDate,
DistributedContext context)
|
void |
AtpValues.setBackorderedEstimatedShipDate(RDate backorderedEstimatedShipDate)
|
void |
AtpValues.setReserveEstimatedShipDate(RDate reserveEstimatedShipDate)
|
void |
ItemSupplierQuantityBlock.setEffectiveDate(RDate effectiveDate)
|
void |
ItemSupplierQuantityBlock.setExpirationDate(RDate expirationDate)
|
Constructors in com.retek.component.inventory with parameters of type RDate | |
PurchaseOrderLineDate(RDate availableDate,
Quantity orderedQuantity)
|
|
EstimatedAtpValuesCalculator(DistributedContext context,
Banner banner,
AtpValues atpValues,
RDate mediaReleaseDate)
|
|
AtpValues(Quantity atpQuantity,
Quantity futureAvailQty,
java.lang.Boolean nonInventoriable,
java.lang.Boolean backOrdersAllowed,
RDate reserveEstimatedShipDate,
RDate backorderedEstimatedShipDate)
|
Uses of RDate in com.retek.component.item |
---|
Methods in com.retek.component.item that return RDate | |
RDate |
ProductInformationSearchCriteria.getActiveDate()
|
RDate |
ProductInformation.getStartDate()
|
RDate |
ProductInformation.getEndDate()
|
RDate |
ItemLocation.getCreateDateTime()
|
RDate |
ItemLocation.getLastUpdateDateTime()
|
RDate |
ItemLocation.getStatusUpdateDate()
|
RDate |
ItemSupplier.getDiscontinueDate()
|
Methods in com.retek.component.item with parameters of type RDate | |
ProductInformation |
ProductInformationManager.buildProductInformationInstance(java.lang.String itemId,
Banner banner,
RDate startDate,
RDate endDate)
|
void |
ProductInformationSearchCriteria.setActiveDate(RDate date)
|
int |
ContactDayType.daysUntilNextContactDayFromDate(RDate reserveFromDate)
|
void |
ProductInformation.setStartDate(RDate startDate)
|
void |
ProductInformation.setEndDate(RDate endDate)
|
void |
ItemLocation.setCreateDateTime(RDate createDateTime)
|
void |
ItemLocation.setLastUpdateDateTime(RDate lastUpdateDateTime)
|
void |
ItemLocation.setStatusUpdateDate(RDate statusUpdateDate)
|
void |
ItemSupplier.setDiscontinueDate(RDate discontinueDate)
|
Uses of RDate in com.retek.component.location |
---|
Methods in com.retek.component.location that return RDate | |
RDate |
DailyMessageFindCriteria.getPurgeDate()
|
RDate |
CountryNonBusinessDate.getDate()
|
RDate |
Store.getStoreOpenDate()
|
RDate |
Store.getStoreCloseDate()
|
RDate |
DailyMessage.getCreateDate()
|
RDate |
DailyMessage.getPurgeDate()
|
Methods in com.retek.component.location with parameters of type RDate | |
void |
DailyMessageFindCriteria.setPurgeDate(RDate findPurgeDate)
|
void |
CountryNonBusinessDate.setDate(RDate nonBusinessDate)
|
void |
Store.setStoreOpenDate(RDate openDate)
|
void |
Store.setStoreCloseDate(RDate closeDate)
|
void |
DailyMessage.setPurgeDate(RDate purgeDate)
|
Uses of RDate in com.retek.component.media |
---|
Methods in com.retek.component.media that return RDate | |
RDate |
MediaSearchCriteria.getActiveEndDate()
|
RDate |
MediaSearchCriteria.getActiveStartDate()
|
RDate |
MediaSearchCriteria.getReleasedStartDate()
|
RDate |
ShippingRateTableSearchCriteria.getStartDate()
|
RDate |
ShippingRateTableSearchCriteria.getEndDate()
|
RDate |
ShippingRateTableSearchCriteria.getReferenceDate()
|
RDate |
SellingList.getStartDate()
|
RDate |
SellingList.getEndDate()
|
RDate |
Media.getInHomeDate()
|
RDate |
Media.getReleaseDate()
|
RDate |
Media.getReserveFromDate()
|
RDate |
Media.getActiveDate()
|
RDate |
Media.getPriceEffectiveStartDate()
|
RDate |
Media.getPriceEffectiveEndDate()
|
RDate |
DropCode.getDate()
|
RDate |
ShippingRateTable.getStartDate()
|
RDate |
ShippingRateTable.getEndDate()
|
RDate |
SellingListSearchCriteria.getActiveDate()
|
RDate |
SellingListSearchCriteria.getStartDate()
|
RDate |
SellingListSearchCriteria.getEndDate()
|
Methods in com.retek.component.media with parameters of type RDate | |
void |
MediaSearchCriteria.setActiveEndDate(RDate activeEndDate)
|
void |
MediaSearchCriteria.setActiveStartDate(RDate activeStartDate)
|
void |
MediaSearchCriteria.setReleasedStartDate(RDate releasedStartDate)
|
void |
ShippingRateTableSearchCriteria.setStartDate(RDate startDate)
|
void |
ShippingRateTableSearchCriteria.setEndDate(RDate endDate)
|
void |
ShippingRateTableSearchCriteria.setReferenceDate(RDate referenceDate)
|
ShippingRateTable |
SourceCode.getShippingRateTable(RDate effectiveDate)
Return the shipping rate table for the specified effectiveDate. |
void |
SellingList.setStartDate(RDate startDate)
|
void |
SellingList.setEndDate(RDate endDate)
|
void |
Media.setInHomeDate(RDate inHomeDate)
|
void |
Media.setReleaseDate(RDate releaseDate)
|
void |
Media.setActiveDate(RDate activeDate)
|
void |
Media.setPriceEffectiveStartDate(RDate priceEffStartDate)
|
void |
Media.setPriceEffectiveEndDate(RDate priceEffEndDate)
|
ShippingRateTable |
Media.getShippingRateTable(RDate effectiveDate)
Return the shipping rate table for the specified effectiveDate. |
void |
DropCode.setDate(RDate date)
|
void |
ShippingRateTable.setStartDate(RDate startDate)
|
void |
ShippingRateTable.setEndDate(RDate endDate)
|
void |
SellingListSearchCriteria.setActiveDate(RDate activeDate)
|
void |
SellingListSearchCriteria.setStartDate(RDate startDate)
|
void |
SellingListSearchCriteria.setEndDate(RDate endDate)
|
Uses of RDate in com.retek.component.message |
---|
Methods in com.retek.component.message that return RDate | |
RDate |
Message.getStartDate()
|
RDate |
Message.getEndDate()
|
Methods in com.retek.component.message with parameters of type RDate | |
void |
Message.setStartDate(RDate startDate)
|
void |
Message.setEndDate(RDate endDate)
|
Uses of RDate in com.retek.component.payment |
---|
Methods in com.retek.component.payment that return RDate | |
RDate |
CreditCardPayment.getOrderCreateDate()
|
RDate |
RewardCertificateAuthorizationResponse.getAuthorizationDate()
|
RDate |
TenderTypeCreditCard.getInactiveDate()
|
RDate |
Settlement.getDateOfPurchase()
|
RDate |
Settlement.getDateOfSettlement()
|
RDate |
StoredValueCardCashoutResponse.getCashoutDate()
|
RDate |
PLCCCreditApplication.getDateOfBirth()
|
RDate |
StoredValueCardAuthorizationResponse.getAuthorizationDate()
|
RDate |
CreditCardAuthorizationResponse.getAuthorizationDate()
|
RDate |
PaymentSettlementTransaction.getTransactionDate()
|
RDate |
PaymentSettlementFile.getTransactionDate()
|
RDate |
StoredValueCardInquiryResponse.getInquiryDate()
|
RDate |
PaymentSettlementTransactionContainer.getTransactionDate()
|
RDate |
PaymentSettlementTransactionHeader.getTransactionDate()
|
RDate |
PaymentSettlementPayment.getDateOfPurchase()
|
Methods in com.retek.component.payment with parameters of type RDate | |
void |
CreditCardPayment.setOrderCreateDate(RDate orderCreateDate)
|
void |
RewardCertificateAuthorizationResponse.setAuthorizationDate(RDate authorizationDate)
|
Payment |
Payment.allocateSettlement(Money amount,
RDate dateOfPurchase)
|
boolean |
TenderTypeCreditCard.isWithinAuthorizationPeriod(RDate date)
|
void |
Settlement.setDateOfPurchase(RDate dateOfPurchase)
|
void |
Settlement.setDateOfSettlement(RDate dateOfSettlement)
|
void |
StoredValueCardCashoutResponse.setCashoutDate(RDate cashoutDate)
|
void |
PLCCCreditApplication.setDateOfBirth(RDate dateOfBirth)
|
void |
StoredValueCardAuthorizationResponse.setAuthorizationDate(RDate authorizationDate)
|
void |
CreditCardAuthorizationResponse.setAuthorizationDate(RDate authorizationDate)
|
void |
PaymentSettlementTransaction.setTransactionDate(RDate transactionDate)
|
void |
StoredValueCardInquiryResponse.setInquiryDate(RDate inquiryDate)
|
boolean |
CreditCardExpirationDate.isDateExpired(RDate date)
|
void |
PaymentSettlementPayment.setDateOfPurchase(RDate dateOfPurchase)
|
static java.lang.String |
PaymentSettlementFileWriterUtil.createSettlementFileName(java.lang.String settlementFileNumber,
RDate createDate)
|
static java.lang.String |
PaymentSettlementFileWriterUtil.getPaymentSettlementRootElementBeginTag(java.lang.String settlementFileNumber,
RDate createTime)
Return a root level 'CustomerMerge' element XML begin tag. |
Constructors in com.retek.component.payment with parameters of type RDate | |
CreditCardExpirationDate(RDate date)
|
Uses of RDate in com.retek.component.payment.integration.creditapp |
---|
Methods in com.retek.component.payment.integration.creditapp that return RDate | |
RDate |
CreditApplicationRequest.getDateOfBirth()
|
Methods in com.retek.component.payment.integration.creditapp with parameters of type RDate | |
void |
CreditApplicationRequest.setDateOfBirth(RDate date)
|
Uses of RDate in com.retek.component.payment.integration.settlement |
---|
Methods in com.retek.component.payment.integration.settlement with parameters of type RDate | |
void |
PaymentSettlementExportFile.open(RDate createTime,
java.io.File exportDirectory)
Open the specified RTLOG file for ReSA transaction processing. |
void |
PaymentSettlementBatch.runBatch(java.util.Map args,
User user,
RDate createTime,
java.io.File exportDirectory)
|
Uses of RDate in com.retek.component.pend |
---|
Methods in com.retek.component.pend that return RDate | |
RDate |
NegativeCustomerRecord.getCreateDate()
|
RDate |
NegativeCustomerRecord.getLastUpdateDate()
|
RDate |
HighRiskZip.getCreateDate()
|
RDate |
HighRiskZip.getLastModifiedDate()
|
Uses of RDate in com.retek.component.promotion |
---|
Methods in com.retek.component.promotion that return RDate | |
RDate |
PromotionSearchCriteria.getPromoApplyingDate()
|
RDate |
PromotionSearchCriteria.getEndDate()
|
RDate |
PromotionSearchCriteria.getStartDate()
|
RDate |
Promotion.getStartDate()
|
RDate |
Promotion.getEndDate()
|
RDate |
Promotion.getLastUpdatedDate()
|
Methods in com.retek.component.promotion with parameters of type RDate | |
void |
PromotionSearchCriteria.setPromoApplyingDate(RDate promoApplyingDate)
|
void |
PromotionSearchCriteria.setEndDate(RDate date)
|
void |
PromotionSearchCriteria.setStartDate(RDate date)
|
void |
Promotion.setStartDate(RDate startDate)
|
void |
Promotion.setEndDate(RDate endDate)
|
Uses of RDate in com.retek.component.rcomrib |
---|
Methods in com.retek.component.rcomrib that return RDate | |
static RDate |
RcomRibDateUtil.getRDate(java.lang.String val)
|
static RDate |
RcomRibDateUtil.getRDate(java.util.Date val)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.In_store_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Drop_code_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Shipment_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Est_arr_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Ship_confirmed_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Voucher_expiration_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Ship_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Create_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Creation_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Pick_not_after_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Pick_not_before_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Estimated_ship_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Trans_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Store_open_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Store_close_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Supp_discontinue_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Start_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.End_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Cancel_by_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Eta_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Updated_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Return_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Rev_eta_date datePayload)
|
static RDate |
RcomRibDateUtil.getRDate(com.retek.rib.binding.payload.Est_in_stock_date datePayload)
|
Methods in com.retek.component.rcomrib with parameters of type RDate | |
static com.retek.rib.binding.payload.In_store_date |
RcomRibDateUtil.buildInStoreDate(RDate date)
|
static com.retek.rib.binding.payload.Drop_code_date |
RcomRibDateUtil.buildDropCodeDate(RDate date)
|
static com.retek.rib.binding.payload.Shipment_date |
RcomRibDateUtil.buildShipmentDate(RDate date)
|
static com.retek.rib.binding.payload.Est_arr_date |
RcomRibDateUtil.buildEstArrDate(RDate date)
|
static com.retek.rib.binding.payload.Ship_confirmed_date |
RcomRibDateUtil.buildShipConfirmedDate(RDate date)
|
static com.retek.rib.binding.payload.Voucher_expiration_date |
RcomRibDateUtil.buildVoucherExpirationDate(RDate date)
|
static com.retek.rib.binding.payload.Ship_date |
RcomRibDateUtil.buildShipDate(RDate date)
|
static com.retek.rib.binding.payload.Create_date |
RcomRibDateUtil.buildCreateDate(RDate date)
|
static com.retek.rib.binding.payload.Creation_date |
RcomRibDateUtil.buildCreationDate(RDate date)
|
static com.retek.rib.binding.payload.Settlement_date |
RcomRibDateUtil.buildSettlementDate(RDate date)
|
static com.retek.rib.binding.payload.Pick_not_after_date |
RcomRibDateUtil.buildPickNotAfterDate(RDate date)
|
static com.retek.rib.binding.payload.Pick_not_before_date |
RcomRibDateUtil.buildPickNotBeforeDate(RDate date)
|
static com.retek.rib.binding.payload.Estimated_ship_date |
RcomRibDateUtil.buildEstimatedShipDate(RDate date)
|
static com.retek.rib.binding.payload.Estimated_delivery_date |
RcomRibDateUtil.buildEstimatedDeliveryDate(RDate date)
|
static com.retek.rib.binding.payload.Trans_date |
RcomRibDateUtil.buildTransDate(RDate date)
|
static com.retek.rib.binding.payload.Store_open_date |
RcomRibDateUtil.buildStoreOpenDate(RDate date)
|
static com.retek.rib.binding.payload.Store_close_date |
RcomRibDateUtil.buildStoreCloseDate(RDate date)
|
static com.retek.rib.binding.payload.Supp_discontinue_date |
RcomRibDateUtil.buildSuppDiscontinueDate(RDate date)
|
static com.retek.rib.binding.payload.Start_date |
RcomRibDateUtil.buildStartdate(RDate date)
|
static com.retek.rib.binding.payload.End_date |
RcomRibDateUtil.buildEnddate(RDate date)
|
static com.retek.rib.binding.payload.Cancel_by_date |
RcomRibDateUtil.buildCancelByDate(RDate date)
|
static com.retek.rib.binding.payload.Eta_date |
RcomRibDateUtil.buildEtaDate(RDate date)
|
static com.retek.rib.binding.payload.Updated_date |
RcomRibDateUtil.buildUpdatedDate(RDate date)
|
static com.retek.rib.binding.payload.Return_date |
RcomRibDateUtil.buildReturnDate(RDate date)
|
static com.retek.rib.binding.payload.Rev_eta_date |
RcomRibDateUtil.buildRevEtaDate(RDate date)
|
static com.retek.rib.binding.payload.Est_in_stock_date |
RcomRibDateUtil.buildEstInStockDate(RDate date)
|
Uses of RDate in com.retek.component.salesaudit |
---|
Methods in com.retek.component.salesaudit that return RDate | |
RDate |
SalesAuditManager.findLastClosedDate(Store store)
|
RDate |
SaeStoreDayKey.getTransactionDate()
|
RDate |
SaeStoreTransactionContainer.getTransactionDate()
Return the transaction date for the store transaction container. |
RDate |
SaeStoreTransactionHeader.getTransactionDate()
Return the transaction date reference for the header. |
RDate |
SaeStoreDay.getTransactionDate()
Return the transaction date the sales audit store/day object. |
RDate |
SaeStoreDayTransactions.getTransactionDate()
|
RDate |
SaeTransaction.getTransactionDate()
|
RDate |
SaeTransaction.getCustomerOrderDate()
|
RDate |
SaeItem.getGiftCertificateExpirationDate()
|
RDate |
SaePayment.getCheckAuthorizationDate()
|
RDate |
SaePayment.getCreditCardAuthorizationDate()
|
Methods in com.retek.component.salesaudit with parameters of type RDate | |
SaeStoreTransactionContainer |
SalesAuditManager.buildSaeStoreTransactionContainerInstance(Store store,
RDate transactionDate)
Build a new order transaction container instance. |
SaeStoreDay |
SalesAuditManager.findSaeStoreDay(Store store,
RDate transactionDate)
Find a sales audit store/day for a given store and transaction date. |
boolean |
SalesAuditManager.hasPendingSalesAuditTransactions(Store store,
RDate transactionDate)
Return a boolean indicating if the sales audit staging table has pending sales audit transactions for a given store/day. |
SaeTransaction |
SaeStoreDay.createDcloseTransaction(RDate createTime)
Create a dclose transaction element for the store/day. |
protected SaeStoreDayKey |
SalesAuditExportTestCase.buildStoreDayKey(Store store,
RDate transactionDate)
|
protected SaeStoreTransactionContainer |
SalesAuditExportTestCase.buildStoreTransactionContainer(Store store,
RDate transactionDate,
DistributedObject sourceObject)
|
protected void |
SalesAuditExportTestCase.assertTransactionElementContents(CustomerOrder order,
Store store,
RDate transactionDate,
java.lang.String transactionType,
java.lang.String subTransactionType,
java.lang.String reasonCode,
SaeTransaction transaction)
|
protected void |
SalesAuditExportTestCase.assertTransactionElementContents(CustomerOrder order,
Store store,
RDate transactionDate,
java.lang.String transactionType,
java.lang.String subTransactionType,
java.lang.String reasonCode,
java.lang.String returnRequiredFlag,
SaeTransaction transactionElement)
|
void |
SaeTransaction.setTransactionDate(RDate transactionDate)
|
void |
SaeTransaction.setCustomerOrderDate(RDate customerOrderDate)
|
void |
SaeItem.setGiftCertificateExpirationDate(RDate giftCertificateExpirationDate)
|
void |
SaePayment.setCheckAuthorizationDate(RDate checkAuthorizationDate)
|
void |
SaePayment.setCreditCardAuthorizationDate(RDate creditCardAuthorizationDate)
|
Constructors in com.retek.component.salesaudit with parameters of type RDate | |
SaeStoreDayKey(Store store,
RDate transactionDate)
|
Uses of RDate in com.retek.component.salesaudit.batch |
---|
Methods in com.retek.component.salesaudit.batch with parameters of type RDate | |
static java.lang.String |
SalesAuditFileWriterUtil.createExportFileName(java.lang.String storeId,
RDate transactionDate,
RDate createDate)
Create export file name for a sales audit export file. |
static java.lang.String |
SalesAuditFileWriterUtil.writeDcloseExportFile(SaeStoreDay storeDay,
SaeTransaction dcloseTxn,
RDate createTime,
java.io.File exportDirectory)
Write records to sales audit xml export file. |
static java.lang.String |
SalesAuditFileWriterUtil.getSalesAuditRootElementBeginTag(RDate createTime)
Return a root level 'SalesAudit' element XML begin tag. |
void |
SalesAuditExportFile.open(RDate createTime,
java.io.File exportDirectory,
SaeStoreTransactionCounter storeTxnCounter)
Open the specified RCCOM sales audit file for transaction processing. |
Uses of RDate in com.retek.component.salesaudit.integration.resa |
---|
Methods in com.retek.component.salesaudit.integration.resa that return RDate | |
RDate |
TitemRecord.getExpirationDate()
|
RDate |
FheadRecord.getFileCreateDate()
|
RDate |
FheadRecord.getBusinessDate()
|
RDate |
TheadRecord.getOrderDate()
|
RDate |
TheadRecord.getTransactionDate()
|
RDate |
TcustRecord.getBirthdate()
|
Methods in com.retek.component.salesaudit.integration.resa with parameters of type RDate | |
void |
TitemRecord.setExpirationDate(RDate expirationDate)
|
void |
FheadRecord.setFileCreateDate(RDate createDate)
|
void |
FheadRecord.setBusinessDate(RDate businessDate)
|
void |
TheadRecord.setOrderDate(RDate orderDate)
|
void |
TheadRecord.setTransactionDate(RDate transactionDate)
|
static FheadRecord |
ResaFileWriterUtil.createFheadRecord(java.lang.String storeNumber,
RDate transactionDate,
RDate createTime)
|
static void |
ResaFileWriterUtil.addRequiredExportFileRecordDataForDClose(java.lang.String storeNumber,
RDate transactionDate,
java.util.List records,
RDate createTime)
|
static java.lang.String |
ResaFileWriterUtil.createExportFileName(java.lang.String storeId,
RDate transactionDate,
RDate createDate)
|
Uses of RDate in com.retek.component.security |
---|
Fields in com.retek.component.security declared as RDate | |
RDate |
ExternalUser.lastUpdateTime
|
Methods in com.retek.component.security that return RDate | |
RDate |
User.getCreateDate()
|
RDate |
UserManager.findLatestUserUpdateTime(SecurityBatchType batchType)
|
Methods in com.retek.component.security with parameters of type RDate | |
ExternalUserSearchResults |
ExternalUserManager.findExternalUsersAfter(java.lang.String remoteUsername,
java.lang.String remotePassword,
RDate dateTime)
Retrieves users from an external system that have been modified after the specified date/time. |
void |
UserManager.recordLatestUserUpdateTime(SecurityBatchType batchType,
RDate date)
|
Uses of RDate in com.retek.component.shipping |
---|
Methods in com.retek.component.shipping that return RDate | |
RDate |
Carrier.getCutOffTime()
|
Methods in com.retek.component.shipping with parameters of type RDate | |
void |
Carrier.setCutOffTime(RDate cutOffTime)
|
Uses of RDate in com.retek.component.systemparameter |
---|
Methods in com.retek.component.systemparameter that return RDate | |
RDate |
SystemParameterManager.getSystemRDate()
|
RDate |
SystemParameterManager.getSalesAuditLastTransactionNumberResetDate()
|
static RDate |
SystemTime.getSystemRDate()
|
Methods in com.retek.component.systemparameter with parameters of type RDate | |
void |
SystemParameterManager.setSystemRDateForTesting(RDate date)
|
boolean |
SystemParameterManager.resetSalesAuditLastTransactionNumberResetDate(RDate currentTransactionDate)
|
static void |
SystemTime.setSystemRDateForTesting(RDate date)
|
Uses of RDate in com.retek.component.task |
---|
Methods in com.retek.component.task that return RDate | |
RDate |
WorkTask.getCreateDate()
|
RDate |
WorkTask.getLastUpdatedDate()
|
RDate |
WorkTask.getLeaseDate()
|
RDate |
WorkTask.getLastLeaseDate()
|
RDate |
WorkTask.getResolvedDate()
|
RDate |
WorkTaskSearchCriteria.getCreateDateGreaterThanDate()
|
RDate |
WorkTaskSummaryItem.getLatest()
|
RDate |
OrderWorkTask.getOrderDate()
|
RDate |
OrderWorkTask.getEstimatedDeliveryDate()
|
RDate |
PersonalReminderWorkTask.getDueDate()
|
Methods in com.retek.component.task with parameters of type RDate | |
void |
WorkTaskSearchCriteria.setCreateDateGreaterThanDate(RDate date)
|
void |
WorkTaskSummaryItem.setLatest(RDate date)
|
void |
PersonalReminderWorkTask.setDueDate(RDate dueDate)
|
Uses of RDate in com.retek.component.tax |
---|
Methods in com.retek.component.tax that return RDate | |
RDate |
TaxInvoiceLineItem.getDate()
|
RDate |
TaxInvoice.getInvoiceDate()
|
Methods in com.retek.component.tax with parameters of type RDate | |
void |
TaxInvoiceLineItem.setDate(RDate date)
|
boolean |
TaxManager.checkTaxInvoiceExists(java.lang.String invoiceId,
RDate invoiceDate)
Return a boolean indicating if a specific tax invoice exists in the tax data store. |
void |
TaxManager.rollbackInvoice(java.lang.String invoiceId,
RDate invoiceDate)
Deprecated. will be removed when Vertex transaction bug is resolved This operation is for internal use only within the RCOM customer order component to provide a temporary solution for transaction limitations with the Vertex software. |
void |
TaxInvoice.setInvoiceDate(RDate invoiceDate)
|
Uses of RDate in com.retek.rcom.gui.screen.messages |
---|
Methods in com.retek.rcom.gui.screen.messages that return RDate | |
RDate |
DailyMessageDialogHandler.getPurgeDate()
|
Uses of RDate in com.retek.rcom.gui.screen.ordermain |
---|
Methods in com.retek.rcom.gui.screen.ordermain that return RDate | |
RDate |
OrderMainHandler.getCancelPendedOrderDate()
|
Uses of RDate in com.retek.rmm.gui.screen.media |
---|
Methods in com.retek.rmm.gui.screen.media that return RDate | |
RDate |
MediaDetailDialogHandler.getPriceStartDate()
|
RDate |
MediaDetailDialogHandler.getPriceEndDate()
|
RDate |
MediaDetailDialogHandler.getReleaseDate()
|
RDate |
MediaDetailDialogHandler.getActiveDate()
|
RDate |
MediaDetailDialogHandler.getInHomeDate()
|
Methods in com.retek.rmm.gui.screen.media with parameters of type RDate | |
void |
MediaSearchHandler.setStartDate(RDate startDate)
|
void |
MediaSearchHandler.setEndDate(RDate endDate)
|
Uses of RDate in com.retek.rmm.gui.screen.productinfo |
---|
Methods in com.retek.rmm.gui.screen.productinfo that return RDate | |
RDate |
ProductInfoHandler.getProductInfoStartDate()
|
RDate |
ProductInfoHandler.getProductInfoEndDate()
|
Uses of RDate in com.retek.rmm.gui.screen.promotions |
---|
Methods in com.retek.rmm.gui.screen.promotions that return RDate | |
RDate |
PromotionDialogHandler.getStartDateFromSellingList(java.lang.Object object)
|
RDate |
PromotionDialogHandler.getEndDateFromSellingList(java.lang.Object object)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |