org.infoglue.cms.controllers.kernel.impl.simple
Class ComponentPropertyDefinitionController

java.lang.Object
  extended by org.infoglue.cms.controllers.kernel.impl.simple.BaseController
      extended by org.infoglue.cms.controllers.kernel.impl.simple.ComponentPropertyDefinitionController

public class ComponentPropertyDefinitionController
extends BaseController

This class handles aspects of component properties definitions.

Author:
Mattias Bogeblad

Constructor Summary
ComponentPropertyDefinitionController()
           
 
Method Summary
static ComponentPropertyDefinitionController getController()
          Factory method
 BaseEntityVO getNewVO()
           
 java.util.List parseComponentPropertyDefinitions(java.lang.String xml)
           
 
Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.BaseController
beginTransaction, beginTransaction, closeDatabase, commitTransaction, createEntity, createEntity, createQuery, deleteEntity, deleteEntity, deleteEntity, deleteEntity, executeQuery, executeQuery, executeQuery, executeQuery, getAllObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getLogger, getObjectWithId, getObjectWithId, getObjectWithIdAsReadOnly, getVOWithId, getVOWithId, getVOWithId, getVOWithId, intercept, intercept, rollbackTransaction, toModifiableVOList, toVOList, updateEntity, updateEntity, updateEntity, updateEntity, validateEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentPropertyDefinitionController

public ComponentPropertyDefinitionController()
Method Detail

getController

public static ComponentPropertyDefinitionController getController()
Factory method


parseComponentPropertyDefinitions

public java.util.List parseComponentPropertyDefinitions(java.lang.String xml)

getNewVO

public BaseEntityVO getNewVO()
Specified by:
getNewVO in class BaseController


Copyright © 2005 InfoGlue.org All Rights Reserved.