Interface CMLocTaxonomy
- All Superinterfaces:
com.coremedia.objectserver.dataviews.AssumesIdentity
,BelowRootNavigation
,CMHasContexts
,CMLinkable
,CMLocalized
,CMObject
,CMTaxonomy
,CMTeasable
,com.coremedia.objectserver.beans.ContentBean
,HasViewTypeName
,Linkable
,com.coremedia.blueprint.common.datevalidation.ValidityPeriod
CMLocTaxonomy beans allow for a categorization of contents by geographical attributes.
Represents document type CMLocTaxonomy
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the document property 'latitudeLongitude'.static final String
Name of the ContentType
'CMLocTaxonomy'.static final String
Name of the document property 'duration'.Fields inherited from interface com.coremedia.blueprint.common.contentbeans.CMHasContexts
CONTEXTS
Fields inherited from interface com.coremedia.blueprint.common.contentbeans.CMLinkable
EXTERNALLY_DISPLAYED_DATE, HTML_DESCRIPTION, HTML_TITLE, KEYWORDS, LINKED_SETTINGS, LOCAL_SETTINGS, LOCATION_TAXONOMY, RESOURCE_BUNDLES2, SEGMENT, SUBJECT_TAXONOMY, TITLE, VALID_FROM, VALID_TO, VIEWTYPE
Fields inherited from interface com.coremedia.blueprint.common.contentbeans.CMLocalized
LOCALE, MASTER, MASTER_VERSION
Fields inherited from interface com.coremedia.blueprint.common.contentbeans.CMTaxonomy
CHILDREN, EXTERNAL_REFERENCE, VALUE
Fields inherited from interface com.coremedia.blueprint.common.contentbeans.CMTeasable
AUTHORS, DETAIL_TEXT, NOT_SEARCHABLE, PICTURES, RELATED, TEASER_OVERLAY_SETTINGS_STRUCT_NAME, TEASER_OVERLAY_SETTINGS_STYLE_SUB_STRUCT_NAME, TEASER_SETTINGS_STRUCT_NAME, TEASER_TEXT, TEASER_TITLE
Fields inherited from interface com.coremedia.objectserver.beans.ContentBean
METADATA_PROPERTIES_PREFIX
-
Method Summary
Modifier and TypeMethodDescriptionReturns the latitude value of the document propertyLATITUDE_LONGITUDE
.Returns the value of the document propertyLATITUDE_LONGITUDE
.Returns the longitude value of the document propertyLATITUDE_LONGITUDE
.Returns the parent taxonomy ornull
if this taxonomy has no parent taxonomy.Returns the value of the document propertyPOSTCODE
.Methods inherited from interface com.coremedia.objectserver.dataviews.AssumesIdentity
assumeIdentity
Methods inherited from interface com.coremedia.blueprint.common.contentbeans.BelowRootNavigation
getRootNavigations
Methods inherited from interface com.coremedia.blueprint.common.contentbeans.CMLinkable
getContexts, getExternallyDisplayedDate, getHtmlDescription, getHtmlTitle, getKeywords, getLinkedSettings, getLocalSettings, getLocationTaxonomy, getResourceBundles2, getSubjectTaxonomy, getTitle, getValidFrom, getValidTo, getViewtype, isOpenInNewTab
Methods inherited from interface com.coremedia.blueprint.common.contentbeans.CMLocalized
getCountry, getLang, getLocale, getMasterVersion
Methods inherited from interface com.coremedia.blueprint.common.contentbeans.CMObject
getAspectsProvider, getContentId, getUuid
Methods inherited from interface com.coremedia.blueprint.common.contentbeans.CMTaxonomy
getChildren, getExternalReference, getTaxonomyPathList, getValue
Methods inherited from interface com.coremedia.blueprint.common.contentbeans.CMTeasable
fetchMediaWithRecursionDetection, getAspectByName, getAspects, getAuthors, getCallToActionSettings, getDetailText, getFirstMedia, getLocalizations, getMaster, getMedia, getPicture, getPictures, getRelated, getRelatedAll, getRelatedAllByType, getRelatedByReferrers, getRelatedBySimilarTaxonomies, getRelatedImplicitly, getRelatedImplicitlyByType, getTarget, getTeaserOverlaySettings, getTeaserOverlayStyle, getTeaserSettings, getTeaserText, getTeaserTitle, getTextAsParagraphs, getVariantsByLocale, isNotSearchable
Methods inherited from interface com.coremedia.objectserver.beans.ContentBean
getContent, getContentBeanFactory
Methods inherited from interface com.coremedia.blueprint.common.navigation.HasViewTypeName
getViewTypeName
Methods inherited from interface com.coremedia.blueprint.common.navigation.Linkable
getLocale, getSegment
-
Field Details
-
NAME
Name of the ContentType
'CMLocTaxonomy'.- See Also:
-
POSTCODE
Name of the document property 'duration'.- See Also:
-
LATITUDE_LONGITUDE
Name of the document property 'latitudeLongitude'.- See Also:
-
-
Method Details
-
getParent
CMLocTaxonomy getParent()Description copied from interface:CMTaxonomy
Returns the parent taxonomy ornull
if this taxonomy has no parent taxonomy.- Specified by:
getParent
in interfaceCMTaxonomy
- Returns:
- parent taxonomy or
null
for the root taxonomy node.
-
getPostcode
String getPostcode()Returns the value of the document propertyPOSTCODE
.- Returns:
- the value of the document property
POSTCODE
-
getLatitudeLongitude
String getLatitudeLongitude()Returns the value of the document propertyLATITUDE_LONGITUDE
.- Returns:
- the value of the document property
LATITUDE_LONGITUDE
-
getLatitude
String getLatitude()Returns the latitude value of the document propertyLATITUDE_LONGITUDE
.- Returns:
- the latitude value of the document property
LATITUDE_LONGITUDE
-
getLongitude
String getLongitude()Returns the longitude value of the document propertyLATITUDE_LONGITUDE
.- Returns:
- the longitude value of the document property
LATITUDE_LONGITUDE
-