Package nl.gx.webmanager.services.seo
Interface GenericIncomingFriendlyURLEntity
-
public interface GenericIncomingFriendlyURLEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGoogleNewsId()
Returns the Google News identifier of the friendly URL.Integer
getId()
Returns the identifier of the friendly URL.String
getQueryString()
Returns the query string of the friendly URL.Integer
getReference()
Returns the Id of the friendly URL entity referred to by the friendly URL.String
getURLIdentifier()
Returns the URL identifier of the friendly URL.String
getURLTitle()
Returns the URL title of the friendly URL.Integer
getVersionId()
Returns the id of the content item version to which the friendly URL is assigned.boolean
isLive()
Returns whether the friendly URL is the current live version.
-
-
-
Method Detail
-
getId
Integer getId()
Returns the identifier of the friendly URL.- Returns:
- The identifier of the friendly URL.
-
getURLIdentifier
String getURLIdentifier()
Returns the URL identifier of the friendly URL.- Returns:
- The URL identifier of the friendly URL.
-
getURLTitle
String getURLTitle()
Returns the URL title of the friendly URL.- Returns:
- The URL title of the friendly URL.
-
getQueryString
String getQueryString()
Returns the query string of the friendly URL. This query string represents the internal resource backed by this friendly URL.- Returns:
- The query string of the friendly URL.
-
getGoogleNewsId
String getGoogleNewsId()
Returns the Google News identifier of the friendly URL.- Returns:
- The Google News identifier of the friendly URL.
-
getReference
Integer getReference()
Returns the Id of the friendly URL entity referred to by the friendly URL. If notnull
the friendly URL should be unavailable, but can be redirected to the referred friendly URL.- Returns:
- The referenced friendly URL entity.
-
isLive
boolean isLive()
Returns whether the friendly URL is the current live version.- Returns:
- Whether the friendly URL is the current live version.
-
getVersionId
Integer getVersionId()
Returns the id of the content item version to which the friendly URL is assigned.- Returns:
- the id of the content item version associated with the friendly URL
-
-