|
| __construct () |
|
| getShipment ($id=0) |
|
| getShipments ($onlyPublished=false) |
|
| store (&$data) |
|
| createClone ($id) |
|
| remove ($ids) |
|
| __construct ($cidName='cid', $config=array()) |
|
| setDebugSql ($b) |
|
| getName () |
|
| setState ($property, $value=null) |
|
| getState ($property=null, $default=null) |
|
| getTable ($name= '', $prefix= 'Table', $options=array()) |
|
| setIdName ($idName) |
|
| getIdName () |
|
| getId () |
|
| setId ($id) |
|
| setMainTable ($maintablename, $maintable=0) |
|
| getDefaultOrdering () |
|
| addvalidOrderingFieldName ($add) |
|
| removevalidOrderingFieldName ($name) |
|
| setDefaultValidOrderingFields ($defaultTable=null) |
|
| _getOrdering ($preTable='') |
|
| checkFilterOrder ($toCheck, $view=0, $task= '') |
|
| checkValidOrderingFieldName ($toCheck) |
|
| checkFilterDir ($toCheck, $view=0, $task= '') |
|
| getPagination ($perRow=5) |
|
| setPaginationLimits () |
|
| getTotal () |
|
| setGetCount ($withCount) |
|
| exeSortSearchListQuery ($object, $select, $joinedTables, $whereString= '', $groupBy= '', $orderBy= '', $filter_order_Dir= '', $nbrReturnProducts=false) |
|
| emptyCache () |
|
| getData ($id=0) |
|
| store (&$data) |
|
| remove ($ids) |
|
| setToggleName ($togglesName) |
|
| toggle ($field, $val=NULL, $cidname=0, $tablename=0, $view=false) |
|
| move ($direction, $filter=null) |
|
| saveorder ($cid=array(), $order, $filter=null) |
|
| addImages ($obj, $limit=0) |
|
| resetErrors () |
|
| __toString () |
|
| get ($prop, $def=null) |
|
| set ($prop, $value=null) |
|
| setProperties ($props) |
|
|
static | addTablePath ($path) |
|
static | addIncludePath ($path= '', $prefix= '') |
|
static | getInstance ($type, $prefix= '', $config=array()) |
|
static | getModel ($name=false) |
|
static | joinLangTables ($tablename, $prefix, $on, $method=0) |
|
static | joinLangSelectFields ($langFields, $as=true) |
|
static | joinLangLikeFields ($langFields, $keyword) |
|
static | joinLangLikeField ($searchField, $keyword) |
|
| populateState () |
|
| _createTable ($name, $prefix= 'Table', $config=array()) |
|
| _getList ($query, $limitstart=0, $limit=0) |
|
| _getListCount ($query) |
|
static | _createFileName ($type, $parts=array()) |
|
| $__state_set = null |
|
| $name |
|
| $option = null |
|
| $state |
|
| $event_clean_cache = null |
|
| $_maxItems = 1000 |
|
VirtueMartModelShipmentmethod::__construct |
( |
| ) |
|
constructs a VmModel setMainTable defines the maintable of the model
- Author
- Max Milbers
VirtueMartModelShipmentmethod::createClone |
( |
|
$id | ) |
|
Creates a clone of a given shipmentmethod id
- Author
- Valérie Isaksen
- Parameters
-
int | $virtuemart_shipmentmethod_id | |
VirtueMartModelShipmentmethod::getShipment |
( |
|
$id = 0 | ) |
|
Retrieve the detail record for the current $id if the data has not already been loaded.
- Author
- RickG
VirtueMartModelShipmentmethod::getShipments |
( |
|
$onlyPublished = false | ) |
|
Retireve a list of shipment from the database.
- Author
- Max Milbers
- Returns
- object List of shipment objects
VirtueMartModelShipmentmethod::remove |
( |
|
$ids | ) |
|
VirtueMartModelShipmentmethod::store |
( |
& |
$data | ) |
|
Bind the post data to the shipment tables and save it
- Author
- Max Milbers
- Returns
- boolean True is the save was successful, false otherwise.
VirtueMartModelShipmentmethod::$jplugin_id |
VirtueMartModelShipmentmethod::$virtuemart_vendor_id |
The documentation for this class was generated from the following file: