Package org.javlo.ecom
Class BasketSmartBean
- java.lang.Object
-
- org.javlo.ecom.BasketSmartBean
-
public class BasketSmartBean extends Object
-
-
Constructor Summary
Constructors Constructor Description BasketSmartBean(ContentContext ctx, Basket basket)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()StringgetCity()StringgetContactEmail()StringgetContactPhone()StringgetCountry()StringgetCustomerEmail()StringgetCustomerFirstName()StringgetCustomerPhone()StringgetDateString()StringgetFirstName()StringgetId()StringgetInfo()StringgetLastName()static List<BasketSmartBean>getListInstance(ContentContext ctx, Collection<Basket> baskets)List<Product.ProductBean>getProductsBean()StringgetProductsBeanToString()StringgetStatus()StringgetStructuredCommunication()StringgetTotalExcludingVATString()StringgetTotalIncludingVATString()StringgetValidationInfo()StringgetZip()booleanisDeleted()booleanisReadyToSend()
-
-
-
Constructor Detail
-
BasketSmartBean
public BasketSmartBean(ContentContext ctx, Basket basket)
-
-
Method Detail
-
getListInstance
public static List<BasketSmartBean> getListInstance(ContentContext ctx, Collection<Basket> baskets)
-
getId
public String getId()
-
getTotalExcludingVATString
public String getTotalExcludingVATString() throws Exception
- Throws:
Exception
-
getTotalIncludingVATString
public String getTotalIncludingVATString() throws Exception
- Throws:
Exception
-
getDateString
public String getDateString() throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
getStatus
public String getStatus()
-
getValidationInfo
public String getValidationInfo()
-
getProductsBean
public List<Product.ProductBean> getProductsBean() throws Exception
- Throws:
Exception
-
isDeleted
public boolean isDeleted()
-
isReadyToSend
public boolean isReadyToSend()
-
getFirstName
public String getFirstName()
-
getLastName
public String getLastName()
-
getAddress
public String getAddress()
-
getCity
public String getCity()
-
getCountry
public String getCountry()
-
getZip
public String getZip()
-
getContactPhone
public String getContactPhone()
-
getContactEmail
public String getContactEmail()
-
getInfo
public String getInfo()
-
getStructuredCommunication
public String getStructuredCommunication()
-
getCustomerFirstName
public String getCustomerFirstName()
-
getCustomerEmail
public String getCustomerEmail()
-
getCustomerPhone
public String getCustomerPhone()
-
-