|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addColor(PersonalizationColor color)
|
void |
addFont(PersonalizationFont font)
|
java.util.Set |
getAvailableColors()
Returns the complete set of available colors for the item/supplier. |
java.util.Set |
getAvailableFonts()
Returns the complete set of available fonts for the item/supplier. |
java.util.Set |
getColors()
Returns the selected (supported) colors for the value added service. |
java.util.Set |
getFonts()
Returns the selected (supported) fonts for the value added service. |
PersonalizationType |
getPersonalizationType()
|
java.lang.String |
getPlacementOnItem()
|
Supplier |
getSupplier()
|
Money |
getUnitPrice()
|
boolean |
isEngraving()
|
boolean |
isPricePerCharacter()
|
void |
removeColor(PersonalizationColor color)
|
void |
removeFont(PersonalizationFont font)
|
void |
setPersonalizationType(PersonalizationType personalizationType)
|
void |
setPricePerCharacter(boolean isPricePerCharacter)
|
void |
setUnitPrice(Money unitPrice)
|
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 |
public PersonalizationType getPersonalizationType() throws SystemException
SystemException
public java.lang.String getPlacementOnItem() throws BusinessException, SystemException
BusinessException
SystemException
public Money getUnitPrice() throws SystemException
SystemException
public boolean isPricePerCharacter() throws SystemException
SystemException
public Supplier getSupplier() throws BusinessException, SystemException
BusinessException
SystemException
public java.util.Set getAvailableColors() throws BusinessException, SystemException
BusinessException
SystemException
public java.util.Set getAvailableFonts() throws BusinessException, SystemException
BusinessException
SystemException
public java.util.Set getColors() throws BusinessException, SystemException
BusinessException
SystemException
public java.util.Set getFonts() throws BusinessException, SystemException
BusinessException
SystemException
public void setPersonalizationType(PersonalizationType personalizationType) throws SystemException
SystemException
public void setUnitPrice(Money unitPrice) throws SystemException
SystemException
public void setPricePerCharacter(boolean isPricePerCharacter) throws SystemException
SystemException
public void addColor(PersonalizationColor color) throws SystemException
SystemException
public void removeColor(PersonalizationColor color) throws SystemException
SystemException
public void removeFont(PersonalizationFont font) throws SystemException
SystemException
public void addFont(PersonalizationFont font) throws SystemException
SystemException
public boolean isEngraving() throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |