mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Added multi-select for property values
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16542 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -796,6 +796,11 @@ public abstract class AbstractPropertyValueDAOImpl implements PropertyValueDAO
|
||||
return entityPair.getSecond();
|
||||
}
|
||||
|
||||
public void getPropertiesByIds(List<Long> ids, PropertyFinderCallback callback)
|
||||
{
|
||||
findPropertiesByIds(ids, callback);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @see #createPropertyImpl(Serializable, int, int)
|
||||
@@ -1032,6 +1037,7 @@ public abstract class AbstractPropertyValueDAOImpl implements PropertyValueDAO
|
||||
}
|
||||
|
||||
protected abstract List<PropertyIdSearchRow> findPropertyById(Long id);
|
||||
protected abstract void findPropertiesByIds(List<Long> ids, PropertyFinderCallback callback);
|
||||
protected abstract Long createPropertyRoot();
|
||||
protected abstract PropertyRootEntity getPropertyRoot(Long id);
|
||||
protected abstract PropertyRootEntity updatePropertyRoot(PropertyRootEntity entity);
|
||||
|
Reference in New Issue
Block a user