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