Uses of Class
org.alfresco.repo.domain.propval.PropertyValueEntity
-
Packages that use PropertyValueEntity Package Description org.alfresco.repo.domain.propval org.alfresco.repo.domain.propval.ibatis -
-
Uses of PropertyValueEntity in org.alfresco.repo.domain.propval
Methods in org.alfresco.repo.domain.propval that return PropertyValueEntity Modifier and Type Method Description protected abstract PropertyValueEntityAbstractPropertyValueDAOImpl. createPropertyValue(java.io.Serializable value)protected abstract PropertyValueEntityAbstractPropertyValueDAOImpl. findPropertyValueById(java.lang.Long id)protected abstract PropertyValueEntityAbstractPropertyValueDAOImpl. findPropertyValueByValue(java.io.Serializable value)PropertyValueEntityPropertyIdSearchRow. getValueEntity() -
Uses of PropertyValueEntity in org.alfresco.repo.domain.propval.ibatis
Methods in org.alfresco.repo.domain.propval.ibatis that return PropertyValueEntity Modifier and Type Method Description protected PropertyValueEntityPropertyValueDAOImpl. createPropertyValue(java.io.Serializable value)protected PropertyValueEntityPropertyValueDAOImpl. findPropertyValueById(java.lang.Long id)protected PropertyValueEntityPropertyValueDAOImpl. findPropertyValueByValue(java.io.Serializable value)
-