|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CatalogPreviewFunctionArguments
Interface defining the arguments passed to CatalogPreviewFunction invocations.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Catalog |
getCatalog()
Obtains the catalog being processed for this CatalogPreviewFunction. |
java.io.PrintWriter |
getErrors()
Obtains access to the writer for error output created by this invocation. |
PIMCollection<Item> |
getItems()
Obtains the items being processed for this CatalogPreviewFunction. |
java.io.PrintWriter |
getOutput()
Obtains access to the writer for output created by this invocation. |
java.io.PrintWriter |
getWarnings()
Obtains access to the writer for warning output created by this invocation. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.io.PrintWriter getOutput()
This is the writer that should be used to write the content that will be used as the 'preview'.
java.io.PrintWriter getErrors()
java.io.PrintWriter getWarnings()
Catalog getCatalog()
PIMCollection<Item> getItems()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |