com.retek.component.media.impl
Class SellingListItemImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.media.impl.SellingListItemImpl
- All Implemented Interfaces:
- BusinessObject, DistributedObject, SellingListItem
- public class SellingListItemImpl
- extends DistributedObjectImpl
- implements SellingListItem
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl |
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
SellingListItemImpl
public SellingListItemImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
throws SystemException
SellingListItemImpl
public SellingListItemImpl(DistributedContext context,
DistributedReference reference)
throws SystemException
getDto
public SellingListItemDto getDto()
throws SystemException
- Throws:
SystemException
setSellingSku
public void setSellingSku(SellingSku sellingSku)
throws SystemException
- Specified by:
setSellingSku
in interface SellingListItem
- Throws:
SystemException
setSequenceNumber
public void setSequenceNumber(int seqNo)
throws SystemException
- Throws:
SystemException
getParentSellingList
public SellingList getParentSellingList()
throws SystemException
- Specified by:
getParentSellingList
in interface SellingListItem
- Throws:
SystemException
getPageNumber
public java.lang.String getPageNumber()
throws SystemException
- Specified by:
getPageNumber
in interface SellingListItem
- Throws:
SystemException
setPageNumber
public void setPageNumber(java.lang.String pageNumber)
throws SystemException
- Specified by:
setPageNumber
in interface SellingListItem
- Throws:
SystemException
setDiscountPrice
public void setDiscountPrice(Money price)
throws SystemException
- Throws:
SystemException
getItemDescription
public java.lang.String getItemDescription()
throws SystemException,
BusinessException
- Specified by:
getItemDescription
in interface SellingListItem
- Throws:
SystemException
BusinessException
getSellingSku
public SellingSku getSellingSku()
throws SystemException
- Specified by:
getSellingSku
in interface SellingListItem
- Throws:
SystemException
getMediaDisplayCode
public java.lang.String getMediaDisplayCode()
throws SystemException
- Specified by:
getMediaDisplayCode
in interface SellingListItem
- Throws:
SystemException
getSequenceNumber
public int getSequenceNumber()
throws SystemException
- Throws:
SystemException
isBackordered
public boolean isBackordered()
throws SystemException,
BusinessException
- Specified by:
isBackordered
in interface SellingListItem
- Throws:
SystemException
BusinessException
getReservableQuantity
public Quantity getReservableQuantity()
throws SystemException
- Specified by:
getReservableQuantity
in interface SellingListItem
- Throws:
SystemException
remove
public void remove()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
readLatest
protected Dto readLatest()
throws SystemException
- Overrides:
readLatest
in class DistributedObjectImpl
- Throws:
SystemException
getDiscount
public Money getDiscount()
throws SystemException,
BusinessException
- Specified by:
getDiscount
in interface SellingListItem
- Throws:
SystemException
BusinessException
getDiscountPrice
public Money getDiscountPrice()
throws SystemException,
BusinessException
- Specified by:
getDiscountPrice
in interface SellingListItem
- Throws:
SystemException
BusinessException
getRegularPrice
public Money getRegularPrice()
throws SystemException,
BusinessException
- Specified by:
getRegularPrice
in interface SellingListItem
- Throws:
SystemException
BusinessException
hasDiscount
public boolean hasDiscount()
throws SystemException,
BusinessException
- Specified by:
hasDiscount
in interface SellingListItem
- Throws:
SystemException
BusinessException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28