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.AbstractImageGroup

Packages that use AbstractImageGroup
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.site.content is the main management model for the websites Content
 

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

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

Constructors in org.torweg.pulse.component.store.admin with parameters of type AbstractImageGroup
StoreContentImageGroupEditorResult(AbstractImageGroup image)
          Creates a new StoreContentImageGroupEditorResult with the given AbstractImageGroup.
 

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

Subclasses of AbstractImageGroup in org.torweg.pulse.component.store.model
 class StoreContentImageGroup
           
 

Uses of AbstractImageGroup in org.torweg.pulse.site.content
 

Methods in org.torweg.pulse.site.content that return AbstractImageGroup
 AbstractImageGroup IHasMainImage.getMainImage()
          returns the AbstractImageGroup of the main image.
 

Methods in org.torweg.pulse.site.content that return types with arguments of type AbstractImageGroup
 java.util.Set<? extends AbstractImageGroup> IHasAlternativeImages.getAlternativeImages()
          Returns the alternative images of the StoreItem.