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.site.content.AbstractBasicVariant

Packages that use AbstractBasicVariant
org.torweg.pulse.component.shop.model all entities of the shop's model can be found within this package. 
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
org.torweg.pulse.site.content.admin Contains the basic controllers, configurations, and results to work with content. 
 

Uses of AbstractBasicVariant in org.torweg.pulse.component.shop.model
 

Subclasses of AbstractBasicVariant in org.torweg.pulse.component.shop.model
 class ShopVariant
          Represents an article variant in the shop.
 

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

Subclasses of AbstractBasicVariant in org.torweg.pulse.component.store.model
 class StoreVariant
          Represents an article variant in the store.
 

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

Classes in org.torweg.pulse.site.content with type parameters of type AbstractBasicVariant
 class AbstractBasicVariant<T extends AbstractBasicVariant<T>>
           
 

Subclasses of AbstractBasicVariant in org.torweg.pulse.site.content
 class AbstractSummaryDescriptionVariant<T extends AbstractSummaryDescriptionVariant<T>>
           
 

Uses of AbstractBasicVariant in org.torweg.pulse.site.content.admin
 

Methods in org.torweg.pulse.site.content.admin with parameters of type AbstractBasicVariant
 void AbstractBasicContentEditorResult.setVariant(AbstractBasicVariant<?> v)
          sets the variant of the result.