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

Packages that use AbstractNamableEntity
org.torweg.pulse.accesscontrol controls the access to Bundles and their Controllers. 
org.torweg.pulse.accesscontrol.attributes.types contains type entities required by attributes. 
org.torweg.pulse.component.cms.model is the model of the content management bundle. 
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.component.util.model Contains the model classes for the util component. 
org.torweg.pulse.site is the main management model for the websites created with pulse
org.torweg.pulse.site.content is the main management model for the websites Content
org.torweg.pulse.site.content.filter contains classes to create filters on ContentLocalizationMaps. 
org.torweg.pulse.site.map is the main management model for the websites hierarchical structure. 
org.torweg.pulse.util.entity contains base classes for entities in pulse
 

Uses of AbstractNamableEntity in org.torweg.pulse.accesscontrol
 

Subclasses of AbstractNamableEntity in org.torweg.pulse.accesscontrol
 class AbstractAccessControlObject
          Defines JSON-support and helper-methods for entities in the access-control.
 class AbstractUserBase
          abstract base for User containing all utility methods.
 class Group
          A Group is an entity used to group Permissions and Users.
 class Permission
          A Permission is an entity used to restrict the excecution of Commands.
 class Role
          A Role is an entity used to combine Groups and Permissions, in order to reduce the number of Group s and Permissions, that have to be assigned to a certain User.
 class User
          A User is an entity representing a user in the pulse container.
static class User.Everybody
          is a dummy User used for non-logged-in users to provide them the "~Everybody" Role for access checks.
 

Uses of AbstractNamableEntity in org.torweg.pulse.accesscontrol.attributes.types
 

Subclasses of AbstractNamableEntity in org.torweg.pulse.accesscontrol.attributes.types
 class Option
           
 

Uses of AbstractNamableEntity in org.torweg.pulse.component.cms.model
 

Subclasses of AbstractNamableEntity in org.torweg.pulse.component.cms.model
 class CMSContent
          the CMSContent is the base content for the pulse content management bundle.
 

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

Subclasses of AbstractNamableEntity in org.torweg.pulse.component.shop.model
 class ShopContent
          Represents an article in the shop.
 class ShopVariant
          Represents an article variant in the shop.
 class TaxGroup
          represents a tax group in the shop's model.
 

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

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

Uses of AbstractNamableEntity in org.torweg.pulse.component.util.model
 

Subclasses of AbstractNamableEntity in org.torweg.pulse.component.util.model
 class AbstractExtendedAddress
          A utility-class to derive from.
 class Representative
          Represents a Representative as used by the utility-component "representative".
 class Retailer
          Represents a Retailer as used by the utility-component "retailer".
 

Uses of AbstractNamableEntity in org.torweg.pulse.site
 

Subclasses of AbstractNamableEntity in org.torweg.pulse.site
 class View
          is an abstract base class for Views.
 

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

Subclasses of AbstractNamableEntity in org.torweg.pulse.site.content
 class AbstractBasicContent
           
 class AbstractBasicVariant<T extends AbstractBasicVariant<T>>
           
 class AbstractContentGroup
          TODO.
 class AbstractSummaryDescriptionContent
           
 class AbstractSummaryDescriptionVariant<T extends AbstractSummaryDescriptionVariant<T>>
           
 class Attachment
          represents an Attachment to a Content, where Attachments are entities for downloads.
 class Content
          An abstract base class for Contents referenced by a View in the Sitemap.
 class ContentGroup
          Is used for displaying content-overview-pages (content-group).
 class FileContent
          A FileContent is a Content that represents a VirtualFile.
 class URLContent
          An URLContent represents a Content which simply provides a URL, e.g. for providing an external link via the menu.
 class Variant<T extends Variant<?>>
          An abstract base class for Variants.
 

Uses of AbstractNamableEntity in org.torweg.pulse.site.content.filter
 

Subclasses of AbstractNamableEntity in org.torweg.pulse.site.content.filter
 class Filter
          allows the filtering of ContentLocalizationMaps.
 class FilterContent
           
 

Uses of AbstractNamableEntity in org.torweg.pulse.site.map
 

Subclasses of AbstractNamableEntity in org.torweg.pulse.site.map
 class SitemapSectionTag
          Used to tag a SitemapNode to be part of a specific section of the Sitemap.
 

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

Subclasses of AbstractNamableEntity in org.torweg.pulse.util.entity
 class AbstractImageGroup
          Holds different versions of an image (e.g. the differently sized versions of an image assigned to a Content).