com.retek.component.internet
Interface ExAPersonalizationRequest

All Superinterfaces:
ExAPersonalizationBase

public interface ExAPersonalizationRequest
extends ExAPersonalizationBase

This is a high level interface which maintains personalization information for the external API. The data source for this object is the RCOM data extract.

Retek Inc. Copyright (c) 2003


Field Summary
 
Fields inherited from interface com.retek.component.internet.ExAPersonalizationBase
EMBOSSING_TYPE_CODE, EMBROIDERING_TYPE_CODE, ENGRAVING_TYPE_CODE, PAINTING_TYPE_CODE
 
Method Summary
 void addPersonalizationTextLine(ExAPersonalizationTextLineRequest personalizationTextLine)
          Selling Items that suppport personalization, can have multiple lines of text.
 void setComments(java.lang.String comments)
          Set the text comments associated with this personalization.
 void setPersonalizationTextLineSet(java.util.List personalizationTextLineSet)
          Sets a list of ExAPersonalizationTextLineRequest objects.
 

Method Detail

setPersonalizationTextLineSet

public void setPersonalizationTextLineSet(java.util.List personalizationTextLineSet)
Sets a list of ExAPersonalizationTextLineRequest objects. Each ExAPersonalizationTextLineRequest represents one line of text.


setComments

public void setComments(java.lang.String comments)
Set the text comments associated with this personalization.


addPersonalizationTextLine

public void addPersonalizationTextLine(ExAPersonalizationTextLineRequest personalizationTextLine)
Selling Items that suppport personalization, can have multiple lines of text. Each line is represented by a ExAPersonalizationTextLineRequest object and is added to a collection inside the ExAPersonalizationRequest object.



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