Package CMFPlone :: Package setup :: Module customization_policy :: Class CustomizationPolicySetup
[show private | hide private]
[frames | no frames]

Class CustomizationPolicySetup

SetupWidget --+
              |
             CustomizationPolicySetup


Method Summary
  addItems(self, policy)
  available(self)
  delItems(self, policy)
  installed(self)
Returns a list of the installed items, so that user knows what is currently installed.
    Inherited from SetupWidget
  __init__(self, portal)
  active(self)
Returns 1 if this setup widget can be run, if the user doesn't have the correct products, for example, then a string of the reason why is returned
  setup(self)
Anything that has to be done for this setup widget to work, this could be adding in new objects or such.

Class Variable Summary
str description = 'Sets up a customization policy, which con...
int single = 1                                                                     
str type = 'Customization Policy Setup'

Method Details

installed(self)

Returns a list of the installed items, so that user knows what is currently installed. These items are what we would pass to the addItems and delItems methods
Overrides:
CMFPlone.setup.SetupBase.SetupWidget.installed (inherited documentation)

Class Variable Details

description

Type:
str
Value:
'''Sets up a customization policy, which configures
    the plone setup. The default site has already been run.
    <b>Please note</b> that uninstalling a policy is
    <i>not</i> supported at this time.
    Be careful before selecting this.'''                               

single

Type:
int
Value:
1                                                                     

type

Type:
str
Value:
'Customization Policy Setup'                                           

Generated by Epydoc 2.1 on Wed Nov 30 03:59:33 2005 http://epydoc.sf.net