Methods
|
|
|
|
DELETE
|
DELETE (
self,
REQUEST,
RESPONSE,
)
Delete a resource object.
|
|
MOVE
|
MOVE (
self,
REQUEST,
RESPONSE,
)
Move a resource to a new location.
|
|
PrincipiaRedirect
|
PrincipiaRedirect (
self,
destination,
URL1,
)
Utility function to allow user-controlled redirects
|
|
PrincipiaTime
|
PrincipiaTime ( self, *args )
Utility function to return current date/time
|
|
ZopeAttributionButton
|
ZopeAttributionButton ( self )
Returns an HTML fragment that displays the powered by zope
button along with a link to the Zope site.
|
|
__bobo_traverse__
|
__bobo_traverse__ (
self,
REQUEST,
name=None,
)
|
|
__class_init__
|
__class_init__ ( self )
|
|
__init__
|
__init__ ( self )
|
|
absolute_url
|
absolute_url ( self, relative=0 )
Return an absolute url to the object. Note that the url
will reflect the acquisition path of the object if the object
has been acquired.
|
|
getPhysicalPath
|
getPhysicalPath ( self )
Returns a path that can be used to access this object again
later, for example in a copy/paste operation. Designed to
be used with getPhysicalRoot().
|
|
getPhysicalRoot
|
getPhysicalRoot ( self )
|
|
id
|
id ( self )
|
|
title_and_id
|
title_and_id ( self )
|
|
title_or_id
|
title_or_id ( self )
|