Uses of Class
org.zeroexchange.model.Persistent

Packages that use Persistent
org.zeroexchange.dao   
org.zeroexchange.dataset.criteria   
org.zeroexchange.i18n.create   
org.zeroexchange.model   
org.zeroexchange.model.collaboration   
org.zeroexchange.model.dictionary   
org.zeroexchange.model.i18n   
org.zeroexchange.model.location   
org.zeroexchange.model.mcredit   
org.zeroexchange.model.message   
org.zeroexchange.model.resource   
org.zeroexchange.model.resource.category   
org.zeroexchange.model.resource.good   
org.zeroexchange.model.resource.money   
org.zeroexchange.model.resource.money.che   
org.zeroexchange.model.resource.participant   
org.zeroexchange.model.resource.property   
org.zeroexchange.model.resource.service   
org.zeroexchange.model.resource.value   
org.zeroexchange.model.user   
org.zeroexchange.model.user.assessment   
org.zeroexchange.representation   
 

Uses of Persistent in org.zeroexchange.dao
 

Classes in org.zeroexchange.dao with type parameters of type Persistent
 class BaseHibernateDAO<K extends Serializable,T extends Persistent>
           
 interface DAO<K extends Serializable,T extends Persistent>
          Basic DAO interface.
 

Uses of Persistent in org.zeroexchange.dataset.criteria
 

Classes in org.zeroexchange.dataset.criteria with type parameters of type Persistent
 class CriteriaDataSet<T extends Persistent>
          The criteria-based data set.
 class ProcessorsCriteriaDataSet<T extends Persistent>
           
 

Uses of Persistent in org.zeroexchange.i18n.create
 

Methods in org.zeroexchange.i18n.create with type parameters of type Persistent
<E extends Persistent,T extends Strings<E>>
void
DefaultPersistedLocalizedValuesFactory.updatePersistedLocalizedValues(Collection<LocalizedValue> localizedValues, TitlesAware<E,T> entity)
           
<E extends Persistent,T extends Strings<E>>
void
PersistedLocalizedValueFactory.updatePersistedLocalizedValues(Collection<LocalizedValue> localizedValues, TitlesAware<E,T> entity)
           
 

Uses of Persistent in org.zeroexchange.model
 

Subclasses of Persistent in org.zeroexchange.model
 class IntegerPKPersistent
          Persistent with integer primary key.
 class StringPKPersistent
          Base class for persistent entities with string primary key.
 

Uses of Persistent in org.zeroexchange.model.collaboration
 

Subclasses of Persistent in org.zeroexchange.model.collaboration
 class Contract
          The contract entity.
 class Invitation
          Entity holds invitation information.
 

Uses of Persistent in org.zeroexchange.model.dictionary
 

Subclasses of Persistent in org.zeroexchange.model.dictionary
 class Dictionary
          The dictionary enumeration.
 class DictionaryItem
          The entity holds dictionary item.
 class StringDictionaryItem
          The string dictionary item.
 

Uses of Persistent in org.zeroexchange.model.i18n
 

Classes in org.zeroexchange.model.i18n with type parameters of type Persistent
 class Strings<T extends Persistent>
          The entity contains localized data for the persisted business entities.
 interface TitlesAware<P extends Persistent,T extends Strings<P>>
          The interface for the entities aware of their titles.
 

Subclasses of Persistent in org.zeroexchange.model.i18n
 class CategoryStrings
          The table that contains the Category strings.
 class CityStrings
           
 class CountryStrings
           
 class DictionaryItemStrings
           
 class DictionaryStrings
          The table that contains the Dictionary strings.
 class PropertyStrings
          The table that contains the Property strings.
 class RoleStrings
          The table that contains the Role strings.
 class Strings<T extends Persistent>
          The entity contains localized data for the persisted business entities.
 

Uses of Persistent in org.zeroexchange.model.location
 

Subclasses of Persistent in org.zeroexchange.model.location
 class City
           
 class Country
           
 

Uses of Persistent in org.zeroexchange.model.mcredit
 

Subclasses of Persistent in org.zeroexchange.model.mcredit
 class CreditLine
          User's credit line.
 

Uses of Persistent in org.zeroexchange.model.message
 

Subclasses of Persistent in org.zeroexchange.model.message
 class Message
          The message allows users communicate with each other and be informed concerning system's events.
 class SystemMessage
          The message is sent by the system.
 class UserMessage
          The message is sent by the user.
 

Uses of Persistent in org.zeroexchange.model.resource
 

Subclasses of Persistent in org.zeroexchange.model.resource
 class Resource
          The base class for the object-specific entities.
 

Uses of Persistent in org.zeroexchange.model.resource.category
 

Subclasses of Persistent in org.zeroexchange.model.resource.category
 class Category
          Items class.
 class DictionaryProperty
          the dictionary property
 

Uses of Persistent in org.zeroexchange.model.resource.good
 

Subclasses of Persistent in org.zeroexchange.model.resource.good
 class GoodResource
           
 

Uses of Persistent in org.zeroexchange.model.resource.money
 

Subclasses of Persistent in org.zeroexchange.model.resource.money
 class MoneyResource
           
 

Uses of Persistent in org.zeroexchange.model.resource.money.che
 

Subclasses of Persistent in org.zeroexchange.model.resource.money.che
 class CHECreditStatus
           
 class CHEPayment
           
 

Uses of Persistent in org.zeroexchange.model.resource.participant
 

Subclasses of Persistent in org.zeroexchange.model.resource.participant
 class Need
           
 class ResourceTender
           
 class Supply
           
 

Uses of Persistent in org.zeroexchange.model.resource.property
 

Subclasses of Persistent in org.zeroexchange.model.resource.property
 class Property
          The base class for the definitions of the properties of the exchangeable items.
 class PropertySpecification
          The descriptor of the single resource property.
 class PropertyType
          Type of the property (integer, double, string, etc...)
 

Uses of Persistent in org.zeroexchange.model.resource.service
 

Subclasses of Persistent in org.zeroexchange.model.resource.service
 class ServiceResource
           
 

Uses of Persistent in org.zeroexchange.model.resource.value
 

Subclasses of Persistent in org.zeroexchange.model.resource.value
 class ContinuousValue
          The base clas for values of the continuous types (integer, string)
 class DictionaryValue
          The value refers to the dictionary item.
 class DoubleValue
          The simple double value.
 class IntegerValue
          The simple integer value.
 class LocalizableValue
          The value holds localized string.
 class LocalizableValueEntry
          The localized entry of the LocalizableValue entity.
 class StringValue
          The simple textual value.
 class TimestampValue
           
 class Value
          The value of the property of the offer.
 

Uses of Persistent in org.zeroexchange.model.user
 

Subclasses of Persistent in org.zeroexchange.model.user
 class Credential
           
 class LocalCredential
           
 class OpenIdCredential
           
 class Role
           
 class Skill
          User skill descriptor.
 class User
           
 

Uses of Persistent in org.zeroexchange.model.user.assessment
 

Subclasses of Persistent in org.zeroexchange.model.user.assessment
 class Assessment
          The Resource assessment.
 class BusinessQuality
          The business quality holder.
 class Expensiveness
          The expensiveness rate holder.
 

Uses of Persistent in org.zeroexchange.representation
 

Methods in org.zeroexchange.representation with parameters of type Persistent
 String DefaultEntityRepresentation.getRepresentation(Persistent entity, int limit)
          Returns string representation of the specified entity.
 



Copyright © 2013. All Rights Reserved.