com.retek.component.media
Interface PersonalizationValueAddedService

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, ValueAddedService
All Known Implementing Classes:
PersonalizationValueAddedServiceImpl

public interface PersonalizationValueAddedService
extends ValueAddedService


Method Summary
 java.util.List getLineRestrictions()
          Returns all line restrictions for the personalization value added service ( regardless of line availability ).
 java.util.List getLineRestrictionsForAvailableLines()
          Returns only line restrictions where the line available flag is "true".
 int getMaxCharactersForLine(int lineNumber)
           
 void setLineRestrictions(java.util.List lineRestrictions)
           
 
Methods inherited from interface com.retek.component.media.ValueAddedService
addColor, addFont, getAvailableColors, getAvailableFonts, getColors, getFonts, getPersonalizationType, getPlacementOnItem, getSupplier, getUnitPrice, isEngraving, isPricePerCharacter, removeColor, removeFont, setPersonalizationType, setPricePerCharacter, setUnitPrice
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Method Detail

setLineRestrictions

public void setLineRestrictions(java.util.List lineRestrictions)
                         throws SystemException
Throws:
SystemException

getLineRestrictions

public java.util.List getLineRestrictions()
                                   throws SystemException,
                                          BusinessException
Returns all line restrictions for the personalization value added service ( regardless of line availability ).

Throws:
SystemException
BusinessException

getLineRestrictionsForAvailableLines

public java.util.List getLineRestrictionsForAvailableLines()
                                                    throws SystemException,
                                                           BusinessException
Returns only line restrictions where the line available flag is "true".

Throws:
SystemException
BusinessException

getMaxCharactersForLine

public int getMaxCharactersForLine(int lineNumber)
                            throws BusinessException,
                                   SystemException
Throws:
BusinessException
SystemException


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