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 String
getAddress()
String
getCity()
String
getContactEmail()
String
getContactPhone()
String
getCountry()
String
getCustomerEmail()
String
getCustomerFirstName()
String
getCustomerPhone()
String
getDateString()
String
getFirstName()
String
getId()
String
getInfo()
String
getLastName()
static List<BasketSmartBean>
getListInstance(ContentContext ctx, Collection<Basket> baskets)
List<Product.ProductBean>
getProductsBean()
String
getProductsBeanToString()
String
getStatus()
String
getStructuredCommunication()
String
getTotalExcludingVATString()
String
getTotalIncludingVATString()
String
getValidationInfo()
String
getZip()
boolean
isDeleted()
boolean
isReadyToSend()
-
-
-
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:
FileNotFoundException
IOException
-
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()
-
-