|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CountryDto in com.retek.component.customer.impl.persistence |
Methods in com.retek.component.customer.impl.persistence that return CountryDto | |
static CountryDto |
CustomerDbObjectMaster.getDefaultCountry(DistributedContext context)
|
static CountryDto |
CustomerDbObjectMaster.getNonDefaultCountry(DistributedContext context)
|
Uses of CountryDto in com.retek.component.customer.impl.persistence.db.oracle |
Methods in com.retek.component.customer.impl.persistence.db.oracle with parameters of type CountryDto | |
void |
CustomerOracleTestCase.assertCountryDtosAreEqual(CountryDto expectedDto,
CountryDto dto)
|
Uses of CountryDto in com.retek.component.location.impl |
Methods in com.retek.component.location.impl that return CountryDto | |
CountryDto |
CountryImpl.getDto()
|
Uses of CountryDto in com.retek.component.location.impl.persistence |
Methods in com.retek.component.location.impl.persistence that return CountryDto | |
CountryDto |
LocationDao.readCountry(DistributedReference ref)
Reads the country for the given reference. |
CountryDto |
LocationDao.readCountryByCode(java.lang.String countryCode)
Reads the country for the given code. |
CountryDto |
LocationDao.getDefaultCountry()
Reads the country configured as the default. |
CountryDto |
LocationDao.persist(CountryDto dto)
|
static CountryDto |
LocationDbObjectMaster.getCountryDto(DistributedContext context)
|
Methods in com.retek.component.location.impl.persistence with parameters of type CountryDto | |
CountryDto |
LocationDao.persist(CountryDto dto)
|
Uses of CountryDto in com.retek.component.location.impl.persistence.cache |
Methods in com.retek.component.location.impl.persistence.cache that return CountryDto | |
CountryDto |
CacheLocationDao.readCountry(DistributedReference ref)
|
CountryDto |
CacheLocationDao.getDefaultCountry()
|
CountryDto |
CacheLocationDao.readCountryByCode(java.lang.String countryCode)
|
CountryDto |
CacheLocationDao.persist(CountryDto dto)
|
Methods in com.retek.component.location.impl.persistence.cache with parameters of type CountryDto | |
CountryDto |
CacheLocationDao.persist(CountryDto dto)
|
Uses of CountryDto in com.retek.component.location.impl.persistence.db.oracle |
Methods in com.retek.component.location.impl.persistence.db.oracle that return CountryDto | |
CountryDto |
OracleLocationDao.persist(CountryDto countryDto)
|
CountryDto |
OracleLocationDao.getDefaultCountry()
|
CountryDto |
OracleLocationDao.readCountryByCode(java.lang.String countryCode)
|
CountryDto |
OracleLocationDao.readCountry(DistributedReference ref)
|
CountryDto |
OracleCountryRetriever.readByCountryCode(java.lang.String countryCode)
|
CountryDto |
OracleCountryRetriever.read(DistributedReference ref)
|
CountryDto |
OracleCountryRetriever.readDefaultCountry()
|
Methods in com.retek.component.location.impl.persistence.db.oracle with parameters of type CountryDto | |
void |
OracleCountryUpdater.update(CountryDto dto)
|
void |
LocationOracleTestCase.assertCountryDtosEqual(CountryDto expectedDto,
CountryDto dto)
|
void |
LocationOracleTestCase.modifyCountryDto(CountryDto dto)
|
void |
OracleCountryCreator.create(CountryDto dto)
|
CountryDto |
OracleLocationDao.persist(CountryDto countryDto)
|
Uses of CountryDto in com.retek.component.location.impl.remote |
Methods in com.retek.component.location.impl.remote that return CountryDto | |
CountryDto |
LocationServicesRemote.findCountryByCode(java.lang.String countryCode)
|
CountryDto |
LocationServicesRemote.getDefaultCountry()
|
CountryDto |
LocationServicesRemote.readCountry(DistributedReference ref,
long version)
|
CountryDto |
LocationServicesRemote.submitCountry(CountryDto dto)
|
CountryDto |
LocationServicesEjb.submitCountry(CountryDto dto)
|
CountryDto |
LocationServicesEjb.findCountryByCode(java.lang.String countryCode)
|
CountryDto |
LocationServicesEjb.getDefaultCountry()
|
CountryDto |
LocationServicesEjb.readCountry(DistributedReference ref,
long version)
|
Methods in com.retek.component.location.impl.remote with parameters of type CountryDto | |
CountryDto |
LocationServicesRemote.submitCountry(CountryDto dto)
|
CountryDto |
LocationServicesEjb.submitCountry(CountryDto dto)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |