|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.ixb.objectset.ObjectSetHandlerTemplate
wt.ixb.objectset.ObjectSetGeneratorTemplate
public abstract class ObjectSetGeneratorTemplate
Class extends ObjectSetGenerator interface with
trivial implementations for most methods.-
It can be used by application to make application less dependent of future
extension of ObjectSetGenerator interface.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
WTContainerRef |
getContainerRef()
A convenient method to get the WTContainerRef context where the export is launched. |
abstract Enumeration |
iterate()
Iterate the product structure for export. |
abstract void |
iterate(ObjectVisitor visitor)
Iterate the product structure for export. |
boolean |
iteratePerPage(ObjectVisitor visitor,
int pageSize)
Iterate the product structure for export. |
void |
setConfigSpec(ConfigSpec configSpec)
Set ConfigSpec for this object set generator. |
void |
setContainerRef(WTContainerRef containerRef)
A convenient method to set the WTContainerRef context where the export is launched. |
| Methods inherited from class wt.ixb.objectset.ObjectSetHandlerTemplate |
|---|
getAppletClassName, getId, getLocalizedDescription, getLocalizedName, getLocalizedName, getParametersAsString, initialize, setParametersAsString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface wt.ixb.objectset.ObjectSetHandler |
|---|
getAppletClassName, getId, getLocalizedDescription, getLocalizedName, getLocalizedName, getParametersAsString, initialize, setParametersAsString |
| Method Detail |
|---|
public abstract void iterate(ObjectVisitor visitor)
throws WTException
iterate in interface ObjectSetGeneratorvisitor -
WTException
public abstract Enumeration iterate()
throws WTException
iterate in interface ObjectSetGeneratorWTException
public boolean iteratePerPage(ObjectVisitor visitor,
int pageSize)
throws WTException
iteratePerPage in interface ObjectSetGeneratorvisitor - pageSize -
WTExceptionpublic void setContainerRef(WTContainerRef containerRef)
WTContainerRef context where the export is launched.
setContainerRef in interface ObjectSetGeneratorcontainerRef - public WTContainerRef getContainerRef()
WTContainerRef context where the export is launched.
getContainerRef in interface ObjectSetGeneratorpublic void setConfigSpec(ConfigSpec configSpec)
ConfigSpec for this object set generator. This is
useful for some cases, especially when the ConfigSpec
is not persisted and passed from client directly. Individual implementations
of this interface are recommended to implement this method to satisfy their needs.
setConfigSpec in interface ObjectSetGeneratorconfigSpec -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||