Package | Description |
---|---|
org.alfresco.repo.domain.propval | |
org.alfresco.repo.domain.propval.ibatis |
Modifier and Type | Method and Description |
---|---|
protected abstract PropertyUniqueContextEntity |
AbstractPropertyValueDAOImpl.createPropertyUniqueContext(Long valueId1,
Long valueId2,
Long valueId3,
Long propertyId) |
protected abstract PropertyUniqueContextEntity |
AbstractPropertyValueDAOImpl.getPropertyUniqueContextById(Long id) |
protected abstract PropertyUniqueContextEntity |
AbstractPropertyValueDAOImpl.getPropertyUniqueContextByValues(Long valueId1,
Long valueId2,
Long valueId3) |
protected abstract PropertyUniqueContextEntity |
AbstractPropertyValueDAOImpl.updatePropertyUniqueContext(PropertyUniqueContextEntity entity) |
Modifier and Type | Method and Description |
---|---|
protected abstract PropertyUniqueContextEntity |
AbstractPropertyValueDAOImpl.updatePropertyUniqueContext(PropertyUniqueContextEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPropertyValueDAOImpl.setPropertyUniqueContextCache(org.alfresco.repo.cache.SimpleCache<AbstractPropertyValueDAOImpl.CachePucKey,PropertyUniqueContextEntity> propertyUniqueContextCache)
Set the cache to use for unique property lookups
|
Modifier and Type | Method and Description |
---|---|
protected PropertyUniqueContextEntity |
PropertyValueDAOImpl.createPropertyUniqueContext(Long valueId1,
Long valueId2,
Long valueId3,
Long propertyId) |
protected PropertyUniqueContextEntity |
PropertyValueDAOImpl.getPropertyUniqueContextById(Long id) |
protected PropertyUniqueContextEntity |
PropertyValueDAOImpl.getPropertyUniqueContextByValues(Long valueId1,
Long valueId2,
Long valueId3) |
protected PropertyUniqueContextEntity |
PropertyValueDAOImpl.updatePropertyUniqueContext(PropertyUniqueContextEntity entity) |
Modifier and Type | Method and Description |
---|---|
protected PropertyUniqueContextEntity |
PropertyValueDAOImpl.updatePropertyUniqueContext(PropertyUniqueContextEntity entity) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.