A common base class for simple, non-container objects.
Base Classes
|
|
Base
Resource
CopySource
App.Management.Tabs
Traversable
ZDOM.Element
AccessControl.Owned.Owned
App.Undo.UndoSupport
|
Methods
|
|
|
|
__len__
|
__len__ ( self )
|
|
manage
|
manage ( self, URL1 )
|
|
manage_FTPlist
|
manage_FTPlist ( self, REQUEST )
Directory listing for FTP. In the case of non-Foldoid objects,
the listing should contain one object, the object itself.
Exceptions
|
|
ValueError( 'FTP List not supported on acquired objects' )
|
|
|
manage_FTPstat
|
manage_FTPstat ( self, REQUEST )
psuedo stat, used by FTP for directory listings
|
|
manage_afterAdd
|
manage_afterAdd (
self,
item,
container,
)
|
|
manage_afterClone
|
manage_afterClone ( self, item )
|
|
manage_beforeDelete
|
manage_beforeDelete (
self,
item,
container,
)
|
|
manage_editedDialog
|
manage_editedDialog (
self,
REQUEST,
**args,
)
|
|
objectValues
|
objectValues ( self, spec=None )
This keeps simple items from acquiring their parents
objectValues, etc., when used in simple tree tags.
|
|
raise_standardErrorMessage
|
raise_standardErrorMessage (
self,
client=None,
REQUEST={},
error_type=None,
error_value=None,
tb=None,
error_tb=None,
error_message='',
tagSearch=regex.compile( '[a-zA-Z]>' ),
)
|
|
this
|
this ( self )
|
|
title_and_id
|
title_and_id ( self )
Utility that returns the title if it is not blank and the id
otherwise. If the title is not blank, then the id is included
in parens.
|
|
title_or_id
|
title_or_id ( self )
Utility that returns the title if it is not blank and the id
otherwise.
|
|
tpURL
|
tpURL ( self )
|
|
tpValues
|
tpValues ( self )
|
|