|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CustomerDto in com.retek.component.customer.impl |
Methods in com.retek.component.customer.impl that return CustomerDto | |
CustomerDto |
CustomerImpl.getDto()
|
Uses of CustomerDto in com.retek.component.customer.impl.persistence |
Methods in com.retek.component.customer.impl.persistence that return CustomerDto | |
CustomerDto |
CustomerDao.persist(CustomerDto customerDto)
Persists a customer. |
CustomerDto |
CustomerDao.read(DistributedReference ref)
Reads the customer for the given reference. |
static CustomerDto |
CustomerDbObjectMaster.getFullCustomerDto(DistributedContext context)
|
static CustomerDto |
CustomerDbObjectMaster.getBasicCustomerDto(DistributedContext context,
DistributedReference userRef)
|
static CustomerDto |
CustomerDbObjectMaster.persistCustomer(DistributedContext context)
|
Methods in com.retek.component.customer.impl.persistence with parameters of type CustomerDto | |
CustomerDto |
CustomerDao.persist(CustomerDto customerDto)
Persists a customer. |
static CustomerAddressDto |
CustomerDbObjectMaster.getCustomerAddressDto(DistributedContext context,
CustomerDto customerDto,
DistributedReference userRef)
|
static java.util.List |
CustomerDbObjectMaster.getCustomerAddressDtos(DistributedContext context,
CustomerDto customerDto,
DistributedReference userRef)
|
Uses of CustomerDto in com.retek.component.customer.impl.persistence.cache |
Methods in com.retek.component.customer.impl.persistence.cache that return CustomerDto | |
CustomerDto |
CacheCustomerDao.persist(CustomerDto dto)
|
CustomerDto |
CacheCustomerDao.read(DistributedReference ref)
|
Methods in com.retek.component.customer.impl.persistence.cache with parameters of type CustomerDto | |
CustomerDto |
CacheCustomerDao.persist(CustomerDto dto)
|
Uses of CustomerDto in com.retek.component.customer.impl.persistence.db.oracle |
Fields in com.retek.component.customer.impl.persistence.db.oracle declared as CustomerDto | |
protected CustomerDto |
BaseOracleCustomerPersister.customerDto
|
Methods in com.retek.component.customer.impl.persistence.db.oracle that return CustomerDto | |
CustomerDto |
OracleCustomerReader.read(DistributedReference customerRefToFind)
|
CustomerDto |
OracleCustomerDao.read(DistributedReference ref)
|
CustomerDto |
OracleCustomerDao.persist(CustomerDto dto)
|
Methods in com.retek.component.customer.impl.persistence.db.oracle with parameters of type CustomerDto | |
void |
OracleCustomerCreator.create(CustomerDto customerDto)
|
void |
CustomerOracleTestCase.assertCustomerDtosAreEqual(CustomerDto expectedDto,
CustomerDto dto)
|
protected void |
CustomerOracleTestCase.assertAllChildDtosArePersistedAsWell(CustomerDto customerDto)
|
boolean |
CustomerOracleTestCase.containsEmail(CustomerDto custDto,
EmailAddress email)
|
boolean |
CustomerOracleTestCase.containsAllEmails(CustomerDto custDto1,
CustomerDto custDto2)
|
void |
CustomerOracleTestCase.modifyCustomerDto(CustomerDto dto)
|
void |
CustomerOracleTestCase.modifyStoredValueCardCashouts(CustomerDto customerDto)
|
CustomerDto |
OracleCustomerDao.persist(CustomerDto dto)
|
void |
OracleCustomerUpdater.update(CustomerDto customerDto)
|
void |
OracleCustomerDeleter.delete(CustomerDto customerToDelete)
|
Uses of CustomerDto in com.retek.component.customer.impl.remote |
Fields in com.retek.component.customer.impl.remote declared as CustomerDto | |
CustomerDto |
CatalogRequestDto.customerDto
|
Methods in com.retek.component.customer.impl.remote that return CustomerDto | |
CustomerDto |
CustomerServicesRemote.persistForImport(CustomerDto customerDto,
HistoryEventRequest eventRequest)
|
CustomerDto |
CustomerServicesRemote.read(DistributedReference ref,
long version)
|
CustomerDto |
CustomerServicesRemote.submit(CustomerDto customerDto,
DistributedReference userRef)
|
CustomerDto |
CustomerServicesEjb.submit(CustomerDto customerDto,
DistributedReference userRef)
|
CustomerDto |
CustomerServicesEjb.read(DistributedReference ref,
long version)
|
CustomerDto |
CustomerServicesEjb.persistForImport(CustomerDto customerDto,
HistoryEventRequest eventRequest)
|
Methods in com.retek.component.customer.impl.remote with parameters of type CustomerDto | |
CustomerDto |
CustomerServicesRemote.persistForImport(CustomerDto customerDto,
HistoryEventRequest eventRequest)
|
CustomerDto |
CustomerServicesRemote.submit(CustomerDto customerDto,
DistributedReference userRef)
|
void |
CustomerRemoteSubmitValidator.validate(CustomerDto customerDto)
|
CustomerDto |
CustomerServicesEjb.submit(CustomerDto customerDto,
DistributedReference userRef)
|
CustomerDto |
CustomerServicesEjb.persistForImport(CustomerDto customerDto,
HistoryEventRequest eventRequest)
|
Uses of CustomerDto in com.retek.component.customer.integration |
Methods in com.retek.component.customer.integration with parameters of type CustomerDto | |
protected void |
CustomerIntegrationTestCase.assertCustomerAddressesEqual(CustomerIntegrationCustomer expectedCustomer,
CustomerDto customerDto)
|
protected void |
CustomerIntegrationTestCase.assertCustomerTelephonesEqual(CustomerIntegrationCustomer expectedCustomer,
CustomerDto customerDto)
|
protected void |
CustomerIntegrationTestCase.assertCustomerEmailAddressesEqual(CustomerIntegrationCustomer expectedCustomer,
CustomerDto customerDto)
|
protected void |
CustomerIntegrationTestCase.assertCustomerPreferencesEqual(CustomerIntegrationCustomer expectedCustomer,
CustomerDto customerDto)
|
protected void |
CustomerIntegrationTestCase.assertAlternateNumbersEqual(CustomerIntegrationCustomer expectedCustomer,
CustomerDto customerDto)
|
Uses of CustomerDto in com.retek.component.customer.integration.batch |
Fields in com.retek.component.customer.integration.batch declared as CustomerDto | |
CustomerDto |
CustomerFileExportFile.CustomerFileTransactionObject.customerDto
|
Constructors in com.retek.component.customer.integration.batch with parameters of type CustomerDto | |
CustomerFileExportFile.CustomerFileTransactionObject(DistributedContext context,
CustomerDto customerDto,
boolean filterInactiveAttributes)
|
Uses of CustomerDto in com.retek.component.customer.integration.impl |
Constructors in com.retek.component.customer.integration.impl with parameters of type CustomerDto | |
CustomerIntegrationCustomerImpl(DistributedContext context,
CustomerDto customerDto,
boolean filterInactiveAttributes)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |