|
url(self,
f=global_settings.applications_parent,
args=global_settings.applications_parent,
vars=global_settings.applications_parent)
this should point to the controller that exposes download and
crud |
source code
|
|
|
__init__(self,
environment,
db=global_settings.applications_parent,
controller=' default ' )
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
|
|
has_permission(self,
name,
table,
record=0) |
source code
|
|
|
|
|
update(self,
table,
record,
next=<function <lambda> at 0x2bb9398>,
onvalidation=<function <lambda> at 0x2bb9398>,
onaccept=<function <lambda> at 0x2bb9398>,
ondelete=<function <lambda> at 0x2bb9398>,
log=<function <lambda> at 0x2bb9398>,
message=<function <lambda> at 0x2bb9398>,
deletable=<function <lambda> at 0x2bb9398>,
formname=<function <lambda> at 0x2bb9398>)
method: Crud.update(table, record, [next=DEFAULT... |
source code
|
|
|
create(self,
table,
next=<function <lambda> at 0x2bb9398>,
onvalidation=<function <lambda> at 0x2bb9398>,
onaccept=<function <lambda> at 0x2bb9398>,
log=<function <lambda> at 0x2bb9398>,
message=<function <lambda> at 0x2bb9398>,
formname=<function <lambda> at 0x2bb9398>)
method: Crud.create(table, [next=DEFAULT [, onvalidation=DEFAULT... |
source code
|
|
|
|
|
delete(self,
table,
record_id,
next=<function <lambda> at 0x2bb9398>,
message=<function <lambda> at 0x2bb9398>)
method: Crud.delete(table, record_id, [next=DEFAULT... |
source code
|
|
|
rows(self,
table,
query=global_settings.applications_parent,
fields=global_settings.applications_parent,
orderby=global_settings.applications_parent,
limitby=global_settings.applications_parent) |
source code
|
|
|
select(self,
table,
query=global_settings.applications_parent,
fields=global_settings.applications_parent,
orderby=global_settings.applications_parent,
limitby=global_settings.applications_parent,
headers=global_settings.applications_parent,
**attr) |
source code
|
|
|
|
|
get_query(self,
field,
op,
value,
refsearch=True) |
source code
|
|
|
search(self,
*tables,
**args)
Creates a search form and its results for a table... |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|