

METHOD NAMES
------------

* methods that return information about pre-defined portal objects 
  are called 'listXYZ'

  e.g. 'listPortalStyles()' ...


* methods that return contextual information, folder content, etc.
  are called 'getXYZ'

  e.g. 'getPageBlocks()'


* methods that require a search, an advanced algorithm, etc. 
  are called 'findXYZ'

  e.g. 'findOrphanedStyles', 'findIdenticalStyles' ...
