cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.clm.views.admin_cm.iso_image Namespace Reference

Functions

def copy
def delete
def download
def edit
def get_by_id
def get_list
def set_private
def set_public

Detailed Description

Note
All functions here are decorated by src.clm.utils.decorators.admin_cm_log. It's recommended to read src.clm.utils.decorators.admin_cm_log docs before using functions below.

Function Documentation

def src.clm.views.admin_cm.iso_image.copy (   cm_response,
  data 
)
Note
The clm.utils.decorators.admin_cm_log decorator performs User authentication. It also provides handling/logging mechanism for each Exception raised in view. see also: clm.utils.decorators.admin_cm_log
Parameters
http_request(HttpRequest)
login(POST string)
cm_id(POST int) session cm_id
password(POST string)
cm_password(POST string)
Note
This function is decorated by clm.utils.decorators.cm_request decorator. It's fully transparent. All actual parameters of this function are kwargs (the same as required by corresponding CM view (src.cm.views.iso_image.copy()) + one additional kwarg: cm_id). View requests src.cm.views.iso_image.copy() from CM and returns the response. For documentation see src.cm.views.iso_image.copy()

Definition at line 103 of file iso_image.py.

def src.clm.views.admin_cm.iso_image.delete (   cm_response,
  data 
)
Note
The clm.utils.decorators.admin_cm_log decorator performs User authentication. It also provides handling/logging mechanism for each Exception raised in view. see also: clm.utils.decorators.admin_cm_log
Parameters
http_request(HttpRequest)
login(POST string)
cm_id(POST int) session cm_id
password(POST string)
cm_password(POST string)
Note
This function is decorated by clm.utils.decorators.cm_request decorator. It's fully transparent. All actual parameters of this function are kwargs (the same as required by corresponding CM view (src.cm.views.iso_image.delete()) + one additional kwarg: cm_id). View requests src.cm.views.iso_image.delete() from CM and returns the response. For documentation see src.cm.views.iso_image.delete()

Definition at line 70 of file iso_image.py.

def src.clm.views.admin_cm.iso_image.download (   cm_response,
  data 
)
Note
The clm.utils.decorators.admin_cm_log decorator performs User authentication. It also provides handling/logging mechanism for each Exception raised in view. see also: clm.utils.decorators.admin_cm_log
Parameters
http_request(HttpRequest)
login(POST string)
cm_id(POST int) session cm_id
password(POST string)
cm_password(POST string)
Note
This function is decorated by clm.utils.decorators.cm_request decorator. It's fully transparent. All actual parameters of this function are kwargs (the same as required by corresponding CM view (src.cm.views.iso_image.download()) + one additional kwarg: cm_id). View requests src.cm.views.iso_image.download() from CM and returns the response. For documentation see src.cm.views.iso_image.download()

Definition at line 92 of file iso_image.py.

def src.clm.views.admin_cm.iso_image.edit (   cm_response,
  data 
)
Note
The clm.utils.decorators.admin_cm_log decorator performs User authentication. It also provides handling/logging mechanism for each Exception raised in view. see also: clm.utils.decorators.admin_cm_log
Parameters
http_request(HttpRequest)
login(POST string)
cm_id(POST int) session cm_id
password(POST string)
cm_password(POST string)
Note
This function is decorated by clm.utils.decorators.cm_request decorator. It's fully transparent. All actual parameters of this function are kwargs (the same as required by corresponding CM view (src.cm.views.iso_image.edit()) + one additional kwarg: cm_id). View requests src.cm.views.iso_image.edit() from CM and returns the response. For documentation see src.cm.views.iso_image.edit()

Definition at line 81 of file iso_image.py.

def src.clm.views.admin_cm.iso_image.get_by_id (   cm_response,
  data 
)
Note
The clm.utils.decorators.admin_cm_log decorator performs User authentication. It also provides handling/logging mechanism for each Exception raised in view. see also: clm.utils.decorators.admin_cm_log
Parameters
http_request(HttpRequest)
login(POST string)
cm_id(POST int) session cm_id
password(POST string)
cm_password(POST string)
Note
This function is decorated by clm.utils.decorators.cm_request decorator. It's fully transparent. All actual parameters of this function are kwargs (the same as required by corresponding CM view (src.cm.views.iso_image.get_by_id()) + one additional kwarg: cm_id). View requests src.cm.views.iso_image.get_by_id() from CM and returns the response. For documentation see src.cm.views.iso_image.get_by_id()

Definition at line 59 of file iso_image.py.

def src.clm.views.admin_cm.iso_image.get_list (   cm_response,
  data 
)
Note
This function is decorated by clm.utils.decorators.cm_request decorator. All actual parameters of this function are kwargs (the same as required by corresponding CM view (src.cm.views.iso_image.get_list()) + one additional kwarg: cm_id). View requests src.cm.views.iso_image.get_list() from CM. CM response is processed and finally returned. see also: src.cm.views.iso_image.get_list()
The clm.utils.decorators.admin_cm_log decorator performs User authentication. It also provides handling/logging mechanism for each Exception raised in view. see also: clm.utils.decorators.admin_cm_log
Parameters
http_request(HttpRequest)
login(POST string)
cm_id(POST int) session cm_id
password(POST string)
cm_password(POST string)

Definition at line 37 of file iso_image.py.

def src.clm.views.admin_cm.iso_image.set_private (   cm_response,
  data 
)
Note
The clm.utils.decorators.admin_cm_log decorator performs User authentication. It also provides handling/logging mechanism for each Exception raised in view. see also: clm.utils.decorators.admin_cm_log
Parameters
http_request(HttpRequest)
login(POST string)
cm_id(POST int) session cm_id
password(POST string)
cm_password(POST string)
Note
This function is decorated by clm.utils.decorators.cm_request decorator. It's fully transparent. All actual parameters of this function are kwargs (the same as required by corresponding CM view (src.cm.views.iso_image.set_private()) + one additional kwarg: cm_id). View requests src.cm.views.iso_image.set_private() from CM and returns the response. For documentation see src.cm.views.iso_image.set_private()

Definition at line 125 of file iso_image.py.

def src.clm.views.admin_cm.iso_image.set_public (   cm_response,
  data 
)
Note
The clm.utils.decorators.admin_cm_log decorator performs User authentication. It also provides handling/logging mechanism for each Exception raised in view. see also: clm.utils.decorators.admin_cm_log
Parameters
http_request(HttpRequest)
login(POST string)
cm_id(POST int) session cm_id
password(POST string)
cm_password(POST string)
Note
This function is decorated by clm.utils.decorators.cm_request decorator. It's fully transparent. All actual parameters of this function are kwargs (the same as required by corresponding CM view (src.cm.views.iso_image.set_public()) + one additional kwarg: cm_id). View requests src.cm.views.iso_image.set_public() from CM and returns the response. For documentation see src.cm.views.iso_image.set_public()

Definition at line 114 of file iso_image.py.