|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.ixb.clientAccess.ExportImportParameters
wt.ixb.clientAccess.ObjectExportParameters
Supported API: true
Extendable: true
Field Summary | |
private static String |
CLASSNAME
|
private String |
clientFileName
|
static long |
EXTERNALIZATION_VERSION_UID
|
private ObjectSetFilterInfo[] |
filters
|
private ObjectSetGeneratorInfo[] |
generators
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static ResourceBundle |
rb
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Fields inherited from class wt.ixb.clientAccess.ExportImportParameters |
|
Constructor Summary | |
ObjectExportParameters()
|
|
ObjectExportParameters(String _clientFileName)
|
Method Summary | |
private void |
clientFileNameValidate(String a_ClientFileName)
|
String |
getClientFileName()
Gets the value of the attribute: clientFileName; The file name (including its path) for storing export results. |
ObjectSetFilterInfo[] |
getFilters()
Gets the value of the attribute: filters; @See ObjectSetFilterInfo
Supported API: true |
ObjectSetGeneratorInfo[] |
getGenerators()
Gets the value of the attribute: generators; @See ObjectSetGeneratorInfo
Supported API: true |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(ObjectExportParameters thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setClientFileName(String a_ClientFileName)
Sets the value of the attribute: clientFileName; The file name (including its path) for storing export results. |
void |
setFilters(ObjectSetFilterInfo[] a_Filters)
Sets the value of the attribute: filters; @See ObjectSetFilterInfo
Supported API: true |
void |
setGenerators(ObjectSetGeneratorInfo[] a_Generators)
Sets the value of the attribute: generators; @See ObjectSetGeneratorInfo
Supported API: true |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class wt.ixb.clientAccess.ExportImportParameters |
getActionName, getContainer, getDtd, getGuiId, getLocale, getPolicyFile, getRuleFile, isDetailedLog, isPreviewOnly, isValidation, readVersion, setActionName, setContainer, setDetailedLog, setDtd, setGuiId, setLocale, setPolicyFile, setPreviewOnly, setRuleFile, setValidation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String clientFileName
private ObjectSetGeneratorInfo[] generators
private ObjectSetFilterInfo[] filters
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static ResourceBundle rb
Constructor Detail |
public ObjectExportParameters(String _clientFileName) throws WTException
public ObjectExportParameters()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ExportImportParameters
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ExportImportParameters
input
-
IOException
ClassNotFoundException
protected boolean readVersion(ObjectExportParameters thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public String getClientFileName()
public void setClientFileName(String a_ClientFileName) throws WTPropertyVetoException
a_ClientFileName
-
WTPropertyVetoException
private void clientFileNameValidate(String a_ClientFileName) throws WTPropertyVetoException
a_ClientFileName
-
WTPropertyVetoException
public ObjectSetGeneratorInfo[] getGenerators()
ObjectSetGeneratorInfo
public void setGenerators(ObjectSetGeneratorInfo[] a_Generators) throws WTPropertyVetoException
ObjectSetGeneratorInfo
a_Generators
-
WTPropertyVetoException
public ObjectSetFilterInfo[] getFilters()
ObjectSetFilterInfo
public void setFilters(ObjectSetFilterInfo[] a_Filters) throws WTPropertyVetoException
ObjectSetFilterInfo
a_Filters
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |