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

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

public class InconsistenciesController
extends BaseController

This class handles inconsistencies in the domain model and the cleanup of them.

Author:
mattias

Constructor Summary
InconsistenciesController()
           
 
Method Summary
 java.util.List getAllInconsistencies()
           
static InconsistenciesController getController()
          Factory method to get object
 BaseEntityVO getNewVO()
           
 void removeReferences(java.lang.Integer registryId, InfoGluePrincipal infoGluePrincipal)
           
 
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, 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

InconsistenciesController

public InconsistenciesController()
Method Detail

getController

public static InconsistenciesController getController()
Factory method to get object


getAllInconsistencies

public java.util.List getAllInconsistencies()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

removeReferences

public void removeReferences(java.lang.Integer registryId,
                             InfoGluePrincipal infoGluePrincipal)
                      throws SystemException,
                             java.lang.Exception
Throws:
SystemException
java.lang.Exception

getNewVO

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


Copyright © 2005 InfoGlue.org All Rights Reserved.