|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.entity.AbstractBasicEntity
org.torweg.pulse.component.shop.checkout.OrderContents
@Entity(name="checkout_OrderContents") public class OrderContents
The OrderContents.
| Constructor Summary | |
|---|---|
protected |
OrderContents()
Deprecated. |
|
OrderContents(ShoppingCart cart, ShopSettings settings, User user)
Creates a new OrderContents from the given ShoppingCart,
ShopSettings and User. |
| Method Summary | |
|---|---|
java.util.Set<OrderPosition> |
getOrderPositions()
Returns an unmodifiable Set holding the OrderPositions. |
TotalPrice |
getTotalPrice()
Returns the TotalPrice. |
| Methods inherited from class org.torweg.pulse.util.entity.AbstractBasicEntity |
|---|
compareTo, equals, getFullQualifiedClassNameJAXB, getId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected OrderContents()
public OrderContents(ShoppingCart cart, ShopSettings settings, User user)
OrderContents from the given ShoppingCart,
ShopSettings and User.
cart - the ShoppingCart.settings - the ShopSettings.user - the User.
java.lang.IllegalArgumentException - if the given ShoppingCart, ShopSettings or
User is null or the given
ShoppingCart is empty.| Method Detail |
|---|
public final java.util.Set<OrderPosition> getOrderPositions()
Set holding the OrderPositions.
OrderPositions.public final TotalPrice getTotalPrice()
TotalPrice.
TotalPrice.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||