com.retek.component.media.impl.remote
Interface MediaServicesRemote

All Superinterfaces:
DefaultSessionRemote, javax.ejb.EJBObject, java.rmi.Remote

public interface MediaServicesRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.media.impl.remote.MediaServices.


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()
           
 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 interface com.retek.commons.domain.core.impl.remote.DefaultSessionRemote
getLocal, getRemote, getRemoteHome
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

createDisplayCodeForNewMedia

public java.lang.String createDisplayCodeForNewMedia(java.lang.String bannerDisplayCode)
                                              throws SystemException,
                                                     java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForDepiction

public ReferenceCache createReferenceCacheForDepiction()
                                                throws SystemException,
                                                       java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForDropCode

public ReferenceCache createReferenceCacheForDropCode()
                                               throws SystemException,
                                                      java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForMedia

public ReferenceCache createReferenceCacheForMedia()
                                            throws SystemException,
                                                   java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForMediaType

public ReferenceCache createReferenceCacheForMediaType()
                                                throws SystemException,
                                                       java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForMonogramValueAddedService

public ReferenceCache createReferenceCacheForMonogramValueAddedService()
                                                                throws SystemException,
                                                                       java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForPackSellingSku

public ReferenceCache createReferenceCacheForPackSellingSku()
                                                     throws SystemException,
                                                            java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForPackSellingSkuComponent

public ReferenceCache createReferenceCacheForPackSellingSkuComponent()
                                                              throws SystemException,
                                                                     java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForPersonalizationValueAddedService

public ReferenceCache createReferenceCacheForPersonalizationValueAddedService()
                                                                       throws SystemException,
                                                                              java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForSeasonCode

public ReferenceCache createReferenceCacheForSeasonCode()
                                                 throws SystemException,
                                                        java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForSellingItem

public ReferenceCache createReferenceCacheForSellingItem()
                                                  throws SystemException,
                                                         java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForSellingItemDepiction

public ReferenceCache createReferenceCacheForSellingItemDepiction()
                                                           throws SystemException,
                                                                  java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForSellingList

public ReferenceCache createReferenceCacheForSellingList()
                                                  throws SystemException,
                                                         java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForSellingListItem

public ReferenceCache createReferenceCacheForSellingListItem()
                                                      throws SystemException,
                                                             java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForSellingSku

public ReferenceCache createReferenceCacheForSellingSku()
                                                 throws SystemException,
                                                        java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForShippingRateTable

public ReferenceCache createReferenceCacheForShippingRateTable()
                                                        throws SystemException,
                                                               java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForSourceCode

public ReferenceCache createReferenceCacheForSourceCode()
                                                 throws SystemException,
                                                        java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForSubConcept

public ReferenceCache createReferenceCacheForSubConcept()
                                                 throws SystemException,
                                                        java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

find

public java.util.Set find(SellingItemSearchCriteria searchCriteria)
                   throws SystemException,
                          java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

find

public java.util.Set find(SellingSkuSearchCriteria searchCriteria)
                   throws SystemException,
                          java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findAllMediaTypes

public java.util.Set findAllMediaTypes()
                                throws SystemException,
                                       java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findAllSeasonCodes

public java.util.Set findAllSeasonCodes()
                                 throws SystemException,
                                        java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findAllSubConcepts

public java.util.Set findAllSubConcepts()
                                 throws SystemException,
                                        java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findDepiction

public DepictionDto findDepiction(DistributedReference mediaRef,
                                  java.lang.String depictionCode)
                           throws SystemException,
                                  java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findMedia

public java.util.Set findMedia(MediaSearchCriteria searchCriteria)
                        throws SystemException,
                               java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findMostRecentActiveSourceCode

public SourceCodeDto findMostRecentActiveSourceCode(java.lang.String sourceCode)
                                             throws SystemException,
                                                    java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findParentItemIds

public java.util.Set findParentItemIds(ItemIdSearchCriteria criteria)
                                throws SystemException,
                                       java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findSellableItemIdsForSellingSkuRefs

public java.util.Map findSellableItemIdsForSellingSkuRefs(java.util.Set sellingSkuRefs)
                                                   throws SystemException,
                                                          java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findSellingLists

public java.util.Set findSellingLists(SellingListSearchCriteria searchCriteria)
                               throws SystemException,
                                      java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findShippingRateTables

public java.util.List findShippingRateTables(ShippingRateTableSearchCriteria searchCriteria)
                                      throws SystemException,
                                             java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findSourceCodes

public java.util.Set findSourceCodes(SourceCodeSearchCriteria searchCriteria)
                              throws SystemException,
                                     java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

getNextMultiSellingItemDisplayCode

public java.lang.String getNextMultiSellingItemDisplayCode()
                                                    throws SystemException,
                                                           java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

isItemValidOnAnyBanner

public boolean isItemValidOnAnyBanner(java.lang.String mediaDisplayCode,
                                      java.lang.String sellingItemDisplayCode)
                               throws SystemException,
                                      java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readMedia

public MediaDto readMedia(DistributedReference reference,
                          long oldVersion)
                   throws SystemException,
                          java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readMediaType

public MediaTypeDto readMediaType(DistributedReference reference,
                                  long oldVersion)
                           throws SystemException,
                                  java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readSeasonCode

public SeasonCodeDto readSeasonCode(DistributedReference seasonCodeRef,
                                    long oldVersion)
                             throws SystemException,
                                    java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readSellingItem

public SellingItemDto readSellingItem(DistributedReference reference,
                                      long oldVersion)
                               throws SystemException,
                                      java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readSellingList

public SellingListDto readSellingList(DistributedReference reference,
                                      long oldVersion)
                               throws SystemException,
                                      java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readSellingListItem

public SellingListItemDto readSellingListItem(DistributedReference reference,
                                              long oldVersion)
                                       throws SystemException,
                                              java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readSellingSku

public SellingSkuDto readSellingSku(DistributedReference reference,
                                    long oldVersion)
                             throws SystemException,
                                    java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readShippingRateTable

public ShippingRateTableDto readShippingRateTable(DistributedReference reference,
                                                  long oldVersion)
                                           throws SystemException,
                                                  java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readSourceCode

public SourceCodeDto readSourceCode(DistributedReference reference,
                                    long oldVersion)
                             throws SystemException,
                                    java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readSubConcept

public SubConceptDto readSubConcept(DistributedReference reference,
                                    long oldVersion)
                             throws SystemException,
                                    java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readValueAddedService

public ValueAddedServiceDto readValueAddedService(DistributedReference ref,
                                                  long oldVersion)
                                           throws SystemException,
                                                  java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

removeMediaType

public void removeMediaType(MediaTypeDto dto)
                     throws SystemException,
                            BusinessException,
                            java.rmi.RemoteException
Throws:
SystemException
BusinessException
java.rmi.RemoteException

removeSeasonCode

public void removeSeasonCode(SeasonCodeDto dto)
                      throws SystemException,
                             java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

removeSellingItem

public void removeSellingItem(SellingItemDto dto)
                       throws SystemException,
                              java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

sourceCodeExists

public boolean sourceCodeExists(java.lang.String displayCode)
                         throws SystemException,
                                java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submit

public MediaDto submit(MediaDto dto)
                throws SystemException,
                       BusinessException,
                       java.rmi.RemoteException
Throws:
SystemException
BusinessException
java.rmi.RemoteException

submitMediaType

public MediaTypeDto submitMediaType(MediaTypeDto dto)
                             throws SystemException,
                                    java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submitSeasonCode

public SeasonCodeDto submitSeasonCode(SeasonCodeDto dto)
                               throws SystemException,
                                      java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submitSellingItem

public SellingItemDto submitSellingItem(SellingItemDto dto)
                                 throws SystemException,
                                        java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submitSellingList

public SellingListDto submitSellingList(SellingListDto dto,
                                        DistributedReference userRef)
                                 throws SystemException,
                                        BusinessException,
                                        java.rmi.RemoteException
Throws:
SystemException
BusinessException
java.rmi.RemoteException

submitShippingRateTable

public ShippingRateTableDto submitShippingRateTable(ShippingRateTableDto dto)
                                             throws SystemException,
                                                    BusinessException,
                                                    java.rmi.RemoteException
Throws:
SystemException
BusinessException
java.rmi.RemoteException

submitSubConcept

public SubConceptDto submitSubConcept(SubConceptDto dto)
                               throws SystemException,
                                      java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28