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 Package
org.torweg.pulse.util.entity

Packages that use org.torweg.pulse.util.entity
org.torweg.pulse.accesscontrol controls the access to Bundles and their Controllers. 
org.torweg.pulse.accesscontrol.attributes comprises additional information associated with Users. 
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.core.accesscontrol.admin is the user and rights administration. 
org.torweg.pulse.component.shop.checkout   
org.torweg.pulse.component.shop.model all entities of the shop's model can be found within this package. 
org.torweg.pulse.component.statistics.model Contains all entities representing "countable" statistical unit of information. 
org.torweg.pulse.component.statistics.model.aggregation Contains all the entities required for storing the results of the aggregators run by the DataAggregationJoblet
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.component.survey.model is the model of the survey bundle. 
org.torweg.pulse.component.util.model Contains the model classes for the util component. 
org.torweg.pulse.service.request contains interfaces and implementations that deal with the decoding of a request. 
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.admin Contains the basic controllers, configurations, and results to work with 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
org.torweg.pulse.vfs is the included virtual file system of the pulse container. 
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.accesscontrol
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractNamableEntity
          a very basic abstract entity containing a name field.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.accesscontrol.attributes
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
Node
          is a base entity to build bi-directional tree entities with positionable children lists.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.accesscontrol.attributes.types
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractNamableEntity
          a very basic abstract entity containing a name field.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.component.cms.model
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractNamableEntity
          a very basic abstract entity containing a name field.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.component.core.accesscontrol.admin
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.component.shop.checkout
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.component.shop.model
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractNamableEntity
          a very basic abstract entity containing a name field.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.component.statistics.model
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.component.statistics.model.aggregation
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
Node
          is a base entity to build bi-directional tree entities with positionable children lists.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.component.store.admin
AbstractImageGroup
          Holds different versions of an image (e.g. the differently sized versions of an image assigned to a Content).
AbstractImageGroupConfiguration
          The Configuration for the image versions of an AbstractImageGroup.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.component.store.model
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractImageGroup
          Holds different versions of an image (e.g. the differently sized versions of an image assigned to a Content).
AbstractImageGroupConfiguration
          The Configuration for the image versions of an AbstractImageGroup.
AbstractImageGroupConfiguration.Version
          A version-definition for an StoreContentImageGroup.
AbstractNamableEntity
          a very basic abstract entity containing a name field.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.component.survey.model
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.component.util.model
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractNamableEntity
          a very basic abstract entity containing a name field.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.service.request
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.site
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractNamableEntity
          a very basic abstract entity containing a name field.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.site.content
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractImageGroup
          Holds different versions of an image (e.g. the differently sized versions of an image assigned to a Content).
AbstractNamableEntity
          a very basic abstract entity containing a name field.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.
Node
          is a base entity to build bi-directional tree entities with positionable children lists.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.site.content.admin
Node
          is a base entity to build bi-directional tree entities with positionable children lists.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.site.content.filter
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractNamableEntity
          a very basic abstract entity containing a name field.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.site.map
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractNamableEntity
          a very basic abstract entity containing a name field.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.
Node
          is a base entity to build bi-directional tree entities with positionable children lists.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.util.entity
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractImageGroupConfiguration
          The Configuration for the image versions of an AbstractImageGroup.
AbstractImageGroupConfiguration.Version
          A version-definition for an StoreContentImageGroup.
AbstractNamableEntity
          a very basic abstract entity containing a name field.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.
Node
          is a base entity to build bi-directional tree entities with positionable children lists.
 

Classes in org.torweg.pulse.util.entity used by org.torweg.pulse.vfs
AbstractBasicEntity
          The most basic default implementation for entities used in pulse, containing a generated id and #equals(Object), #hashCode() and #compareTo(AbstractBasicEntity) methods.
AbstractNamedEntity
          a very basic abstract entity containing a name field with a protected setter only.