Uses of Interface
org.zeroexchange.model.Identifiable

Packages that use Identifiable
org.zeroexchange.dao.visit   
org.zeroexchange.i18n.read   
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.visit   
org.zeroexchange.web.components.entity.column   
 

Uses of Identifiable in org.zeroexchange.dao.visit
 

Methods in org.zeroexchange.dao.visit with type parameters of type Identifiable
<T extends SharedViewable & Identifiable<?>>
T
VisitDAO.visited(T object, User user)
          Marks object as visited.
<T extends SharedViewable & Identifiable<?>>
T
VisitDAOImpl.visited(T object, User user)
          Marks object as visited.
 

Uses of Identifiable in org.zeroexchange.i18n.read
 

Methods in org.zeroexchange.i18n.read with parameters of type Identifiable
 String LocalizationProvidersFactory.getString(Identifiable<? extends Serializable> entity)
          Returns localized string for the 'title' resource type.
 String LocalizationReader.getString(Identifiable<? extends Serializable> entity)
          Returns localized string for the 'title' resource type.
 String LocalizationProvidersFactory.getString(Identifiable<? extends Serializable> entity, String resourceType)
          Returns localized string for the specified resource type.
 String LocalizationReader.getString(Identifiable<? extends Serializable> entity, String resourceType)
          Returns localized string for the specified resource type.
 String LocalizationProvidersFactory.getString(Identifiable<? extends Serializable> entity, String resourceType, String locale)
          Returns localized string for the specified resource type and locale.
 String LocalizationReader.getString(Identifiable<? extends Serializable> entity, String resourceType, String locale)
          Returns localized string for the specified resource type and locale.
 

Uses of Identifiable in org.zeroexchange.model
 

Classes in org.zeroexchange.model that implement Identifiable
 class IntegerPKPersistent
          Persistent with integer primary key.
 class StringPKPersistent
          Base class for persistent entities with string primary key.
 

Uses of Identifiable in org.zeroexchange.model.collaboration
 

Classes in org.zeroexchange.model.collaboration that implement Identifiable
 class Contract
          The contract entity.
 class Invitation
          Entity holds invitation information.
 

Uses of Identifiable in org.zeroexchange.model.dictionary
 

Classes in org.zeroexchange.model.dictionary that implement Identifiable
 class Dictionary
          The dictionary enumeration.
 class DictionaryItem
          The entity holds dictionary item.
 class StringDictionaryItem
          The string dictionary item.
 

Uses of Identifiable in org.zeroexchange.model.i18n
 

Classes in org.zeroexchange.model.i18n that implement Identifiable
 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 Identifiable in org.zeroexchange.model.location
 

Classes in org.zeroexchange.model.location that implement Identifiable
 class City
           
 class Country
           
 

Uses of Identifiable in org.zeroexchange.model.mcredit
 

Classes in org.zeroexchange.model.mcredit that implement Identifiable
 class CreditLine
          User's credit line.
 

Uses of Identifiable in org.zeroexchange.model.message
 

Classes in org.zeroexchange.model.message that implement Identifiable
 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 Identifiable in org.zeroexchange.model.resource
 

Classes in org.zeroexchange.model.resource that implement Identifiable
 class Resource
          The base class for the object-specific entities.
 

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

Classes in org.zeroexchange.model.resource.category that implement Identifiable
 class Category
          Items class.
 class DictionaryProperty
          the dictionary property
 

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

Classes in org.zeroexchange.model.resource.good that implement Identifiable
 class GoodResource
           
 

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

Classes in org.zeroexchange.model.resource.money that implement Identifiable
 class MoneyResource
           
 

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

Classes in org.zeroexchange.model.resource.money.che that implement Identifiable
 class CHECreditStatus
           
 class CHEPayment
           
 

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

Classes in org.zeroexchange.model.resource.participant that implement Identifiable
 class Need
           
 class ResourceTender
           
 class Supply
           
 

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

Classes in org.zeroexchange.model.resource.property that implement Identifiable
 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 Identifiable in org.zeroexchange.model.resource.service
 

Classes in org.zeroexchange.model.resource.service that implement Identifiable
 class ServiceResource
           
 

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

Classes in org.zeroexchange.model.resource.value that implement Identifiable
 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 Identifiable in org.zeroexchange.model.user
 

Classes in org.zeroexchange.model.user that implement Identifiable
 class Credential
           
 class LocalCredential
           
 class OpenIdCredential
           
 class Role
           
 class Skill
          User skill descriptor.
 class User
           
 

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

Classes in org.zeroexchange.model.user.assessment that implement Identifiable
 class Assessment
          The Resource assessment.
 class BusinessQuality
          The business quality holder.
 class Expensiveness
          The expensiveness rate holder.
 

Uses of Identifiable in org.zeroexchange.visit
 

Classes in org.zeroexchange.visit with type parameters of type Identifiable
 class PersistentVisitService<T extends SharedViewable & Identifiable<?>>
           
 

Uses of Identifiable in org.zeroexchange.web.components.entity.column
 

Classes in org.zeroexchange.web.components.entity.column with type parameters of type Identifiable
 class EntitySelectionColumn<T extends Identifiable<K>,K extends Serializable>
           
 



Copyright © 2013. All Rights Reserved.