Uses of Interface
org.zeroexchange.common.processors.DataProcessor

Packages that use DataProcessor
org.zeroexchange.collaboration.contract.read.filter   
org.zeroexchange.collaboration.invitation.event   
org.zeroexchange.dao.importing.importer   
org.zeroexchange.dao.resource.filter   
org.zeroexchange.dao.user.reader   
org.zeroexchange.dataset.criteria.processor.filter   
org.zeroexchange.dataset.criteria.processor.filter.fulltext   
org.zeroexchange.event   
org.zeroexchange.flow.collaboration   
org.zeroexchange.i18n.read.processor   
org.zeroexchange.messaging   
org.zeroexchange.messaging.listener   
org.zeroexchange.money.currency.che   
org.zeroexchange.representation   
org.zeroexchange.representation.value   
org.zeroexchange.resource.reconciliation.event   
org.zeroexchange.resource.stock   
org.zeroexchange.resource.value.operator   
org.zeroexchange.security.token   
org.zeroexchange.user   
org.zeroexchange.web.navigation.target.key   
org.zeroexchange.web.navigation.target.link   
 

Uses of DataProcessor in org.zeroexchange.collaboration.contract.read.filter
 

Classes in org.zeroexchange.collaboration.contract.read.filter that implement DataProcessor
 class ContractFilterProcessor
           
 

Uses of DataProcessor in org.zeroexchange.collaboration.invitation.event
 

Classes in org.zeroexchange.collaboration.invitation.event that implement DataProcessor
 class UserInvitationRegistrationListener
          Listens invited users and stores invitation history in the 'Contract.invitations' collection
 class UsersInvitationMessageListener
          Users invitation listener.
 

Uses of DataProcessor in org.zeroexchange.dao.importing.importer
 

Classes in org.zeroexchange.dao.importing.importer that implement DataProcessor
 class ResourcesCatalogueImporter
           
 

Uses of DataProcessor in org.zeroexchange.dao.resource.filter
 

Classes in org.zeroexchange.dao.resource.filter that implement DataProcessor
 class ResourceFilterProcessor
           
 

Uses of DataProcessor in org.zeroexchange.dao.user.reader
 

Subinterfaces of DataProcessor in org.zeroexchange.dao.user.reader
 interface CredentialReader<T extends Credential>
           
 

Classes in org.zeroexchange.dao.user.reader that implement DataProcessor
 class LocalCredentialReader
           
 class OpenIdCredentialReader
           
 

Uses of DataProcessor in org.zeroexchange.dataset.criteria.processor.filter
 

Classes in org.zeroexchange.dataset.criteria.processor.filter that implement DataProcessor
 class FulltextFilterProcessor
           
 

Uses of DataProcessor in org.zeroexchange.dataset.criteria.processor.filter.fulltext
 

Classes in org.zeroexchange.dataset.criteria.processor.filter.fulltext that implement DataProcessor
 class ContractSearchableFieldsProvider
           
 class ResourceSearcheableFieldsProvider
           
 

Uses of DataProcessor in org.zeroexchange.event
 

Subinterfaces of DataProcessor in org.zeroexchange.event
 interface EventProcessor<T extends Event>
          the interface for the applicatoin's event processor.
 

Uses of DataProcessor in org.zeroexchange.flow.collaboration
 

Classes in org.zeroexchange.flow.collaboration that implement DataProcessor
 class DefaultContractFlow
          The default implementation of the contract flow.
 

Uses of DataProcessor in org.zeroexchange.i18n.read.processor
 

Classes in org.zeroexchange.i18n.read.processor that implement DataProcessor
 class TitlesAwareProvider
           
 

Uses of DataProcessor in org.zeroexchange.messaging
 

Classes in org.zeroexchange.messaging that implement DataProcessor
 class AbstractMessageListener<T extends Event>
           
 

Uses of DataProcessor in org.zeroexchange.messaging.listener
 

Classes in org.zeroexchange.messaging.listener that implement DataProcessor
 class ContractCreatedOwnerListener
           
 class ContractStatusChangedMessageListener
           
 class PrivateMessageSentListener
           
 class UserRegisteredListener
          Sends email notification when user is registered.
 

Uses of DataProcessor in org.zeroexchange.money.currency.che
 

Classes in org.zeroexchange.money.currency.che that implement DataProcessor
 class CHECreditManager
           
 

Uses of DataProcessor in org.zeroexchange.representation
 

Classes in org.zeroexchange.representation that implement DataProcessor
 class ContractRepresentation
           
 class DateTimeRepresentation
           
 class DefaultEntityRepresentation
          The default entity representation service.
 class ResourceRepresentation
          The service provides string representation for the Need.
 class UserRepresentation
           
 

Uses of DataProcessor in org.zeroexchange.representation.value
 

Classes in org.zeroexchange.representation.value that implement DataProcessor
 class CollectionRepresentation
           
 class DefaultValueRepresentation
          The default representation of the Value entity hierarchy.
 class LocalizableValueRepresentation
          The representation for the localizable value.
 class ValueRepresentation
           
 

Uses of DataProcessor in org.zeroexchange.resource.reconciliation.event
 

Classes in org.zeroexchange.resource.reconciliation.event that implement DataProcessor
 class ContractStatusReconciliationListener
           
 

Uses of DataProcessor in org.zeroexchange.resource.stock
 

Classes in org.zeroexchange.resource.stock that implement DataProcessor
 class GoodStockManager
           
 class LocalCurrencyStockManager
           
 class ResourceProvidedEventProcessor
           
 class ServiceStockManager
           
 

Uses of DataProcessor in org.zeroexchange.resource.value.operator
 

Classes in org.zeroexchange.resource.value.operator that implement DataProcessor
 class DoubleValueService
          The implementation of the criterion service for double criteria.
 class IntegerValueService
          The implementation of the criterion service for double criteria.
 class StringValueService
          The implementation of the criterion service for string criteria.
 

Uses of DataProcessor in org.zeroexchange.security.token
 

Classes in org.zeroexchange.security.token that implement DataProcessor
 class LocalTokenInformer
           
 class OpenIdTokenInformer
           
 

Uses of DataProcessor in org.zeroexchange.user
 

Classes in org.zeroexchange.user that implement DataProcessor
 class TenderChangedListener
          Listens ResourceSupplyConfirmarion event and updates Contract's 'effectiveUsers' collection.
 

Uses of DataProcessor in org.zeroexchange.web.navigation.target.key
 

Classes in org.zeroexchange.web.navigation.target.key that implement DataProcessor
 class PageTargetKeyProvider
          The simple implementation of the page key provider.
 

Uses of DataProcessor in org.zeroexchange.web.navigation.target.link
 

Classes in org.zeroexchange.web.navigation.target.link that implement DataProcessor
 class PageTargetLinkProvider
          The provider supplies Link components for the PageTarget structures.
 



Copyright © 2013. All Rights Reserved.