Documentation ¶
Index ¶
- func CheckIfExistsBeforeUpdate(tx *sqlx.Tx, st *TOSteeringTargetV11) (error, bool, *time.Time)
- type TOSteeringTargetV11
- func (st *TOSteeringTargetV11) Create() (error, error, int)
- func (st *TOSteeringTargetV11) Delete() (error, error, int)
- func (st TOSteeringTargetV11) GetAuditName() string
- func (st TOSteeringTargetV11) GetKeyFieldsInfo() []api.KeyFieldInfo
- func (st TOSteeringTargetV11) GetKeys() (map[string]interface{}, bool)
- func (st TOSteeringTargetV11) GetType() string
- func (st *TOSteeringTargetV11) Read(h http.Header, useIMS bool) ([]interface{}, error, error, int, *time.Time)
- func (st *TOSteeringTargetV11) SetKeys(keys map[string]interface{})
- func (st *TOSteeringTargetV11) Update(h http.Header) (error, error, int)
- func (st TOSteeringTargetV11) Validate() (error, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TOSteeringTargetV11 ¶
type TOSteeringTargetV11 struct { api.APIInfoImpl `json:"-"` tc.SteeringTargetNullable DSTenantID *int `json:"-" db:"tenant"` LastUpdated *tc.TimeNoMod `json:"-" db:"last_updated"` }
func (TOSteeringTargetV11) GetAuditName ¶
func (st TOSteeringTargetV11) GetAuditName() string
func (TOSteeringTargetV11) GetKeyFieldsInfo ¶
func (st TOSteeringTargetV11) GetKeyFieldsInfo() []api.KeyFieldInfo
func (TOSteeringTargetV11) GetKeys ¶
func (st TOSteeringTargetV11) GetKeys() (map[string]interface{}, bool)
func (TOSteeringTargetV11) GetType ¶
func (st TOSteeringTargetV11) GetType() string
func (*TOSteeringTargetV11) SetKeys ¶
func (st *TOSteeringTargetV11) SetKeys(keys map[string]interface{})
func (TOSteeringTargetV11) Validate ¶
func (st TOSteeringTargetV11) Validate() (error, error)
Click to show internal directories.
Click to hide internal directories.