public class FauxPropertyDaoFiltering extends BaseFiltering implements FauxPropertyDao
| Constructor and Description |
|---|
FauxPropertyDaoFiltering(FauxPropertyDao fauxPropertyDao,
VitroFilters filters) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteFauxProperty(FauxProperty fp)
Delete this FauxProperty from the display model.
|
List<FauxProperty> |
getFauxPropertiesForBaseUri(String uri)
Get all of the FauxProperties that are based on this URI.
|
FauxProperty |
getFauxPropertyByUris(String domainUri,
String baseUri,
String rangeUri)
If the display model contains a ConfigContext based on these URIs, get
the FauxProperty that it describes.
|
FauxProperty |
getFauxPropertyFromContextUri(String contextUri)
If the display model contains a ConfigContext with this URI, get the
FauxProperty that it describes.
|
void |
insertFauxProperty(FauxProperty fp)
Creates a new FauxProperty in the display model.
|
void |
updateFauxProperty(FauxProperty fp)
Updates the properties of this FauxProperty in the display model.
|
filter, filterpublic FauxPropertyDaoFiltering(FauxPropertyDao fauxPropertyDao, VitroFilters filters)
public List<FauxProperty> getFauxPropertiesForBaseUri(String uri)
FauxPropertyDaogetFauxPropertiesForBaseUri in interface FauxPropertyDaopublic FauxProperty getFauxPropertyFromContextUri(String contextUri)
FauxPropertyDaogetFauxPropertyFromContextUri in interface FauxPropertyDaopublic FauxProperty getFauxPropertyByUris(String domainUri, String baseUri, String rangeUri)
FauxPropertyDaogetFauxPropertyByUris in interface FauxPropertyDaodomainUri - May be null, but then this will only match a ConfigContext
that has no qualifiedByDomain property.baseUri - Object of configContextFor property. May not be null.rangeUri - Object of qualifiedBy property. May not be null.public void updateFauxProperty(FauxProperty fp)
FauxPropertyDaoupdateFauxProperty in interface FauxPropertyDaopublic void deleteFauxProperty(FauxProperty fp)
FauxPropertyDaodeleteFauxProperty in interface FauxPropertyDaopublic void insertFauxProperty(FauxProperty fp)
FauxPropertyDaoinsertFauxProperty in interface FauxPropertyDaoCopyright © 2021. All rights reserved.