Package org.adempiere.model
Class MShipperFacade
java.lang.Object
org.adempiere.model.MShipperFacade
Facade for MShipper, providing accessor method for custom field
- Author:
- Low Heng Sin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDutiesShipperAccount
(int AD_Org_ID) int
int
getShipperAccount
(int AD_Org_ID) getShipperMeter
(int AD_Org_ID) get Meter Number associated with Account Number, use by the Fedex interfaceboolean
boolean
boolean
-
Constructor Details
-
MShipperFacade
- Parameters:
shipper
-
-
-
Method Details
-
getMShipper
- Returns:
- wrap shipper instance
-
getShippingProcessorClass
- Returns:
- shipping processor class
-
getConnectionKey
- Returns:
- connection key for shipping processor
-
getConnectionPassword
- Returns:
- connection password for shipping processor
-
getUserID
- Returns:
- connection user id for shipping processor
-
getHostAddress
- Returns:
- connection host address for shipping processor
-
getProxyAddress
- Returns:
- optional connection proxy address for shipping processor
-
getHostPort
public int getHostPort()- Returns:
- connection port for shipping processor
-
getProxyLogon
- Returns:
- proxy user id for shipping processor
-
getProxyPassword
- Returns:
- proxy password for shipping processor
-
getProxyPort
public int getProxyPort()- Returns:
- proxy port for shipping processor
-
getServicePath
- Returns:
- shipping service path for shipping processor
-
getShippingServiceCode
- Returns:
- shipping service code
-
getShipperAccount
- Parameters:
AD_Org_ID
-- Returns:
- shipper account
-
getDutiesShipperAccount
- Parameters:
AD_Org_ID
-- Returns:
- duties shipper account
-
getShipperMeter
get Meter Number associated with Account Number, use by the Fedex interface- Parameters:
AD_Org_ID
-- Returns:
- Shipper Meter Number
-
isResidential
public boolean isResidential()- Returns:
- true if residential delivery service is supported
-
isSaturdayDelivery
public boolean isSaturdayDelivery()- Returns:
- true if saturday delivery service is supported
-
isInternational
public boolean isInternational()- Returns:
- true if international delivery service is supported
-