com.retek.rmm.gui.screen.media
Class MediaDetailDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.media.MediaDetailDialogHandler

public class MediaDetailDialogHandler
extends ScreenHandler


Constructor Summary
MediaDetailDialogHandler()
           
 
Method Summary
 void discardChanges()
           
 RDate getActiveDate()
           
 java.util.List getAllBanners()
          SELECTION LISTS
 java.util.List getAllMediaTypes()
           
 java.util.List getAllSeasonCodes()
           
 java.util.List getAllSourceCodes()
           
 java.util.List getAllSubConcepts()
           
 java.util.Collection getAllUnitsOfMeasure()
           
 java.lang.Object getBanner()
           
 java.lang.Object getChannelType()
           
 java.util.List getChannelTypes()
           
 java.lang.String getDescription()
           
 RDate getInHomeDate()
           
 java.lang.Object getMedia()
           
 java.lang.String getMediaCode()
           
 java.lang.String getMediaDescription()
          MEDIA GETTER METHODS
 java.lang.Object getMediaType()
           
 java.lang.String getPageLength()
           
 java.lang.Object getPageUnitOfMeasure()
           
 java.lang.String getPageWidth()
           
 RDate getPriceEndDate()
           
 RDate getPriceStartDate()
           
 RDate getReleaseDate()
           
 java.lang.Object getSeasonCode()
           
 java.lang.String getSellingItemCount()
           
 java.lang.String getSellingSkuCount()
           
 java.lang.Object getSourceCode()
           
 java.lang.String getStatus()
           
 java.lang.Object getStore()
           
 java.util.List getStores()
           
 java.lang.Object getSubConcept()
           
 java.lang.String getTotalArea()
           
 java.lang.String getTotalNumberPages()
           
 java.lang.Object getUnitOfMeasureInches()
          CALCULATIONS
 java.lang.String getYear()
           
 boolean hasMedia()
           
 boolean isMediaEditable()
           
 boolean isMediaPersisted()
           
 boolean isMediaStatusActive()
           
 boolean isMediaStatusWorksheet()
           
 void setBanner(java.lang.Object object)
           
 void setChannelType(java.lang.Object object)
           
 void setDescription(java.lang.String description)
           
 void setInHomeDate(java.lang.String inHomeDate)
           
 void setMedia(java.lang.Object object)
          STATE MANAGEMENT
 void setPageLength(java.lang.String value)
           
 void setPageUnitOfMeasure(java.lang.Object object)
           
 void setPageWidth(java.lang.String value)
           
 void setPriceEndDate(java.lang.String endDate)
           
 void setReleaseDate(java.lang.String releaseDate)
           
 void setSeasonCode(java.lang.Object object)
          MEDIA SETTER METHODS
 void setSourceCode(java.lang.Object sourceCode)
           
 void setStore(java.lang.Object object)
           
 void setSubConcept(java.lang.Object object)
           
 void setTotalNumPages(java.lang.String value)
           
 void setType(java.lang.Object object)
           
 void setYear(java.lang.String year)
           
 void submitMedia()
           
 void validateActiveDate(java.lang.String activeDate)
          VALIDATION
 void validatePriceDateRange(java.lang.String startDate, java.lang.String endDate)
           
 void validateStartDate(java.lang.String startDate)
           
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaDetailDialogHandler

public MediaDetailDialogHandler()
Method Detail

setMedia

public void setMedia(java.lang.Object object)
              throws SystemException
STATE MANAGEMENT

Throws:
SystemException

hasMedia

public boolean hasMedia()

getMedia

public java.lang.Object getMedia()

setBanner

public void setBanner(java.lang.Object object)
               throws SystemException,
                      BusinessException
Throws:
SystemException
BusinessException

setChannelType

public void setChannelType(java.lang.Object object)
                    throws SystemException
Throws:
SystemException

submitMedia

public void submitMedia()
                 throws SystemException,
                        BusinessException
Throws:
SystemException
BusinessException

discardChanges

public void discardChanges()
                    throws SystemException
Throws:
SystemException

getAllBanners

public java.util.List getAllBanners()
SELECTION LISTS


getChannelTypes

public java.util.List getChannelTypes()
                               throws SystemException
Throws:
SystemException

getAllMediaTypes

public java.util.List getAllMediaTypes()

getAllSubConcepts

public java.util.List getAllSubConcepts()

getAllSeasonCodes

public java.util.List getAllSeasonCodes()

getAllUnitsOfMeasure

public java.util.Collection getAllUnitsOfMeasure()

getAllSourceCodes

public java.util.List getAllSourceCodes()
                                 throws SystemException
Throws:
SystemException

getStores

public java.util.List getStores()
                         throws SystemException,
                                UiBusinessException
Throws:
SystemException
UiBusinessException

getMediaDescription

public java.lang.String getMediaDescription()
                                     throws SystemException
MEDIA GETTER METHODS

Throws:
SystemException

getBanner

public java.lang.Object getBanner()
                           throws SystemException
Throws:
SystemException

getChannelType

public java.lang.Object getChannelType()
                                throws SystemException
Throws:
SystemException

getStatus

public java.lang.String getStatus()
                           throws SystemException
Throws:
SystemException

getMediaCode

public java.lang.String getMediaCode()
                              throws SystemException
Throws:
SystemException

getSeasonCode

public java.lang.Object getSeasonCode()
                               throws SystemException
Throws:
SystemException

getYear

public java.lang.String getYear()
                         throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException

getMediaType

public java.lang.Object getMediaType()
                              throws SystemException
Throws:
SystemException

getSubConcept

public java.lang.Object getSubConcept()
                               throws SystemException
Throws:
SystemException

getPriceStartDate

public RDate getPriceStartDate()
                        throws SystemException
Throws:
SystemException

getPriceEndDate

public RDate getPriceEndDate()
                      throws SystemException
Throws:
SystemException

getReleaseDate

public RDate getReleaseDate()
                     throws SystemException
Throws:
SystemException

getActiveDate

public RDate getActiveDate()
                    throws SystemException
Throws:
SystemException

getInHomeDate

public RDate getInHomeDate()
                    throws SystemException
Throws:
SystemException

getPageLength

public java.lang.String getPageLength()
                               throws SystemException
Throws:
SystemException

getPageWidth

public java.lang.String getPageWidth()
                              throws SystemException
Throws:
SystemException

getPageUnitOfMeasure

public java.lang.Object getPageUnitOfMeasure()
                                      throws SystemException
Throws:
SystemException

getTotalNumberPages

public java.lang.String getTotalNumberPages()
                                     throws SystemException
Throws:
SystemException

getStore

public java.lang.Object getStore()
                          throws SystemException
Throws:
SystemException

getSourceCode

public java.lang.Object getSourceCode()
                               throws SystemException
Throws:
SystemException

getSellingItemCount

public java.lang.String getSellingItemCount()
                                     throws SystemException
Throws:
SystemException

getSellingSkuCount

public java.lang.String getSellingSkuCount()
                                    throws SystemException
Throws:
SystemException

getTotalArea

public java.lang.String getTotalArea()
                              throws SystemException
Throws:
SystemException

isMediaStatusWorksheet

public boolean isMediaStatusWorksheet()
                               throws SystemException
Throws:
SystemException

isMediaStatusActive

public boolean isMediaStatusActive()
                            throws SystemException
Throws:
SystemException

isMediaPersisted

public boolean isMediaPersisted()
                         throws SystemException
Throws:
SystemException

isMediaEditable

public boolean isMediaEditable()
                        throws SystemException
Throws:
SystemException

setSeasonCode

public void setSeasonCode(java.lang.Object object)
                   throws SystemException
MEDIA SETTER METHODS

Throws:
SystemException

setYear

public void setYear(java.lang.String year)
             throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

setType

public void setType(java.lang.Object object)
             throws SystemException
Throws:
SystemException

setSubConcept

public void setSubConcept(java.lang.Object object)
                   throws SystemException
Throws:
SystemException

setPriceEndDate

public void setPriceEndDate(java.lang.String endDate)
                     throws SystemException,
                            UiBusinessException
Throws:
SystemException
UiBusinessException

setReleaseDate

public void setReleaseDate(java.lang.String releaseDate)
                    throws SystemException,
                           UiBusinessException
Throws:
SystemException
UiBusinessException

setInHomeDate

public void setInHomeDate(java.lang.String inHomeDate)
                   throws SystemException,
                          UiBusinessException
Throws:
SystemException
UiBusinessException

setPageLength

public void setPageLength(java.lang.String value)
                   throws SystemException
Throws:
SystemException

setPageWidth

public void setPageWidth(java.lang.String value)
                  throws SystemException
Throws:
SystemException

setPageUnitOfMeasure

public void setPageUnitOfMeasure(java.lang.Object object)
                          throws SystemException
Throws:
SystemException

setTotalNumPages

public void setTotalNumPages(java.lang.String value)
                      throws SystemException
Throws:
SystemException

setStore

public void setStore(java.lang.Object object)
              throws SystemException
Throws:
SystemException

setSourceCode

public void setSourceCode(java.lang.Object sourceCode)
                   throws SystemException
Throws:
SystemException

getUnitOfMeasureInches

public java.lang.Object getUnitOfMeasureInches()
CALCULATIONS


validateActiveDate

public void validateActiveDate(java.lang.String activeDate)
                        throws SystemException,
                               UiBusinessException
VALIDATION

Throws:
SystemException
UiBusinessException

validateStartDate

public void validateStartDate(java.lang.String startDate)
                       throws SystemException,
                              UiBusinessException
Throws:
SystemException
UiBusinessException

validatePriceDateRange

public void validatePriceDateRange(java.lang.String startDate,
                                   java.lang.String endDate)
                            throws UiBusinessException
Throws:
UiBusinessException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25