n2n Page Rocket 1 API

n2n\persistence\orm\store\action\meta

­Action­Meta

ActionMeta

Implemented by:

Methods summary

Modifier and Type Method
public getEntityModel ( )
public setRawValue ( EntityModel entityModel , string columnName , mixed rawValue , int pdoDataType = null )
public removeRawValue ( EntityModel entityModel , string columnName )
public setIdGenerated ( bool idGenerated )
public boolean isIdGenerated ( )
public setSequenceName ( string sequenceName )
public string getSequenceName ( )
public setIdColumnName ( string idColumnName )
public string getIdColumnName ( )
public setIdRawValue ( mixed idRawValue , bool assign = false )
public mixed getIdRawValue ( )
public mixed getEntityIdRawValue ( )
public ActionMetaItem [] getItems ( )
public boolean isEmpty ( )

Methods in detail