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 StringName of the document property 'latitudeLongitude'.static final StringName of the ContentType'CMLocTaxonomy'.static final StringName of the document property 'duration'.Fields inherited from interface com.coremedia.blueprint.common.contentbeans.CMHasContexts
CONTEXTSFields 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, VIEWTYPEFields inherited from interface com.coremedia.blueprint.common.contentbeans.CMLocalized
LOCALE, MASTER, MASTER_VERSIONFields inherited from interface com.coremedia.blueprint.common.contentbeans.CMTaxonomy
CHILDREN, EXTERNAL_REFERENCE, VALUEFields 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_TITLEFields 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 ornullif this taxonomy has no parent taxonomy.Returns the value of the document propertyPOSTCODE.Methods inherited from interface com.coremedia.objectserver.dataviews.AssumesIdentity
assumeIdentityMethods inherited from interface com.coremedia.blueprint.common.contentbeans.BelowRootNavigation
getRootNavigationsMethods inherited from interface com.coremedia.blueprint.common.contentbeans.CMLinkable
getContexts, getExternallyDisplayedDate, getHtmlDescription, getHtmlTitle, getKeywords, getLinkedSettings, getLocalSettings, getLocationTaxonomy, getResourceBundles2, getSubjectTaxonomy, getTitle, getValidFrom, getValidTo, getViewtype, isOpenInNewTabMethods inherited from interface com.coremedia.blueprint.common.contentbeans.CMLocalized
getCountry, getLang, getLocale, getMasterVersionMethods inherited from interface com.coremedia.blueprint.common.contentbeans.CMObject
getAspectsProvider, getContentId, getUuidMethods inherited from interface com.coremedia.blueprint.common.contentbeans.CMTaxonomy
getChildren, getExternalReference, getTaxonomyPathList, getValueMethods 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, isNotSearchableMethods inherited from interface com.coremedia.objectserver.beans.ContentBean
getContent, getContentBeanFactoryMethods inherited from interface com.coremedia.blueprint.common.navigation.HasViewTypeName
getViewTypeNameMethods 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:CMTaxonomyReturns the parent taxonomy ornullif this taxonomy has no parent taxonomy.- Specified by:
getParentin interfaceCMTaxonomy- Returns:
- parent taxonomy or
nullfor 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
-