Esri Geoportal Server
1.2.9

com.esri.gpt.control.georss
Class SearchResultRecordAdapter

java.lang.Object
  extended by com.esri.gpt.control.georss.SearchResultRecordAdapter
All Implemented Interfaces:
IFeedRecord

public class SearchResultRecordAdapter
extends Object
implements IFeedRecord

SearchResultRecord adapter.


Field Summary
 
Fields inherited from interface com.esri.gpt.control.georss.IFeedRecord
STD_COLLECTION_CATALOG, STD_COLLECTION_INDEX
 
Constructor Summary
SearchResultRecordAdapter(SearchResultRecord record)
           
 
Method Summary
 String getAbstract()
          Gets abstract.
 String getContentType()
          Gets content type.
 Map<String,IFeedAttribute> getData(String collection)
          Gets free data.
 Envelope getEnvelope()
          Gets envelope.
 String getFileIdentifier()
          Gets file identifier.
 Date getModfiedDate()
          Gets modified date.
 long getObjectId()
          Get object id.
 ResourceLinks getResourceLinks()
          Gets resource links.
 String getResourceUrl()
          Gets resource URL.
 String getService()
          Gets service.
 String getServiceType()
          Gets service type.
 String getThumbnailUrl()
          Gets thumbnail url.
 String getTitle()
          Gets title.
 String getUuid()
          Gets UUID.
 String getViewMetadataUrl()
          Gets URL to view metadata.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchResultRecordAdapter

public SearchResultRecordAdapter(SearchResultRecord record)
Method Detail

getObjectId

public long getObjectId()
Description copied from interface: IFeedRecord
Get object id.

Specified by:
getObjectId in interface IFeedRecord
Returns:
object id

getUuid

public String getUuid()
Description copied from interface: IFeedRecord
Gets UUID.

Specified by:
getUuid in interface IFeedRecord
Returns:
UUID

getTitle

public String getTitle()
Description copied from interface: IFeedRecord
Gets title.

Specified by:
getTitle in interface IFeedRecord
Returns:
title

getModfiedDate

public Date getModfiedDate()
Description copied from interface: IFeedRecord
Gets modified date.

Specified by:
getModfiedDate in interface IFeedRecord
Returns:
modified date

getAbstract

public String getAbstract()
Description copied from interface: IFeedRecord
Gets abstract.

Specified by:
getAbstract in interface IFeedRecord
Returns:
abstract

getEnvelope

public Envelope getEnvelope()
Description copied from interface: IFeedRecord
Gets envelope.

Specified by:
getEnvelope in interface IFeedRecord
Returns:
envelope

getResourceLinks

public ResourceLinks getResourceLinks()
Description copied from interface: IFeedRecord
Gets resource links.

Specified by:
getResourceLinks in interface IFeedRecord
Returns:
resource links

getContentType

public String getContentType()
Description copied from interface: IFeedRecord
Gets content type.

Specified by:
getContentType in interface IFeedRecord
Returns:
content type

getResourceUrl

public String getResourceUrl()
Description copied from interface: IFeedRecord
Gets resource URL.

Specified by:
getResourceUrl in interface IFeedRecord
Returns:
resource URL

getViewMetadataUrl

public String getViewMetadataUrl()
Description copied from interface: IFeedRecord
Gets URL to view metadata.

Specified by:
getViewMetadataUrl in interface IFeedRecord
Returns:
URL to view metadata

getServiceType

public String getServiceType()
Description copied from interface: IFeedRecord
Gets service type.

Specified by:
getServiceType in interface IFeedRecord
Returns:
service type

getService

public String getService()
Description copied from interface: IFeedRecord
Gets service.

Specified by:
getService in interface IFeedRecord
Returns:
service

getThumbnailUrl

public String getThumbnailUrl()
Description copied from interface: IFeedRecord
Gets thumbnail url.

Specified by:
getThumbnailUrl in interface IFeedRecord
Returns:
thumbnail url

getFileIdentifier

public String getFileIdentifier()
Description copied from interface: IFeedRecord
Gets file identifier.

Specified by:
getFileIdentifier in interface IFeedRecord
Returns:
file identifier

getData

public Map<String,IFeedAttribute> getData(String collection)
Description copied from interface: IFeedRecord
Gets free data.

Specified by:
getData in interface IFeedRecord
Parameters:
collection - id of the collection of data
Returns:
map of attributes

toString

public String toString()
Overrides:
toString in class Object

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.