pulse - the web application framework Get pulse at SourceForge.net. Fast, secure and Free Open Source software downloads Ohloh project report for pulse-java

Uses of Class
org.torweg.pulse.util.entity.AbstractImageGroupConfiguration

Packages that use AbstractImageGroupConfiguration
org.torweg.pulse.component.store.admin contains the components to integrate the Store into the website's administration. 
org.torweg.pulse.component.store.model contains the business objects of the Store bundle. 
org.torweg.pulse.util.entity contains base classes for entities in pulse
 

Uses of AbstractImageGroupConfiguration in org.torweg.pulse.component.store.admin
 

Methods in org.torweg.pulse.component.store.admin that return AbstractImageGroupConfiguration
 AbstractImageGroupConfiguration StoreContentImageGroupEditorResult.getImageGroupVersionConfiguration()
          Returns the AbstractImageGroupConfiguration.
 

Methods in org.torweg.pulse.component.store.admin with parameters of type AbstractImageGroupConfiguration
 void StoreContentImageGroupEditorResult.setImageGroupVersionConfiguration(AbstractImageGroupConfiguration conf)
          Sets the AbstractImageGroupConfiguration.
 

Uses of AbstractImageGroupConfiguration in org.torweg.pulse.component.store.model
 

Subclasses of AbstractImageGroupConfiguration in org.torweg.pulse.component.store.model
 class StoreContentImageGroupConfiguration
          The image group configuration for a StoreContentImageGroup.
 

Uses of AbstractImageGroupConfiguration in org.torweg.pulse.util.entity
 

Methods in org.torweg.pulse.util.entity that return AbstractImageGroupConfiguration
 AbstractImageGroupConfiguration AbstractImageGroup.getImageVersionConfiguration()
          Returns the underlying AbstractImageGroupConfiguration.
 

Methods in org.torweg.pulse.util.entity with parameters of type AbstractImageGroupConfiguration
protected  void AbstractImageGroup.setImageVersionConfiguration(AbstractImageGroupConfiguration conf)
          Sets the AbstractImageGroupConfiguration.