com.retek.component.media.impl.remote
Class MediaServicesEjb
java.lang.Object
com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
com.retek.component.media.impl.remote.MediaServicesEjb
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class MediaServicesEjb
- extends DefaultSessionEjb
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
createDisplayCodeForNewMedia(java.lang.String bannerDisplayCode)
|
ReferenceCache |
createReferenceCacheForDepiction()
|
ReferenceCache |
createReferenceCacheForDropCode()
|
ReferenceCache |
createReferenceCacheForMedia()
|
ReferenceCache |
createReferenceCacheForMediaType()
|
ReferenceCache |
createReferenceCacheForMonogramValueAddedService()
|
ReferenceCache |
createReferenceCacheForPackSellingSku()
|
ReferenceCache |
createReferenceCacheForPackSellingSkuComponent()
|
ReferenceCache |
createReferenceCacheForPersonalizationValueAddedService()
|
ReferenceCache |
createReferenceCacheForSeasonCode()
|
ReferenceCache |
createReferenceCacheForSellingItem()
|
ReferenceCache |
createReferenceCacheForSellingItemDepiction()
|
ReferenceCache |
createReferenceCacheForSellingList()
|
ReferenceCache |
createReferenceCacheForSellingListItem()
|
ReferenceCache |
createReferenceCacheForSellingSku()
|
ReferenceCache |
createReferenceCacheForShippingRateTable()
|
ReferenceCache |
createReferenceCacheForSourceCode()
|
ReferenceCache |
createReferenceCacheForSubConcept()
|
void |
ejbCreate()
|
java.util.Set |
find(SellingItemSearchCriteria searchCriteria)
|
java.util.Set |
find(SellingSkuSearchCriteria searchCriteria)
|
java.util.Set |
findAllMediaTypes()
|
java.util.Set |
findAllSeasonCodes()
|
java.util.Set |
findAllSubConcepts()
|
DepictionDto |
findDepiction(DistributedReference mediaRef,
java.lang.String depictionCode)
|
java.util.Set |
findMedia(MediaSearchCriteria searchCriteria)
|
SourceCodeDto |
findMostRecentActiveSourceCode(java.lang.String sourceCode)
|
java.util.Set |
findParentItemIds(ItemIdSearchCriteria criteria)
|
java.util.Map |
findSellableItemIdsForSellingSkuRefs(java.util.Set sellingSkuRefs)
|
java.util.Set |
findSellingLists(SellingListSearchCriteria searchCriteria)
|
java.util.List |
findShippingRateTables(ShippingRateTableSearchCriteria searchCriteria)
|
java.util.Set |
findSourceCodes(SourceCodeSearchCriteria searchCriteria)
|
java.lang.String |
getNextMultiSellingItemDisplayCode()
|
boolean |
isItemValidOnAnyBanner(java.lang.String mediaDisplayCode,
java.lang.String sellingItemDisplayCode)
|
MediaDto |
readMedia(DistributedReference reference,
long oldVersion)
|
MediaTypeDto |
readMediaType(DistributedReference reference,
long oldVersion)
|
SeasonCodeDto |
readSeasonCode(DistributedReference seasonCodeRef,
long oldVersion)
|
SellingItemDto |
readSellingItem(DistributedReference reference,
long oldVersion)
|
SellingListDto |
readSellingList(DistributedReference reference,
long oldVersion)
|
SellingListItemDto |
readSellingListItem(DistributedReference reference,
long oldVersion)
|
SellingSkuDto |
readSellingSku(DistributedReference reference,
long oldVersion)
|
ShippingRateTableDto |
readShippingRateTable(DistributedReference reference,
long oldVersion)
|
SourceCodeDto |
readSourceCode(DistributedReference reference,
long oldVersion)
|
SubConceptDto |
readSubConcept(DistributedReference reference,
long oldVersion)
|
ValueAddedServiceDto |
readValueAddedService(DistributedReference ref,
long oldVersion)
|
void |
removeMediaType(MediaTypeDto dto)
|
void |
removeSeasonCode(SeasonCodeDto dto)
|
void |
removeSellingItem(SellingItemDto dto)
|
boolean |
sourceCodeExists(java.lang.String displayCode)
|
MediaDto |
submit(MediaDto dto)
|
MediaTypeDto |
submitMediaType(MediaTypeDto dto)
|
SeasonCodeDto |
submitSeasonCode(SeasonCodeDto dto)
|
SellingItemDto |
submitSellingItem(SellingItemDto dto)
|
SellingListDto |
submitSellingList(SellingListDto dto,
DistributedReference userRef)
|
ShippingRateTableDto |
submitShippingRateTable(ShippingRateTableDto dto)
|
SubConceptDto |
submitSubConcept(SubConceptDto dto)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaServicesEjb
public MediaServicesEjb()
ejbCreate
public void ejbCreate()
readSeasonCode
public SeasonCodeDto readSeasonCode(DistributedReference seasonCodeRef,
long oldVersion)
throws SystemException
- Throws:
SystemException
submitSeasonCode
public SeasonCodeDto submitSeasonCode(SeasonCodeDto dto)
throws SystemException
- Throws:
SystemException
submitSellingList
public SellingListDto submitSellingList(SellingListDto dto,
DistributedReference userRef)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
findAllSeasonCodes
public java.util.Set findAllSeasonCodes()
throws SystemException
- Throws:
SystemException
removeSeasonCode
public void removeSeasonCode(SeasonCodeDto dto)
throws SystemException
- Throws:
SystemException
removeMediaType
public void removeMediaType(MediaTypeDto dto)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
submitMediaType
public MediaTypeDto submitMediaType(MediaTypeDto dto)
throws SystemException
- Throws:
SystemException
findAllMediaTypes
public java.util.Set findAllMediaTypes()
throws SystemException
- Throws:
SystemException
readMediaType
public MediaTypeDto readMediaType(DistributedReference reference,
long oldVersion)
throws SystemException
- Throws:
SystemException
createReferenceCacheForMediaType
public ReferenceCache createReferenceCacheForMediaType()
throws SystemException
- Throws:
SystemException
createReferenceCacheForSellingList
public ReferenceCache createReferenceCacheForSellingList()
throws SystemException
- Throws:
SystemException
createReferenceCacheForSellingListItem
public ReferenceCache createReferenceCacheForSellingListItem()
throws SystemException
- Throws:
SystemException
createReferenceCacheForSeasonCode
public ReferenceCache createReferenceCacheForSeasonCode()
throws SystemException
- Throws:
SystemException
submit
public MediaDto submit(MediaDto dto)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
readMedia
public MediaDto readMedia(DistributedReference reference,
long oldVersion)
throws SystemException
- Throws:
SystemException
readSourceCode
public SourceCodeDto readSourceCode(DistributedReference reference,
long oldVersion)
throws SystemException
- Throws:
SystemException
readSellingList
public SellingListDto readSellingList(DistributedReference reference,
long oldVersion)
throws SystemException
- Throws:
SystemException
readSellingListItem
public SellingListItemDto readSellingListItem(DistributedReference reference,
long oldVersion)
throws SystemException
- Throws:
SystemException
createReferenceCacheForMedia
public ReferenceCache createReferenceCacheForMedia()
throws SystemException
- Throws:
SystemException
createReferenceCacheForShippingRateTable
public ReferenceCache createReferenceCacheForShippingRateTable()
throws SystemException
- Throws:
SystemException
createReferenceCacheForSellingSku
public ReferenceCache createReferenceCacheForSellingSku()
throws SystemException
- Throws:
SystemException
createReferenceCacheForPackSellingSku
public ReferenceCache createReferenceCacheForPackSellingSku()
throws SystemException
- Throws:
SystemException
createReferenceCacheForPackSellingSkuComponent
public ReferenceCache createReferenceCacheForPackSellingSkuComponent()
throws SystemException
- Throws:
SystemException
createDisplayCodeForNewMedia
public java.lang.String createDisplayCodeForNewMedia(java.lang.String bannerDisplayCode)
throws SystemException
- Throws:
SystemException
createReferenceCacheForDropCode
public ReferenceCache createReferenceCacheForDropCode()
throws SystemException
- Throws:
SystemException
createReferenceCacheForSellingItemDepiction
public ReferenceCache createReferenceCacheForSellingItemDepiction()
throws SystemException
- Throws:
SystemException
submitSubConcept
public SubConceptDto submitSubConcept(SubConceptDto dto)
throws SystemException
- Throws:
SystemException
findAllSubConcepts
public java.util.Set findAllSubConcepts()
throws SystemException
- Throws:
SystemException
readSubConcept
public SubConceptDto readSubConcept(DistributedReference reference,
long oldVersion)
throws SystemException
- Throws:
SystemException
createReferenceCacheForSubConcept
public ReferenceCache createReferenceCacheForSubConcept()
throws SystemException
- Throws:
SystemException
createReferenceCacheForDepiction
public ReferenceCache createReferenceCacheForDepiction()
throws SystemException
- Throws:
SystemException
findMedia
public java.util.Set findMedia(MediaSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
findSellingLists
public java.util.Set findSellingLists(SellingListSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
find
public java.util.Set find(SellingItemSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
find
public java.util.Set find(SellingSkuSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
findParentItemIds
public java.util.Set findParentItemIds(ItemIdSearchCriteria criteria)
throws SystemException
- Throws:
SystemException
getNextMultiSellingItemDisplayCode
public java.lang.String getNextMultiSellingItemDisplayCode()
throws SystemException
- Throws:
SystemException
createReferenceCacheForMonogramValueAddedService
public ReferenceCache createReferenceCacheForMonogramValueAddedService()
throws SystemException
- Throws:
SystemException
createReferenceCacheForPersonalizationValueAddedService
public ReferenceCache createReferenceCacheForPersonalizationValueAddedService()
throws SystemException
- Throws:
SystemException
findDepiction
public DepictionDto findDepiction(DistributedReference mediaRef,
java.lang.String depictionCode)
throws SystemException
- Throws:
SystemException
submitSellingItem
public SellingItemDto submitSellingItem(SellingItemDto dto)
throws SystemException
- Throws:
SystemException
readSellingItem
public SellingItemDto readSellingItem(DistributedReference reference,
long oldVersion)
throws SystemException
- Throws:
SystemException
readSellingSku
public SellingSkuDto readSellingSku(DistributedReference reference,
long oldVersion)
throws SystemException
- Throws:
SystemException
removeSellingItem
public void removeSellingItem(SellingItemDto dto)
throws SystemException
- Throws:
SystemException
isItemValidOnAnyBanner
public boolean isItemValidOnAnyBanner(java.lang.String mediaDisplayCode,
java.lang.String sellingItemDisplayCode)
throws SystemException
- Throws:
SystemException
readValueAddedService
public ValueAddedServiceDto readValueAddedService(DistributedReference ref,
long oldVersion)
throws SystemException
- Throws:
SystemException
sourceCodeExists
public boolean sourceCodeExists(java.lang.String displayCode)
throws SystemException
- Throws:
SystemException
createReferenceCacheForSourceCode
public ReferenceCache createReferenceCacheForSourceCode()
throws SystemException
- Throws:
SystemException
createReferenceCacheForSellingItem
public ReferenceCache createReferenceCacheForSellingItem()
throws SystemException
- Throws:
SystemException
submitShippingRateTable
public ShippingRateTableDto submitShippingRateTable(ShippingRateTableDto dto)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
readShippingRateTable
public ShippingRateTableDto readShippingRateTable(DistributedReference reference,
long oldVersion)
throws SystemException
- Throws:
SystemException
findShippingRateTables
public java.util.List findShippingRateTables(ShippingRateTableSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
findSourceCodes
public java.util.Set findSourceCodes(SourceCodeSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
findMostRecentActiveSourceCode
public SourceCodeDto findMostRecentActiveSourceCode(java.lang.String sourceCode)
throws SystemException
- Throws:
SystemException
findSellableItemIdsForSellingSkuRefs
public java.util.Map findSellableItemIdsForSellingSkuRefs(java.util.Set sellingSkuRefs)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28