Table of Contents

Class: Item Zope-2.2.1-src/lib/python/OFS/SimpleItem.py

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__
manage
manage_FTPlist
manage_FTPstat
manage_afterAdd
manage_afterClone
manage_beforeDelete
manage_editedDialog
objectValues
raise_standardErrorMessage
this
title_and_id
title_or_id
tpURL
tpValues
  __len__ 
__len__ ( self )

  manage 
manage ( self,  URL1 )

Exceptions   
'Redirect'
  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]>' ),
        )

Exceptions   
error_type
  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 )


Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6