www in docker support
This commit is contained in:
parent
539a848e95
commit
c227fce036
2145 changed files with 399596 additions and 58 deletions
|
|
@ -0,0 +1,53 @@
|
|||
package it.acxent.cart;
|
||||
|
||||
public interface CartItemIterface {
|
||||
Object getItemId();
|
||||
|
||||
double getPrice();
|
||||
|
||||
double getPriceWVat();
|
||||
|
||||
boolean isSale();
|
||||
|
||||
boolean isRM();
|
||||
|
||||
double getDiscount();
|
||||
|
||||
double getCost();
|
||||
|
||||
String getCartItemDescriptionUrl();
|
||||
|
||||
String getCartItemDescription2(String paramString);
|
||||
|
||||
String getCartItemDescription3(String paramString);
|
||||
|
||||
String getCartItemDescriptionCC(String paramString);
|
||||
|
||||
long getCartItemUdm();
|
||||
|
||||
double getAvail();
|
||||
|
||||
double getIvaAliquota(long paramLong);
|
||||
|
||||
long getIvaItemId(long paramLong);
|
||||
|
||||
String getCartItemImage();
|
||||
|
||||
String getCartItemDescription(String paramString);
|
||||
|
||||
String getCartItemTag();
|
||||
|
||||
double getPrice(long paramLong);
|
||||
|
||||
double getPriceWVat(long paramLong);
|
||||
|
||||
void findByCartitemId(CartItemId paramCartItemId);
|
||||
|
||||
boolean isCostoSpedizionePreventivo(String paramString);
|
||||
|
||||
double getDeliveryCost(String paramString);
|
||||
|
||||
boolean isScontoTroppoAlto();
|
||||
|
||||
long getPercentileSpedizione();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue