public abstract class AbstractContentPropertyController extends Object
| Constructor and Description |
|---|
AbstractContentPropertyController() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable |
findAll(org.springframework.data.repository.support.Repositories repositories,
String repository) |
protected Object |
findContentPropertyObjectInSet(String id,
Collection<?> contents) |
static Object |
findOne(org.springframework.data.repository.support.Repositories repositories,
Class<?> domainObjClass,
String id) |
static Object |
findOne(org.springframework.data.repository.support.Repositories repositories,
String repository,
String id) |
static org.springframework.data.repository.core.RepositoryInformation |
findRepositoryInformation(org.springframework.data.repository.support.Repositories repositories,
Class<?> domainObjectClass) |
static org.springframework.data.repository.core.RepositoryInformation |
findRepositoryInformation(org.springframework.data.repository.support.Repositories repositories,
String repository) |
protected Object |
getContentProperty(Object domainObj,
org.springframework.data.mapping.PersistentProperty<?> property,
String contentId) |
protected org.springframework.data.mapping.PersistentProperty<?> |
getContentPropertyDefinition(org.springframework.data.mapping.PersistentEntity<?,?> persistentEntity,
String contentProperty) |
static Object |
save(org.springframework.data.repository.support.Repositories repositories,
Object domainObj) |
protected void |
setContentProperty(Object domainObj,
org.springframework.data.mapping.PersistentProperty<?> property,
String contentId,
Object newValue) |
protected void setContentProperty(Object domainObj, org.springframework.data.mapping.PersistentProperty<?> property, String contentId, Object newValue)
protected Object getContentProperty(Object domainObj, org.springframework.data.mapping.PersistentProperty<?> property, String contentId)
protected org.springframework.data.mapping.PersistentProperty<?> getContentPropertyDefinition(org.springframework.data.mapping.PersistentEntity<?,?> persistentEntity,
String contentProperty)
protected Object findContentPropertyObjectInSet(String id, Collection<?> contents)
public static Object findOne(org.springframework.data.repository.support.Repositories repositories, String repository, String id) throws org.springframework.web.HttpRequestMethodNotSupportedException
org.springframework.web.HttpRequestMethodNotSupportedExceptionpublic static Object findOne(org.springframework.data.repository.support.Repositories repositories, Class<?> domainObjClass, String id) throws org.springframework.web.HttpRequestMethodNotSupportedException
org.springframework.web.HttpRequestMethodNotSupportedExceptionpublic static Iterable findAll(org.springframework.data.repository.support.Repositories repositories, String repository) throws org.springframework.web.HttpRequestMethodNotSupportedException
org.springframework.web.HttpRequestMethodNotSupportedExceptionpublic static Object save(org.springframework.data.repository.support.Repositories repositories, Object domainObj) throws org.springframework.web.HttpRequestMethodNotSupportedException
org.springframework.web.HttpRequestMethodNotSupportedExceptionpublic static org.springframework.data.repository.core.RepositoryInformation findRepositoryInformation(org.springframework.data.repository.support.Repositories repositories,
String repository)
public static org.springframework.data.repository.core.RepositoryInformation findRepositoryInformation(org.springframework.data.repository.support.Repositories repositories,
Class<?> domainObjectClass)
Copyright © 2018 Paul Warren. All rights reserved.