Documentation
      ¶
    
    
  
    
  
    Index ¶
- func CreateServerCapability(w http.ResponseWriter, r *http.Request)
 - func CreateServerCapabilityV5(w http.ResponseWriter, r *http.Request)
 - func DeleteServerCapability(w http.ResponseWriter, r *http.Request)
 - func GetServerCapability(w http.ResponseWriter, r *http.Request)
 - func GetServerCapabilityV5(w http.ResponseWriter, r *http.Request)
 - func UpdateServerCapability(w http.ResponseWriter, r *http.Request)
 - func UpdateServerCapabilityV5(w http.ResponseWriter, r *http.Request)
 - type TOServerCapability
 - func (v *TOServerCapability) Create() (error, error, int)
 - func (v *TOServerCapability) Delete() (error, error, int)
 - func (v *TOServerCapability) DeleteQuery() string
 - func (v *TOServerCapability) GetAuditName() string
 - func (v TOServerCapability) GetKeyFieldsInfo() []api.KeyFieldInfo
 - func (v TOServerCapability) GetKeys() (map[string]interface{}, bool)
 - func (v *TOServerCapability) GetType() string
 - func (v *TOServerCapability) InsertQuery() string
 - func (v *TOServerCapability) NewReadObj() interface{}
 - func (v *TOServerCapability) ParamColumns() map[string]dbhelpers.WhereColumnInfo
 - func (v *TOServerCapability) Read(h http.Header, useIMS bool) ([]interface{}, error, error, int, *time.Time)
 - func (v *TOServerCapability) SelectMaxLastUpdatedQuery(where, orderBy, pagination, tableName string) string
 - func (v *TOServerCapability) SelectQuery() string
 - func (v *TOServerCapability) SetKeys(keys map[string]interface{})
 - func (v *TOServerCapability) SetLastUpdated(t tc.TimeNoMod)
 - func (v *TOServerCapability) Update(h http.Header) (error, error, int)
 - func (v *TOServerCapability) Validate() (error, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateServerCapability ¶
func CreateServerCapability(w http.ResponseWriter, r *http.Request)
func CreateServerCapabilityV5 ¶
func CreateServerCapabilityV5(w http.ResponseWriter, r *http.Request)
func DeleteServerCapability ¶
func DeleteServerCapability(w http.ResponseWriter, r *http.Request)
func GetServerCapability ¶
func GetServerCapability(w http.ResponseWriter, r *http.Request)
func GetServerCapabilityV5 ¶
func GetServerCapabilityV5(w http.ResponseWriter, r *http.Request)
func UpdateServerCapability ¶
func UpdateServerCapability(w http.ResponseWriter, r *http.Request)
func UpdateServerCapabilityV5 ¶
func UpdateServerCapabilityV5(w http.ResponseWriter, r *http.Request)
Types ¶
type TOServerCapability ¶
type TOServerCapability struct {
	api.APIInfoImpl `json:"-"`
	RequestedName   string `json:"-"`
	tc.ServerCapability
}
    func (*TOServerCapability) DeleteQuery ¶
func (v *TOServerCapability) DeleteQuery() string
func (*TOServerCapability) GetAuditName ¶
func (v *TOServerCapability) GetAuditName() string
func (TOServerCapability) GetKeyFieldsInfo ¶
func (v TOServerCapability) GetKeyFieldsInfo() []api.KeyFieldInfo
func (TOServerCapability) GetKeys ¶
func (v TOServerCapability) GetKeys() (map[string]interface{}, bool)
Implementation of the Identifier, Validator interface functions
func (*TOServerCapability) GetType ¶
func (v *TOServerCapability) GetType() string
func (*TOServerCapability) InsertQuery ¶
func (v *TOServerCapability) InsertQuery() string
func (*TOServerCapability) NewReadObj ¶
func (v *TOServerCapability) NewReadObj() interface{}
func (*TOServerCapability) ParamColumns ¶
func (v *TOServerCapability) ParamColumns() map[string]dbhelpers.WhereColumnInfo
func (*TOServerCapability) SelectMaxLastUpdatedQuery ¶
func (v *TOServerCapability) SelectMaxLastUpdatedQuery(where, orderBy, pagination, tableName string) string
func (*TOServerCapability) SelectQuery ¶
func (v *TOServerCapability) SelectQuery() string
func (*TOServerCapability) SetKeys ¶
func (v *TOServerCapability) SetKeys(keys map[string]interface{})
func (*TOServerCapability) SetLastUpdated ¶
func (v *TOServerCapability) SetLastUpdated(t tc.TimeNoMod)
func (*TOServerCapability) Validate ¶
func (v *TOServerCapability) Validate() (error, error)
 Click to show internal directories. 
   Click to hide internal directories.