com.retek.rcom.gui.screen.iteminquiry
Class ItemProductHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.iteminquiry.ItemProductHandler

public class ItemProductHandler
extends ScreenHandler


Constructor Summary
ItemProductHandler()
           
 
Method Summary
 void clearHandlerData()
          STATE MANAGEMENT
 java.util.List getAllAttributes()
           
 java.lang.String getDynamicAttributeDescription(java.lang.Object attribute)
           
 java.util.List getDynamicItemAttributes()
           
 java.lang.String getItemDescription()
           
 java.lang.String getItemId()
           
 void getProductInformation()
          PRODUCT INFORMATION FINDER AND LIST METHODS
 java.lang.Object getProductInformationAttribute()
           
 java.lang.Object getSellingSku()
           
 java.lang.String getSellingSkuDescription()
           
 java.lang.String getStaticAttributeDescription()
           
 java.lang.String getStaticAttributeName()
           
 java.util.List getStaticItemAttributes()
           
 boolean hasProductInformationAttributes()
           
 boolean hasSellingSku()
           
 boolean isDifferentiator()
           
 void setProductInformationAttribute(java.lang.Object attribute)
          PRODUCT INFORMATION METHODS
 void setSellingSku(java.lang.Object object)
          SELLING SKU METHODS
 
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

ItemProductHandler

public ItemProductHandler()
Method Detail

setSellingSku

public void setSellingSku(java.lang.Object object)
SELLING SKU METHODS


hasSellingSku

public boolean hasSellingSku()

getSellingSku

public java.lang.Object getSellingSku()

getSellingSkuDescription

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

getItemDescription

public java.lang.String getItemDescription()
                                    throws SystemException,
                                           BusinessException
Throws:
SystemException
BusinessException

getItemId

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

getProductInformation

public void getProductInformation()
                           throws SystemException,
                                  BusinessException,
                                  UiBusinessException
PRODUCT INFORMATION FINDER AND LIST METHODS

Throws:
SystemException
BusinessException
UiBusinessException

getStaticItemAttributes

public java.util.List getStaticItemAttributes()

getDynamicItemAttributes

public java.util.List getDynamicItemAttributes()

hasProductInformationAttributes

public boolean hasProductInformationAttributes()

getAllAttributes

public java.util.List getAllAttributes()

setProductInformationAttribute

public void setProductInformationAttribute(java.lang.Object attribute)
PRODUCT INFORMATION METHODS


getProductInformationAttribute

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

isDifferentiator

public boolean isDifferentiator()
                         throws SystemException
Throws:
SystemException

getStaticAttributeName

public java.lang.String getStaticAttributeName()
                                        throws SystemException,
                                               BusinessException
Throws:
SystemException
BusinessException

getStaticAttributeDescription

public java.lang.String getStaticAttributeDescription()
                                               throws SystemException,
                                                      BusinessException
Throws:
SystemException
BusinessException

getDynamicAttributeDescription

public java.lang.String getDynamicAttributeDescription(java.lang.Object attribute)
                                                throws SystemException,
                                                       BusinessException
Throws:
SystemException
BusinessException

clearHandlerData

public void clearHandlerData()
STATE MANAGEMENT



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