com.retek.component.item.impl.persistence
Class ItemDbObjectMaster
java.lang.Object
com.retek.commons.domain.core.persistence.db.oracle.DbObjectMaster
com.retek.component.item.impl.persistence.ItemDbObjectMaster
- public class ItemDbObjectMaster
- extends DbObjectMaster
Method Summary |
static DirectShipItemSupplierDto |
creatDirectShipItemSupplierDto(java.lang.String supplierId,
java.lang.String itemId,
ContactLevelType contactLevelType,
ContactDayType contactDayType)
|
static StyleDto |
createAndPersistLevel1ItemDto()
|
static SkuDto |
createAndPersistSkuDtoWithStyle(DistributedContext context)
|
static StyleDto |
createAndPersistStyleDto()
|
static StyleDto |
createAndPersistStyleDtoWithSkus(DistributedContext context,
java.lang.String storeId)
|
static ItemSupplierPersonalizationAttributeDto |
createItemSupplierPersonalizationAttribute(ItemSupplierDto itemSupplierDto)
|
static AddressCodeDetailDto |
getAddressCodeDetailDto()
|
static AddressCodeDto |
getAddressCodeDto(DistributedContext context)
|
static DepartmentDto |
getDepartmentDto()
|
static DifferentiatorDto |
getDifferentiatorDto(DifferentiatorTypeDto diffTypeDto)
|
static DifferentiatorGroupHeaderDto |
getDifferentiatorGroupHeaderDto()
|
static DifferentiatorTypeDto |
getDifferentiatorTypeDto()
|
static ProductInformationAttributeDto |
getFreeFormUdaProductInformationAttributeDto(DistributedContext context,
DistributedReference productInformationRef)
|
static ItemAttributeDto |
getItemAttributeDto(DistributedContext context)
|
static ItemAttributeScreenTypeDto |
getItemAttributeScreenTypeDto(DistributedContext context)
|
static ItemAttributeScreenTypeRelationDto |
getItemAttributeScreenTypeRelationDto(DistributedContext context)
|
static ItemCarrierServiceDto |
getItemCarrierServiceDto(ItemDto itemDto)
|
static ItemClassDto |
getItemClassDto()
|
static ItemCollectionDto |
getItemCollectionDto(DistributedContext context)
|
static ItemFreeFormUdaDto |
getItemFreeFormUdaDto()
|
static ItemLocationDto |
getItemLocationDto(ItemDto itemDto,
java.lang.String locationId)
|
static ProductInformationAttributeDto |
getItemProductInformationAttributeDto(DistributedContext context,
DistributedReference productInformationRef)
|
static ItemSubclassDto |
getItemSubclassDto()
|
static ItemSupplierDto |
getItemSupplierDto(DistributedContext context,
java.lang.String itemId,
java.lang.String supplierId)
|
static ItemSupplierPersonalizationAttributeDto |
getItemSupplierPersonalizationAttributeDto(ItemSupplierDto itemSupplierDto,
java.lang.String personalizationStyle,
java.lang.String personalizationType)
|
static int |
getNextDepartmentId()
|
static PackDto |
getPackDtoWithNoItems(DistributedContext context)
|
static java.util.Set |
getProductInformationAttributes(DistributedContext context,
DistributedReference productInformationRef)
|
static ProductInformationDto |
getProductInformationDto(DistributedContext context)
|
static SkuDto |
getSkuDtoWithStyle(DistributedContext context,
StyleDto styleDto)
|
static SkuDto |
getSkuWithoutStyle(DistributedContext context)
|
static StyleDto |
getStyleDto()
|
static StyleDto |
getStyleDto(DifferentiatorGroupHeaderDto diff1,
DifferentiatorGroupHeaderDto diff2,
DifferentiatorDto diff3,
DifferentiatorDto diff4)
|
static java.util.Set |
getThreeItemFreeFormUdaDto()
|
static UdaHeaderDto |
getUdaHeaderDto()
|
static ProductInformationAttributeDto |
getUdaHeaderProductInformationAttributeDto(DistributedContext context,
DistributedReference productInformationRef)
|
static UdaValueDto |
getUdaValueDto()
|
static UdaValueDto |
getUdaValueDto1()
|
static UdaValueDto |
getUdaValueDto2()
|
static java.lang.String |
getUnique10DigitCode()
|
static DifferentiatorDto |
insertDifferentiatorDto()
|
static DifferentiatorGroupHeaderDto |
insertDifferentiatorGroupHeaderDto()
|
static SkuDto |
insertSkuDtoWithPrimarySupplier(DistributedContext context,
StyleDto styleDto)
|
static StyleDto |
insertStyleDto()
|
static StyleDto |
insertStyleDto(DifferentiatorGroupHeaderDto diff1)
|
static StyleDto |
insertStyleDto(DifferentiatorGroupHeaderDto diff1,
DifferentiatorDto diff3)
|
static StyleDto |
insertStyleDtoWithSku(DistributedContext context)
|
static UdaHeaderDto |
insertUdaHeaderDto()
|
static UdaValueDto |
insertUdaValueDto(java.lang.String udaHeaderId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemDbObjectMaster
public ItemDbObjectMaster()
getUnique10DigitCode
public static java.lang.String getUnique10DigitCode()
getUdaValueDto
public static UdaValueDto getUdaValueDto()
getUdaValueDto1
public static UdaValueDto getUdaValueDto1()
getUdaValueDto2
public static UdaValueDto getUdaValueDto2()
insertDifferentiatorDto
public static DifferentiatorDto insertDifferentiatorDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
getDifferentiatorDto
public static DifferentiatorDto getDifferentiatorDto(DifferentiatorTypeDto diffTypeDto)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDifferentiatorTypeDto
public static DifferentiatorTypeDto getDifferentiatorTypeDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
insertUdaHeaderDto
public static UdaHeaderDto insertUdaHeaderDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
insertUdaValueDto
public static UdaValueDto insertUdaValueDto(java.lang.String udaHeaderId)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDifferentiatorGroupHeaderDto
public static DifferentiatorGroupHeaderDto getDifferentiatorGroupHeaderDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
insertDifferentiatorGroupHeaderDto
public static DifferentiatorGroupHeaderDto insertDifferentiatorGroupHeaderDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
getStyleDto
public static StyleDto getStyleDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
insertStyleDto
public static StyleDto insertStyleDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
getStyleDto
public static StyleDto getStyleDto(DifferentiatorGroupHeaderDto diff1,
DifferentiatorGroupHeaderDto diff2,
DifferentiatorDto diff3,
DifferentiatorDto diff4)
throws java.lang.Exception
- Throws:
java.lang.Exception
getPackDtoWithNoItems
public static PackDto getPackDtoWithNoItems(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
createAndPersistLevel1ItemDto
public static StyleDto createAndPersistLevel1ItemDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
createAndPersistStyleDto
public static StyleDto createAndPersistStyleDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
insertStyleDto
public static StyleDto insertStyleDto(DifferentiatorGroupHeaderDto diff1)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertStyleDto
public static StyleDto insertStyleDto(DifferentiatorGroupHeaderDto diff1,
DifferentiatorDto diff3)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertStyleDtoWithSku
public static StyleDto insertStyleDtoWithSku(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertSkuDtoWithPrimarySupplier
public static SkuDto insertSkuDtoWithPrimarySupplier(DistributedContext context,
StyleDto styleDto)
throws java.lang.Exception
- Throws:
java.lang.Exception
getItemLocationDto
public static ItemLocationDto getItemLocationDto(ItemDto itemDto,
java.lang.String locationId)
throws SystemException
- Throws:
SystemException
getItemCarrierServiceDto
public static ItemCarrierServiceDto getItemCarrierServiceDto(ItemDto itemDto)
throws java.lang.Exception
- Throws:
java.lang.Exception
createItemSupplierPersonalizationAttribute
public static ItemSupplierPersonalizationAttributeDto createItemSupplierPersonalizationAttribute(ItemSupplierDto itemSupplierDto)
getItemSupplierPersonalizationAttributeDto
public static ItemSupplierPersonalizationAttributeDto getItemSupplierPersonalizationAttributeDto(ItemSupplierDto itemSupplierDto,
java.lang.String personalizationStyle,
java.lang.String personalizationType)
getItemFreeFormUdaDto
public static ItemFreeFormUdaDto getItemFreeFormUdaDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
getThreeItemFreeFormUdaDto
public static java.util.Set getThreeItemFreeFormUdaDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
getSkuDtoWithStyle
public static SkuDto getSkuDtoWithStyle(DistributedContext context,
StyleDto styleDto)
throws java.lang.Exception
- Throws:
java.lang.Exception
getSkuWithoutStyle
public static SkuDto getSkuWithoutStyle(DistributedContext context)
throws SystemException,
java.lang.Exception
- Throws:
SystemException
java.lang.Exception
getItemSupplierDto
public static ItemSupplierDto getItemSupplierDto(DistributedContext context,
java.lang.String itemId,
java.lang.String supplierId)
throws java.lang.Exception
- Throws:
java.lang.Exception
createAndPersistSkuDtoWithStyle
public static SkuDto createAndPersistSkuDtoWithStyle(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
createAndPersistStyleDtoWithSkus
public static StyleDto createAndPersistStyleDtoWithSkus(DistributedContext context,
java.lang.String storeId)
throws java.lang.Exception
- Throws:
java.lang.Exception
getNextDepartmentId
public static int getNextDepartmentId()
getDepartmentDto
public static DepartmentDto getDepartmentDto()
creatDirectShipItemSupplierDto
public static DirectShipItemSupplierDto creatDirectShipItemSupplierDto(java.lang.String supplierId,
java.lang.String itemId,
ContactLevelType contactLevelType,
ContactDayType contactDayType)
getItemAttributeDto
public static ItemAttributeDto getItemAttributeDto(DistributedContext context)
throws SystemException
- Throws:
SystemException
getItemAttributeScreenTypeDto
public static ItemAttributeScreenTypeDto getItemAttributeScreenTypeDto(DistributedContext context)
throws SystemException
- Throws:
SystemException
getItemAttributeScreenTypeRelationDto
public static ItemAttributeScreenTypeRelationDto getItemAttributeScreenTypeRelationDto(DistributedContext context)
throws SystemException
- Throws:
SystemException
getProductInformationDto
public static ProductInformationDto getProductInformationDto(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
getItemProductInformationAttributeDto
public static ProductInformationAttributeDto getItemProductInformationAttributeDto(DistributedContext context,
DistributedReference productInformationRef)
throws SystemException
- Throws:
SystemException
getUdaHeaderProductInformationAttributeDto
public static ProductInformationAttributeDto getUdaHeaderProductInformationAttributeDto(DistributedContext context,
DistributedReference productInformationRef)
throws SystemException
- Throws:
SystemException
getFreeFormUdaProductInformationAttributeDto
public static ProductInformationAttributeDto getFreeFormUdaProductInformationAttributeDto(DistributedContext context,
DistributedReference productInformationRef)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProductInformationAttributes
public static java.util.Set getProductInformationAttributes(DistributedContext context,
DistributedReference productInformationRef)
throws java.lang.Exception
- Throws:
java.lang.Exception
getUdaHeaderDto
public static UdaHeaderDto getUdaHeaderDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
getItemCollectionDto
public static ItemCollectionDto getItemCollectionDto(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
getItemClassDto
public static ItemClassDto getItemClassDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
getItemSubclassDto
public static ItemSubclassDto getItemSubclassDto()
throws java.lang.Exception
- Throws:
java.lang.Exception
getAddressCodeDto
public static AddressCodeDto getAddressCodeDto(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAddressCodeDetailDto
public static AddressCodeDetailDto getAddressCodeDetailDto()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28