CORE POS - Fannie
The CORE POS back end
Static Public Member Functions | Protected Attributes | List of all members
StoreBatchMapModel Class Reference
Inheritance diagram for StoreBatchMapModel:
BasicModel

Static Public Member Functions

static initBatch ($batchID)
 

Protected Attributes

 $name = "StoreBatchMap"
 
 $preferred_db = 'op'
 
 $columns
 
- Protected Attributes inherited from BasicModel
 $normalize_lanes = false
 
 $currently_normalizing_lane = false
 

Additional Inherited Members

- Public Member Functions inherited from BasicModel
 __construct ($con)
 
 pushToLanes ()
 
 deleteFromLanes ()
 
 getModels ()
 
 setConnectionByName ($db_name)
 
- Public Attributes inherited from BasicModel
const NORMALIZE_MODE_CHECK = 1
 
const NORMALIZE_MODE_APPLY = 2
 
- Protected Member Functions inherited from BasicModel
 normalizeLanes ($db_name, $mode=BasicModel::NORMALIZE_MODE_CHECK)
 
 loadHooks ()
 
 afterNormalize ($db_name, $mode)
 

Member Function Documentation

static StoreBatchMapModel::initBatch (   $batchID)
static

Assign batch to all stores

Parameters
$batchID[int] batch ID

Member Data Documentation

StoreBatchMapModel::$columns
protected
Initial value:
= array(
'storeBatchMapID' => array('type'=>'INT', 'index'=>true, 'increment'=>true),
'storeID' => array('type'=>'INT', 'primary_key'=>true),
'batchID' => array('type'=>'INT', 'primary_key'=>true),
)

The documentation for this class was generated from the following file: