|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.request.Record
com.esri.gpt.framework.search.SearchXslRecord
public class SearchXslRecord
The Class CswRecord.
| Field Summary | |
|---|---|
static String |
DEFAULT_DATE_FORMAT
|
static String |
KEY_LINK_INFO
key goes into the objectMap in searchResultRecord |
static String |
KEY_REFERENCES
|
static String |
KEY_TYPES
|
| Constructor Summary | |
|---|---|
SearchXslRecord()
Instantiates a new csw record. |
|
SearchXslRecord(String id)
Instantiates a new csw record. |
|
SearchXslRecord(String id,
String title,
String sabstract)
The Constructor. |
|
| Method Summary | |
|---|---|
String |
getAbstractData()
Gets the abstract data. |
String |
getBriefMetadata()
Gets the brief metadata. |
Envelope |
getEnvelope()
Gets the bounding box. |
String |
getFullMetadata()
Gets the full metadata. |
String |
getId()
Gets the id. |
SearchXslRecordLinks |
getLinks()
Gets the custom links. |
String |
getMetadataResourceURL()
Gets the metadata resource URL. |
String |
getModifiedDate()
Gets the modified date. |
Date |
getModifiedDateAsDateObject()
Gets the modified date as date object. |
Date |
getModifiedDateAsDateObject(String format)
Gets the modified date as date object. |
DcList |
getReferences()
Gets the references. |
String |
getSummaryMetadata()
Gets the summary metadata. |
String |
getTitle()
Gets the title. |
DcList |
getTypes()
Gets the types. |
boolean |
isDefaultGeometry()
Checks if is default geometry. |
boolean |
isLiveDataOrMap()
Checks if is live data or map. |
SearchResultRecord |
readAsSearchResult(ResourceLinkBuilder resourceLinkBuilder,
boolean isExternal,
String rid)
Read as search result. |
void |
setAbstractData(String abstractData)
Sets the abstract data. |
void |
setBriefMetadata(String briefMetadata)
Sets the brief metadata. |
void |
setDefaultEnvelope(boolean isDefaultGeometry)
Sets the default envelope. |
void |
setEnvelope(Envelope boundingBox)
Sets the bounding box. |
void |
setFullMetadata(String fullMetadata)
Sets the full metadata. |
void |
setId(String id)
Sets the id. |
void |
setLiveDataOrMap(boolean isLiveDataOrMap)
Sets the live data or map. |
void |
setMetadataResourceURL(String metadataResourceURL)
Sets the metadata resource URL. |
void |
setModifiedDate(String modifiedDate)
Sets the modified date. |
void |
setReference(String list)
Sets the reference. |
void |
setReferences(DcList references)
Sets the references. |
void |
setSummaryMetadata(String summaryMetadata)
Sets the summary metadata. |
void |
setTitle(String title)
Sets the title. |
void |
setTypes(DcList types)
Sets the types. |
void |
setTypes(String list)
Sets the types. |
| Methods inherited from class com.esri.gpt.framework.request.Record |
|---|
getIsSelected, setIsSelected |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_DATE_FORMAT
public static final String KEY_LINK_INFO
public static final String KEY_REFERENCES
public static final String KEY_TYPES
| Constructor Detail |
|---|
public SearchXslRecord()
public SearchXslRecord(String id)
id - the id
public SearchXslRecord(String id,
String title,
String sabstract)
sabstract - the sabstractid - the idtitle - the title| Method Detail |
|---|
public String getModifiedDate()
public void setModifiedDate(String modifiedDate)
modifiedDate - the new modified datepublic DcList getReferences()
public void setReferences(DcList references)
references - the new referencespublic void setReference(String list)
list - the new referencepublic DcList getTypes()
public void setTypes(DcList types)
types - the new typespublic void setTypes(String list)
list - the new typespublic Envelope getEnvelope()
public void setEnvelope(Envelope boundingBox)
boundingBox - the new bounding boxpublic String getAbstractData()
public void setAbstractData(String abstractData)
abstractData - the new abstract datapublic String getBriefMetadata()
public void setBriefMetadata(String briefMetadata)
briefMetadata - the new brief metadatapublic String getFullMetadata()
public void setFullMetadata(String fullMetadata)
fullMetadata - the new full metadatapublic String getId()
public void setId(String id)
id - the new idpublic boolean isLiveDataOrMap()
public void setLiveDataOrMap(boolean isLiveDataOrMap)
isLiveDataOrMap - the new live data or mappublic String getMetadataResourceURL()
public void setMetadataResourceURL(String metadataResourceURL)
metadataResourceURL - the new metadata resource URLpublic String getSummaryMetadata()
public void setSummaryMetadata(String summaryMetadata)
summaryMetadata - the new summary metadatapublic String getTitle()
public void setTitle(String title)
title - the new titlepublic Date getModifiedDateAsDateObject()
ParseException - if modified date format could not be understoodpublic Date getModifiedDateAsDateObject(String format)
format - the date format. If null, default format used.
public SearchXslRecordLinks getLinks()
public boolean isDefaultGeometry()
public void setDefaultEnvelope(boolean isDefaultGeometry)
isDefaultGeometry - the new default envelope
public SearchResultRecord readAsSearchResult(ResourceLinkBuilder resourceLinkBuilder,
boolean isExternal,
String rid)
throws SearchException
resourceLinkBuilder - the resource link builderisExternal - the is external (if the resource is not the native search,
set to true)rid - the remote id of the site
SearchException - the search exception
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||