n2n Page Rocket 1 API

n2n\persistence\orm\store\action\supply

­Supply­Job­Adapter

abstract SupplyJobAdapter implements SupplyJob

All Implemented Interfaces:

SubTypes

Property summary

Modifier and Type Property
protected entityAction
protected onResetClosures
protected whenInitializedClosures
protected oldValueHashCol
protected values
protected init

Methods summary

Modifier and Type Method
public __construct ( EntityAction entityAction , ValueHashCol oldValueHashCol = null )
public ActionQueue getActionQueue ( )
public boolean isInsert ( )
public executeOnReset ( Closure closure )
public executeWhenInitialized ( Closure closure )
public isDisabled ( )
public init ( )
protected reset ( )
public getOldValueHashCol ( )
public setValues ( array values )
public getValues ( )
protected getOldValueHash ( unknown propertyString )
protected getValue ( unknown propertyString )

Properties in detail

Methods in detail