|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SkuDto in com.retek.component.item.impl |
Constructors in com.retek.component.item.impl with parameters of type SkuDto | |
SkuImpl(DistributedContext context,
SkuDto dto)
|
Uses of SkuDto in com.retek.component.item.impl.persistence |
Methods in com.retek.component.item.impl.persistence that return SkuDto | |
static SkuDto |
ItemDbObjectMaster.insertSkuDtoWithPrimarySupplier(DistributedContext context,
StyleDto styleDto)
|
static SkuDto |
ItemDbObjectMaster.getSkuDtoWithStyle(DistributedContext context,
StyleDto styleDto)
|
static SkuDto |
ItemDbObjectMaster.getSkuWithoutStyle(DistributedContext context)
|
static SkuDto |
ItemDbObjectMaster.createAndPersistSkuDtoWithStyle(DistributedContext context)
|
SkuDto |
SkuDao.readSku(java.lang.String id)
|
SkuDto |
SkuDao.submit(SkuDto dto)
|
Methods in com.retek.component.item.impl.persistence with parameters of type SkuDto | |
SkuDto |
SkuDao.submit(SkuDto dto)
|
void |
SkuDao.delete(SkuDto dto)
|
Uses of SkuDto in com.retek.component.item.impl.persistence.cache |
Methods in com.retek.component.item.impl.persistence.cache that return SkuDto | |
SkuDto |
CacheSkuDao.readSku(java.lang.String id)
|
SkuDto |
CacheSkuDao.submit(SkuDto dto)
|
Methods in com.retek.component.item.impl.persistence.cache with parameters of type SkuDto | |
void |
CacheSkuDao.delete(SkuDto dto)
|
SkuDto |
CacheSkuDao.submit(SkuDto dto)
|
Uses of SkuDto in com.retek.component.item.impl.persistence.db.oracle |
Methods in com.retek.component.item.impl.persistence.db.oracle that return SkuDto | |
SkuDto |
OracleSellableItemRetriever.readSku(java.lang.String skuId)
|
SkuDto |
OracleSkuDao.readSku(java.lang.String id)
|
SkuDto |
OracleSkuDao.submit(SkuDto dto)
|
Methods in com.retek.component.item.impl.persistence.db.oracle with parameters of type SkuDto | |
void |
ItemOracleTestCase.assertSkuDtoEqual(SkuDto expectedDto,
SkuDto dto)
|
protected void |
ItemOracleTestCase.modifySkuDto(SkuDto skuDto)
|
SkuDto |
OracleSkuDao.submit(SkuDto dto)
|
void |
OracleSkuDao.delete(SkuDto dto)
|
Uses of SkuDto in com.retek.component.item.impl.remote |
Methods in com.retek.component.item.impl.remote that return SkuDto | |
SkuDto |
ItemServiceRemote.readSku(java.lang.String id)
|
SkuDto |
ItemServiceRemote.submit(SkuDto dto)
|
SkuDto |
ItemServiceEjb.readSku(java.lang.String id)
|
SkuDto |
ItemServiceEjb.submit(SkuDto dto)
|
Methods in com.retek.component.item.impl.remote with parameters of type SkuDto | |
SkuDto |
ItemServiceRemote.submit(SkuDto dto)
|
SkuDto |
ItemServiceEjb.submit(SkuDto dto)
|
void |
StyleDto.addSkuDto(SkuDto skuDto)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |