ePages 6.11.0 - DE_EPAGES/ExternalShipping/API/Object/ShippingFulfillmentType.pm

Package DE_EPAGES::ExternalShipping::API::Object::ShippingFulfillmentType

object interface for ShippingFulfillmentType.

Base
DE_EPAGES::Object::API::Object::Object

Functions

className
dbPackage
importXML
newShippingFulfillmentMethod

className

Returns the class name, used for DAL access.

Syntax
$ClassName = $ShippingFulfillmentType->className;
Return
$ClassName (String)
class name

dbPackage

Returns the database package, used for DAL access.

Syntax
$DbPackage = $ShippingFulfillmentType->dbPackage;
Return
$DbPackage (String)
database package name

importXML

Imports an object from an XML file. This function is called at the XML start tag. The end tag triggers the importXMLEnd function.

Syntax
$Object = DE_EPAGES::Object::API::Object::Object->importXML($Handler, $hElement, $Class, $hAttributes);
Input
$Handler (object)
xml import handler with support function addObject
$hElement (ref.hash)
XML element structure, see XML::SAX
$Class (object)
class object; the new object will be an instance of this class
$hAttributes (ref.hash)
attributes hash
Return
$Object (object)
the imported object

newShippingFulfillmentMethod

Creates a new ShippingFulfillmentMethod and sets defaults.

Syntax
newShippingFulfillmentMethod( $Shop, $hInfo );
Input
$Shop (object)
shop
$hInfo (ref.hash)
attributes to set for newly generated method
Return
$Method (object)
shipping fulfillment method