Uses of Class
org.alfresco.repo.domain.propval.PropertyDoubleValueEntity
Packages that use PropertyDoubleValueEntity
-
Uses of PropertyDoubleValueEntity in org.alfresco.repo.domain.propval
Methods in org.alfresco.repo.domain.propval that return PropertyDoubleValueEntityModifier and TypeMethodDescriptionprotected abstract PropertyDoubleValueEntityAbstractPropertyValueDAOImpl.createDoubleValue(Double value) protected abstract PropertyDoubleValueEntityAbstractPropertyValueDAOImpl.findDoubleValueById(Long id) protected abstract PropertyDoubleValueEntityAbstractPropertyValueDAOImpl.findDoubleValueByValue(Double value) -
Uses of PropertyDoubleValueEntity in org.alfresco.repo.domain.propval.ibatis
Methods in org.alfresco.repo.domain.propval.ibatis that return PropertyDoubleValueEntityModifier and TypeMethodDescriptionprotected PropertyDoubleValueEntityPropertyValueDAOImpl.createDoubleValue(Double value) protected PropertyDoubleValueEntityPropertyValueDAOImpl.findDoubleValueById(Long id) protected PropertyDoubleValueEntityPropertyValueDAOImpl.findDoubleValueByValue(Double value)