Modifier and Type | Method and Description |
---|---|
Map<Locale,Map<Status,C>> |
ContentSource.getContents(String name)
Get Content for all the locales this content exists for.
|
Map<Status,C> |
ContentSource.getContents(String name,
Locale locale)
Get content for specified name and locale.
|
Modifier and Type | Method and Description |
---|---|
C |
ContentSource.getContent(String name,
Locale locale,
Status status)
Get content for Default name and specified locale and Status
|
int |
ContentSource.updateContentStatus(String name,
Locale locale,
Status oldStatus,
Status newStatus)
This will cause an update to the Content state.
|
Modifier and Type | Method and Description |
---|---|
Map<Locale,Map<Status,C>> |
AbstractContentHierarchyDaoImpl.getContents(String name) |
Map<Status,C> |
AbstractContentHierarchyDaoImpl.getContents(String name,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
C |
AbstractContentHierarchyDaoImpl.getContent(String name,
Locale locale,
Status status) |
int |
AbstractContentHierarchyDaoImpl.updateContentStatus(String name,
Locale locale,
Status oldStatus,
Status newStatus) |
Modifier and Type | Field and Description |
---|---|
protected Status |
AbstractContent.status |
Modifier and Type | Method and Description |
---|---|
Status |
Content.getStatus() |
Status |
AbstractContent.getStatus() |
Status |
PageIdentifier.getStatus() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Content.setStatus(Status status) |
void |
AbstractContent.setStatus(Status status) |
Modifier and Type | Field and Description |
---|---|
protected Collection<Status> |
GenericContentServiceImpl.contentStatusCriticalForMove
While
#move(ContentDescriber, ContentDescriber, Integer) the service will move the content across all Status types. |
Modifier and Type | Method and Description |
---|---|
static Status |
MountPathReLoader.getDefaultStaus(Status... s)
What is the default Status to pick.
|
Status |
ContentContext.getStatus() |
static Status |
MountPathReLoader.getStaus(String relativeUrl,
Map<String,String[]> paramMap)
Convenience method to check for status in the Page or Param Map.
|
Modifier and Type | Method and Description |
---|---|
Collection<Status> |
ContentServiceImpl.getContentStatusCriticalForMove()
Deprecated.
While
ContentServiceImpl.move(ContentDescriber, ContentDescriber, Integer) the service will move the content across all Status types. |
Collection<Status> |
GenericContentServiceImpl.getContentStatusCriticalForMove()
While
#move(ContentDescriber, ContentDescriber, Integer) the service will move the content across all Status types. |
Modifier and Type | Method and Description |
---|---|
static Status |
MountPathReLoader.getDefaultStaus(Status... s)
What is the default Status to pick.
|
List<CF> |
GenericContentService.getFacets(Object contentNameorId,
String facetName,
Status status)
Convenient method for Scripts to call to get dynamic content
for a
AbstractContentFacet reference.. |
List<ContentFacet> |
ContentServiceImpl.getFacets(Object contentNameorId,
String facetName,
Status status)
Deprecated.
|
List<CF> |
GenericHierarchyContentServiceImpl.getFacets(Object contentNameorId,
String facetName,
Status status) |
void |
ContentContext.setStatus(Status status) |
int |
GenericContentService.updateContentStatus(String name,
Locale locale,
Status oldStatus,
Status newStatus)
HierarchyContentSource Override for event generationThis will cause an update to the Content state. |
int |
ContentServiceImpl.updateContentStatus(String name,
Locale locale,
Status oldStatus,
Status newStatus)
Deprecated.
HierarchyContentSource Override for event generationThis will cause an update to the Content state. |
int |
GenericContentServiceImpl.updateContentStatus(String name,
Locale locale,
Status oldStatus,
Status newStatus)
HierarchyContentSource Override for event generationThis will cause an update to the Content state. |
Modifier and Type | Method and Description |
---|---|
protected List<C> |
GenericHierarchyContentServiceImpl.clone(C content,
List<Status> statuses,
List<Locale> locales)
Ability to clone (create clones & persist) content across
AbstractContent.getStatus() and/or AbstractContent.getLocale() .The content should have a valid parentId and hierarchy code already set. This method will not save the passed input content but will create a new clone for the alter egos of the supplied content. All the cloned content will search for their respective parents (creating a parallel cloned hierarchy) |
protected List<C> |
GenericContentServiceImpl.clone(C content,
List<Status> statuses,
List<Locale> locales)
Ability to clone (create clones & persist) content across
AbstractContent.getStatus() and/or AbstractContent.getLocale() .The content should have a valid parentId and hierarchy code already set. This method will not save the passed input content but will create a new clone for the alter egos of the supplied content. All the cloned content will search for their respective parents (creating a parallel cloned hierarchy) |
void |
ContentServiceImpl.setContentStatusCriticalForMove(Collection<Status> contentStatusCriticalForMove)
Deprecated.
While
ContentServiceImpl.move(ContentDescriber, ContentDescriber, Integer) the service will move the content across all Status types. |
void |
GenericContentServiceImpl.setContentStatusCriticalForMove(Collection<Status> contentStatusCriticalForMove)
While
#move(ContentDescriber, ContentDescriber, Integer) the service will move the content across all Status types. |
Modifier and Type | Method and Description |
---|---|
protected C |
TemplatePage.getContentDescriber(Status status)
This method does not guarantee the Entity from the DataStore neither does it guarantee a valid mapping; it simply guarantees an Identity Object
that can Identify the
ContentDescriber by name and Status . |
protected C |
PublishTemplatePage.getContentDescriber(Status status)
This method does not guarantee the Entity from the DataStore neither does it guarantee a valid mapping; it simply guarantees an Identity Object
that can Identify the
ContentDescriber by name and Status . |
Modifier and Type | Method and Description |
---|---|
Status |
ContentFacetRevert.getStatusFrom()
Status from which the facet value will be copied
|
Modifier and Type | Method and Description |
---|---|
void |
ContentFacetRevert.setStatusFrom(Status statusFrom)
Status from which the facet value will be copied
|
Modifier and Type | Method and Description |
---|---|
Map<Template,List<PageIdentifier>> |
PostTemplateServiceImpl.getPages(Collection<Template> templates,
Status status) |
Map<Template,List<PageIdentifier>> |
TemplateService.getPages(Collection<Template> templates,
Status status)
Get pages, categorized by the requested
Template s |
Map<Template,List<PageIdentifier>> |
TemplateServiceImpl.getPages(Collection<Template> templates,
Status status) |
Copyright © 2018. All rights reserved.