Uses of Class
org.zeroexchange.model.resource.property.PropertySpecification

Packages that use PropertySpecification
org.zeroexchange.dao.resource   
org.zeroexchange.model.resource   
org.zeroexchange.resource.read   
 

Uses of PropertySpecification in org.zeroexchange.dao.resource
 

Methods in org.zeroexchange.dao.resource that return PropertySpecification
 PropertySpecification PropertySpecificationDAO.getPropertySpecification(Integer resourceId, String propertyName)
          Returns the specification of the specified property for the specified resource.
 PropertySpecification PropertySpecificationDAOImpl.getPropertySpecification(Integer resourceId, String propertyName)
          Returns the specification of the specified property for the specified resource.
 

Methods in org.zeroexchange.dao.resource that return types with arguments of type PropertySpecification
protected  Class<PropertySpecification> PropertySpecificationDAOImpl.getEntityClass()
          
 

Uses of PropertySpecification in org.zeroexchange.model.resource
 

Methods in org.zeroexchange.model.resource that return types with arguments of type PropertySpecification
 Set<PropertySpecification> Resource.getSpecification()
           
 

Method parameters in org.zeroexchange.model.resource with type arguments of type PropertySpecification
 void Resource.setSpecification(Set<PropertySpecification> specification)
           
 

Uses of PropertySpecification in org.zeroexchange.resource.read
 

Methods in org.zeroexchange.resource.read that return PropertySpecification
 PropertySpecification ResourceReader.getPropertySpecification(Resource resource, String propertyName)
          Returns property specification.
 PropertySpecification DAOResourceReader.getPropertySpecification(Resource resource, String propertyName)
          Returns property specification.
 



Copyright © 2013. All Rights Reserved.