Uses of Class
com.atlassian.confluence.core.PersistentDecorator

Packages that use PersistentDecorator
com.atlassian.confluence.themes.persistence   
com.atlassian.confluence.themes.persistence.hibernate   
 

Uses of PersistentDecorator in com.atlassian.confluence.themes.persistence
 

Methods in com.atlassian.confluence.themes.persistence that return PersistentDecorator
 PersistentDecorator PersistentDecoratorDao.get(java.lang.String spaceKey, java.lang.String name)
           
 

Methods in com.atlassian.confluence.themes.persistence with parameters of type PersistentDecorator
 void PersistentDecoratorDao.remove(PersistentDecorator decorator)
           
 void PersistentDecoratorDao.saveOrUpdate(PersistentDecorator decorator)
           
 

Uses of PersistentDecorator in com.atlassian.confluence.themes.persistence.hibernate
 

Methods in com.atlassian.confluence.themes.persistence.hibernate that return PersistentDecorator
 PersistentDecorator DefaultPersistentDecoratorDao.get(java.lang.String spaceKey, java.lang.String name)
           
 PersistentDecorator DefaultPersistentDecoratorDao.getFromDB(java.lang.String spaceKey, java.lang.String name)
           
 

Methods in com.atlassian.confluence.themes.persistence.hibernate with parameters of type PersistentDecorator
 void DefaultPersistentDecoratorDao.remove(PersistentDecorator decorator)
           
 void DefaultPersistentDecoratorDao.saveOrUpdate(PersistentDecorator decorator)
          If a decorator already exists with a certain space key and name, we should try to update it (and not try to create a new one just because the body field is different) (a composite key has not been used for space key and name because spacek key can be null)
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.