Documentation ¶
Index ¶
- type TOPhysLocation
- func (pl *TOPhysLocation) Create() (error, error, int)
- func (pl *TOPhysLocation) Delete() (error, error, int)
- func (v *TOPhysLocation) DeleteQuery() string
- func (pl *TOPhysLocation) GetAuditName() string
- func (pl TOPhysLocation) GetKeyFieldsInfo() []api.KeyFieldInfo
- func (pl TOPhysLocation) GetKeys() (map[string]interface{}, bool)
- func (v *TOPhysLocation) GetLastUpdated() (*time.Time, bool, error)
- func (pl *TOPhysLocation) GetType() string
- func (v *TOPhysLocation) InsertQuery() string
- func (v *TOPhysLocation) NewReadObj() interface{}
- func (v *TOPhysLocation) ParamColumns() map[string]dbhelpers.WhereColumnInfo
- func (pl *TOPhysLocation) Read(h http.Header, useIMS bool) ([]interface{}, error, error, int, *time.Time)
- func (v *TOPhysLocation) SelectMaxLastUpdatedQuery(where, orderBy, pagination, tableName string) string
- func (v *TOPhysLocation) SelectQuery() string
- func (pl *TOPhysLocation) SetKeys(keys map[string]interface{})
- func (v *TOPhysLocation) SetLastUpdated(t tc.TimeNoMod)
- func (pl *TOPhysLocation) Update(h http.Header) (error, error, int)
- func (v *TOPhysLocation) UpdateQuery() string
- func (pl *TOPhysLocation) Validate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TOPhysLocation ¶
type TOPhysLocation struct { api.APIInfoImpl `json:"-"` tc.PhysLocationNullable }
we need a type alias to define functions on
func (*TOPhysLocation) DeleteQuery ¶
func (v *TOPhysLocation) DeleteQuery() string
func (*TOPhysLocation) GetAuditName ¶
func (pl *TOPhysLocation) GetAuditName() string
func (TOPhysLocation) GetKeyFieldsInfo ¶
func (pl TOPhysLocation) GetKeyFieldsInfo() []api.KeyFieldInfo
func (TOPhysLocation) GetKeys ¶
func (pl TOPhysLocation) GetKeys() (map[string]interface{}, bool)
Implementation of the Identifier, Validator interface functions
func (*TOPhysLocation) GetLastUpdated ¶
func (v *TOPhysLocation) GetLastUpdated() (*time.Time, bool, error)
func (*TOPhysLocation) GetType ¶
func (pl *TOPhysLocation) GetType() string
func (*TOPhysLocation) InsertQuery ¶
func (v *TOPhysLocation) InsertQuery() string
func (*TOPhysLocation) NewReadObj ¶
func (v *TOPhysLocation) NewReadObj() interface{}
func (*TOPhysLocation) ParamColumns ¶
func (v *TOPhysLocation) ParamColumns() map[string]dbhelpers.WhereColumnInfo
func (*TOPhysLocation) SelectMaxLastUpdatedQuery ¶
func (v *TOPhysLocation) SelectMaxLastUpdatedQuery(where, orderBy, pagination, tableName string) string
func (*TOPhysLocation) SelectQuery ¶
func (v *TOPhysLocation) SelectQuery() string
func (*TOPhysLocation) SetKeys ¶
func (pl *TOPhysLocation) SetKeys(keys map[string]interface{})
func (*TOPhysLocation) SetLastUpdated ¶
func (v *TOPhysLocation) SetLastUpdated(t tc.TimeNoMod)
func (*TOPhysLocation) UpdateQuery ¶
func (v *TOPhysLocation) UpdateQuery() string
func (*TOPhysLocation) Validate ¶
func (pl *TOPhysLocation) Validate() error
Click to show internal directories.
Click to hide internal directories.