Uses of Class
org.alfresco.repo.domain.propval.PropertyUniqueContextEntity
-
Packages that use PropertyUniqueContextEntity Package Description org.alfresco.repo.domain.propval org.alfresco.repo.domain.propval.ibatis -
-
Uses of PropertyUniqueContextEntity in org.alfresco.repo.domain.propval
Methods in org.alfresco.repo.domain.propval that return PropertyUniqueContextEntity Modifier and Type Method Description protected abstract PropertyUniqueContextEntityAbstractPropertyValueDAOImpl. createPropertyUniqueContext(java.lang.Long valueId1, java.lang.Long valueId2, java.lang.Long valueId3, java.lang.Long propertyId)protected abstract PropertyUniqueContextEntityAbstractPropertyValueDAOImpl. getPropertyUniqueContextById(java.lang.Long id)protected abstract PropertyUniqueContextEntityAbstractPropertyValueDAOImpl. getPropertyUniqueContextByValues(java.lang.Long valueId1, java.lang.Long valueId2, java.lang.Long valueId3)protected abstract PropertyUniqueContextEntityAbstractPropertyValueDAOImpl. updatePropertyUniqueContext(PropertyUniqueContextEntity entity)Methods in org.alfresco.repo.domain.propval with parameters of type PropertyUniqueContextEntity Modifier and Type Method Description protected abstract PropertyUniqueContextEntityAbstractPropertyValueDAOImpl. updatePropertyUniqueContext(PropertyUniqueContextEntity entity)Method parameters in org.alfresco.repo.domain.propval with type arguments of type PropertyUniqueContextEntity Modifier and Type Method Description voidAbstractPropertyValueDAOImpl. setPropertyUniqueContextCache(org.alfresco.repo.cache.SimpleCache<AbstractPropertyValueDAOImpl.CachePucKey,PropertyUniqueContextEntity> propertyUniqueContextCache)Set the cache to use for unique property lookups -
Uses of PropertyUniqueContextEntity in org.alfresco.repo.domain.propval.ibatis
Methods in org.alfresco.repo.domain.propval.ibatis that return PropertyUniqueContextEntity Modifier and Type Method Description protected PropertyUniqueContextEntityPropertyValueDAOImpl. createPropertyUniqueContext(java.lang.Long valueId1, java.lang.Long valueId2, java.lang.Long valueId3, java.lang.Long propertyId)protected PropertyUniqueContextEntityPropertyValueDAOImpl. getPropertyUniqueContextById(java.lang.Long id)protected PropertyUniqueContextEntityPropertyValueDAOImpl. getPropertyUniqueContextByValues(java.lang.Long valueId1, java.lang.Long valueId2, java.lang.Long valueId3)protected PropertyUniqueContextEntityPropertyValueDAOImpl. updatePropertyUniqueContext(PropertyUniqueContextEntity entity)Methods in org.alfresco.repo.domain.propval.ibatis with parameters of type PropertyUniqueContextEntity Modifier and Type Method Description protected PropertyUniqueContextEntityPropertyValueDAOImpl. updatePropertyUniqueContext(PropertyUniqueContextEntity entity)
-