Uses of Interface
org.zeroexchange.model.SharedViewable

Packages that use SharedViewable
org.zeroexchange.dao.visit   
org.zeroexchange.model.collaboration   
org.zeroexchange.model.resource   
org.zeroexchange.model.resource.good   
org.zeroexchange.model.resource.money   
org.zeroexchange.model.resource.participant   
org.zeroexchange.model.resource.service   
org.zeroexchange.visit   
 

Uses of SharedViewable in org.zeroexchange.dao.visit
 

Methods in org.zeroexchange.dao.visit with type parameters of type SharedViewable
<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 SharedViewable in org.zeroexchange.model.collaboration
 

Classes in org.zeroexchange.model.collaboration that implement SharedViewable
 class Contract
          The contract entity.
 

Uses of SharedViewable in org.zeroexchange.model.resource
 

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

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

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

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

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

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

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

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

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

Uses of SharedViewable in org.zeroexchange.visit
 

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



Copyright © 2013. All Rights Reserved.