|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.indexdata.serviceproxy.plugins.recordexports.RisFormatter
public class RisFormatter
| Constructor Summary | |
|---|---|
RisFormatter(ExportParameters p)
|
|
| Method Summary | |
|---|---|
String |
format(List<Pz2Record> sourceRecords)
|
String |
format(Pz2Record sourceRecord)
Formats a Pazpar2 record and returns it |
String |
getContentType()
Returns the default content type of the given output format |
String |
getFileExtension()
Returns the default file extension of the given output format |
String |
getFileNamePart()
Returns string that might be used as part of file name |
String |
getFormatName()
Returns a string describing the format |
String |
getMessageText()
|
boolean |
isAttachment()
|
boolean |
isIndex()
|
boolean |
isInline()
|
boolean |
oneAttachmentPerRecord()
|
boolean |
oneCombinedAttachment()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RisFormatter(ExportParameters p)
| Method Detail |
|---|
public String format(Pz2Record sourceRecord)
throws StandardServiceException
RecordFormatter
format in interface RecordFormatterStandardServiceException
public String format(List<Pz2Record> sourceRecords)
throws StandardServiceException
format in interface RecordFormatterStandardServiceExceptionpublic String getMessageText()
getMessageText in interface RecordFormatterpublic String getContentType()
RecordFormatter
getContentType in interface RecordFormatterpublic String getFileNamePart()
RecordFormatter
getFileNamePart in interface RecordFormatterpublic String getFileExtension()
RecordFormatter
getFileExtension in interface RecordFormatterpublic String getFormatName()
RecordFormatter
getFormatName in interface RecordFormatterpublic boolean isInline()
isInline in interface RecordFormatterpublic boolean isIndex()
isIndex in interface RecordFormatterpublic boolean isAttachment()
isAttachment in interface RecordFormatterpublic boolean oneCombinedAttachment()
oneCombinedAttachment in interface RecordFormatterpublic boolean oneAttachmentPerRecord()
oneAttachmentPerRecord in interface RecordFormatterpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||