Uses of Class
org.alfresco.repo.domain.propval.PropertyUniqueContextEntity
Packages that use PropertyUniqueContextEntity
-
Uses of PropertyUniqueContextEntity in org.alfresco.repo.domain.propval
Methods in org.alfresco.repo.domain.propval that return PropertyUniqueContextEntityModifier and TypeMethodDescriptionprotected abstract PropertyUniqueContextEntityAbstractPropertyValueDAOImpl.createPropertyUniqueContext(Long valueId1, Long valueId2, Long valueId3, Long propertyId) protected abstract PropertyUniqueContextEntityAbstractPropertyValueDAOImpl.getPropertyUniqueContextById(Long id) protected abstract PropertyUniqueContextEntityAbstractPropertyValueDAOImpl.getPropertyUniqueContextByValues(Long valueId1, Long valueId2, Long valueId3) protected abstract PropertyUniqueContextEntityAbstractPropertyValueDAOImpl.updatePropertyUniqueContext(PropertyUniqueContextEntity entity) Methods in org.alfresco.repo.domain.propval with parameters of type PropertyUniqueContextEntityModifier and TypeMethodDescriptionprotected abstract PropertyUniqueContextEntityAbstractPropertyValueDAOImpl.updatePropertyUniqueContext(PropertyUniqueContextEntity entity) Method parameters in org.alfresco.repo.domain.propval with type arguments of type PropertyUniqueContextEntityModifier and TypeMethodDescriptionvoidAbstractPropertyValueDAOImpl.setPropertyUniqueContextCache(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 PropertyUniqueContextEntityModifier and TypeMethodDescriptionprotected PropertyUniqueContextEntityPropertyValueDAOImpl.createPropertyUniqueContext(Long valueId1, Long valueId2, Long valueId3, Long propertyId) protected PropertyUniqueContextEntityPropertyValueDAOImpl.getPropertyUniqueContextById(Long id) protected PropertyUniqueContextEntityPropertyValueDAOImpl.getPropertyUniqueContextByValues(Long valueId1, Long valueId2, Long valueId3) protected PropertyUniqueContextEntityPropertyValueDAOImpl.updatePropertyUniqueContext(PropertyUniqueContextEntity entity) Methods in org.alfresco.repo.domain.propval.ibatis with parameters of type PropertyUniqueContextEntityModifier and TypeMethodDescriptionprotected PropertyUniqueContextEntityPropertyValueDAOImpl.updatePropertyUniqueContext(PropertyUniqueContextEntity entity)