Constructor and Description |
---|
ContentManagerForm(String id,
org.apache.wicket.model.IModel<ContentDescriber> model) |
ContentPageForm(String id,
org.apache.wicket.model.IModel<ContentDescriber> model) |
TemplateManagerForm(String id,
org.apache.wicket.model.IModel<ContentDescriber> model) |
Modifier and Type | Method and Description |
---|---|
List<ContentDescriber> |
siteManagerAdmin.SiteManagerContentTreePanel.getContentHierarchy() |
protected List<ContentDescriber> |
siteManagerAdmin.SiteManagerContentTreePanel.getDataList(ContentDescriber rootNode) |
Modifier and Type | Method and Description |
---|---|
protected List<ContentDescriber> |
siteManagerAdmin.SiteManagerContentTreePanel.getDataList(ContentDescriber rootNode) |
Modifier and Type | Method and Description |
---|---|
void |
siteManagerAdmin.SiteManagerContentTreePanel.setContentHierarchy(List<ContentDescriber> contentHierarchy) |
Constructor and Description |
---|
SiteManagerContentTreePanel(String id,
org.apache.wicket.model.IModel<ContentDescriber> model,
boolean showChildNodes,
List<ContentDescriber> contentHierarchy) |
SiteManagerContentTreePanel(String id,
org.apache.wicket.model.IModel<ContentDescriber> model,
boolean showChildNodes,
List<ContentDescriber> contentHierarchy) |
Modifier and Type | Method and Description |
---|---|
protected List<ContentDescriber> |
ContentTreePanel.getDataList(ContentDescriber rootNode) |
Modifier and Type | Method and Description |
---|---|
void |
ContentManagerPanel.displayMoveToParentDetails(ContentDescriber parentSelected) |
protected List<ContentDescriber> |
ContentTreePanel.getDataList(ContentDescriber rootNode) |
Constructor and Description |
---|
ContentManagerPanel(String id,
org.apache.wicket.model.IModel<ContentDescriber> model,
List contentHierarchy) |
ContentTreePanel(String id,
org.apache.wicket.model.IModel<ContentDescriber> model,
boolean showChildNodes) |
TemplateDetailsPanel(String id,
org.apache.wicket.model.IModel<ContentDescriber> model) |
Modifier and Type | Class and Description |
---|---|
class |
ContentDaoImpl<C extends ContentDescriber>
Default JPA implementation for
ContentDao with support by the default Transaction Manager
TODO: All locale based code is based on AbstractContent.getLocale() .Language. |
Modifier and Type | Field and Description |
---|---|
protected ContentDescriber |
ContentFacet.content
This
ContentFacet belongs to which ContentDescriber |
protected ContentDescriber |
ContentAttribute.content |
Modifier and Type | Method and Description |
---|---|
ContentDescriber |
ContentDescriber.clone() |
ContentDescriber |
ContentFacet.getContent() |
ContentDescriber |
ContentAlias.getContent() |
ContentDescriber |
AbstractContentAlias.getParent() |
ContentDescriber |
ContentDescriber.setAttribute(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
ContentAlias.setContent(ContentDescriber content) |
void |
ContentAttribute.setContentDescriber(ContentDescriber content) |
void |
AbstractContentAlias.setParent(ContentDescriber parent) |
Constructor and Description |
---|
ContentAlias(ContentDescriber content,
ContentDescriber parent) |
ContentAttribute(String name,
String value,
ContentDescriber content) |
ContentFacet(ContentDescriber content) |
ContentFacet(ContentDescriber content,
String name) |
ContentFacet(ContentDescriber content,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
ContentDescriber |
ContentServiceImpl.createNewContent(ContentDescriber content,
Integer sequence)
Deprecated.
Saves content (new) & creates its clones (see
ContentService#clone() ). |
ContentDescriber |
ContentServiceImpl.publish(ContentDescriber content)
Deprecated.
Performs operations needed to publish the content and its related attributes, facets etc.
|
ContentDescriber |
ContentServiceImpl.save(ContentDescriber content)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ContentDescriber> |
ContentServiceImpl.clone(ContentDescriber content)
Deprecated.
clone a content across
Status & Locales (alter-egos) of this same content.The passed content is not persisted. |
List<ContentDescriber> |
ContentServiceImpl.loadHierarchyFlat(ContentDescriber rootNode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ContentDescriber> |
ContentServiceImpl.clone(ContentDescriber content)
Deprecated.
clone a content across
Status & Locales (alter-egos) of this same content.The passed content is not persisted. |
ContentDescriber |
ContentServiceImpl.createNewContent(ContentDescriber content,
Integer sequence)
Deprecated.
Saves content (new) & creates its clones (see
ContentService#clone() ). |
void |
ContentServiceImpl.deleteSubHierarchy(ContentDescriber rootNode)
Deprecated.
Re-defining parent signature to satisfy CGLIB proxies
Avoid : {@literal ... |
String |
ContentServiceImpl.getLastChildHierarchyCode(ContentDescriber parent)
Deprecated.
Re-defining parent signature to satisfy CGLIB proxies
Avoid : Caused by: java.lang.VerifyError: (class: com/neurosys/content/service/ContentServiceImpl$$EnhancerByCGLIB$$1f9fbe23_24, method: CGLIB$getLastChildHierarchyCode$5 signature: (Lcom/neurosys/domain/IHierarchialReference;)Ljava/lang/String;) Incompatible argument to function at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at net.sf.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:386) at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:219) |
String |
ContentServiceImpl.getURL(ContentDescriber content)
Deprecated.
|
List |
ContentServiceImpl.loadHierarchy(ContentDescriber rootNode,
boolean loadLeaves)
Deprecated.
|
List<ContentDescriber> |
ContentServiceImpl.loadHierarchyFlat(ContentDescriber rootNode)
Deprecated.
|
String |
ContentServiceImpl.mount(ContentDescriber content,
Template template)
Deprecated.
Mount a page so its accessible on the webite.
|
void |
ContentServiceImpl.move(ContentDescriber content,
ContentDescriber newParent,
Integer sequence)
Deprecated.
Ensures the move as defined in
super#move(ContentDescriber, ContentDescriber)
is across Preview & Publish.This operations will also update the passed node with the latest IHierarchialReference.getParentId() and IHierarchialReference.getHierarchy() . |
ContentDescriber |
ContentServiceImpl.publish(ContentDescriber content)
Deprecated.
Performs operations needed to publish the content and its related attributes, facets etc.
|
ContentDescriber |
ContentServiceImpl.save(ContentDescriber content)
Deprecated.
|
void |
ContentServiceImpl.unPublish(ContentDescriber content)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentServiceImpl.publish(Collection<ContentDescriber> contents)
Deprecated.
Performs operations needed to publish content(s) and related attributes, facets etc.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheFlushPublishAdapter.publishActions(Template template,
ContentDescriber content) |
Modifier and Type | Method and Description |
---|---|
ContentDescriber |
ContentDescriberModel.getContent() |
protected ContentDescriber |
ContentDescriberModel.load() |
ContentDescriber |
ContentDescriberModel.persist() |
Modifier and Type | Method and Description |
---|---|
Query<ContentDescriber> |
ContentSortableDataProvider.constructQuery(Integer first,
Integer count) |
Iterator<? extends ContentDescriber> |
ContentSortableDataProvider.iterator(int first,
int count) |
org.apache.wicket.model.IModel<ContentDescriber> |
ContentSortableDataProvider.model(ContentDescriber object) |
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.model.IModel<ContentDescriber> |
ContentSortableDataProvider.model(ContentDescriber object) |
void |
ContentDescriberModel.setContentDescriber(ContentDescriber content) |
Constructor and Description |
---|
ContentDescriberModel(ContentDescriber content) |
Modifier and Type | Class and Description |
---|---|
class |
CategoryTemplatePage<C extends ContentDescriber,T extends Template<TemplatePage>>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends FacetMeta> |
MockTemplatePage.getComponentForFacet(ContentDescriber contentDesc,
T facetMeta) |
protected void |
CategoryTemplatePage.iterateAndAddContentFacetsToPage(org.apache.wicket.MarkupContainer container,
ContentDescriber contentDesc,
Collection<? extends FacetMeta> facets)
Deprecated.
Iterates over the collection of ? extends
FacetMeta s and adds them using {@link #getComponentForFacet(ContentFacet)} to the {@link TemplatePage}. |
Copyright © 2018. All rights reserved.