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
 java.util.List getAllProductInfoAttributes()
           
 java.lang.String getDynamicAttributeDescription(java.lang.Object attribute)
           
 java.util.List getDynamicItemAttributes()
           
 java.lang.String getItemDescription()
           
 java.lang.String getItemId()
           
 java.lang.Object getSellingSku()
           
 java.lang.String getStaticAttributeDescription()
           
 java.lang.String getStaticAttributeName()
           
 java.util.List getStaticItemAttributes()
           
 boolean hasProductInformationAttributes()
           
 boolean hasSellingSku()
           
 boolean isDifferentiator()
           
 void loadProductInformation()
          PRODUCT INFORMATION ATTRIBUTE FINDER METHODS
 void setProductInformationAttribute(java.lang.Object attribute)
          PRODUCT INFORMATION ATTRIBUTE 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()

getItemId

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

getItemDescription

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

loadProductInformation

public void loadProductInformation()
                            throws SystemException,
                                   UiBusinessException
PRODUCT INFORMATION ATTRIBUTE FINDER METHODS

Throws:
SystemException
UiBusinessException

getAllProductInfoAttributes

public java.util.List getAllProductInfoAttributes()

getStaticItemAttributes

public java.util.List getStaticItemAttributes()

getDynamicItemAttributes

public java.util.List getDynamicItemAttributes()

hasProductInformationAttributes

public boolean hasProductInformationAttributes()

setProductInformationAttribute

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


isDifferentiator

public boolean isDifferentiator()
                         throws SystemException
Throws:
SystemException

getStaticAttributeName

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

getStaticAttributeDescription

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

getDynamicAttributeDescription

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


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