|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.infoengine.convert.UpdateNonDspWebject
Field Summary | |
(package private) String |
message
|
(package private) boolean |
parsed
|
(package private) Webject |
webject
|
Constructor Summary | |
private |
UpdateNonDspWebject()
|
|
UpdateNonDspWebject(Webject w)
|
Method Summary | |
Webject |
convertDiffGroups(Webject webj)
Converts the Group webject 'Diff-Group' to I*E 4.0 |
Webject |
convertFormatSyntax(Webject webj)
Converts the param FORMAT value to I*E 4.0 style |
Webject |
convertIntersectGroups(Webject webj)
Converts the Group webject 'Intersect-Groups' to I*E 4.0 |
Webject |
convertJoinGroups(Webject webj)
Converts the Group webject 'Join-Groups' to I*E 4.0 |
Webject |
convertMaxJoinGroups(Webject webj)
Converts the Group webject 'Maxjoin-Groups' to I*E 4.0 |
Webject |
convertMergeGroups(Webject webj)
Converts the Group webject 'Merge-Groups' to I*E 4.0 |
Webject |
convertSortGroups(Webject webj)
Converts the Group webject 'Sort-Groups' to I*E 4.0 |
Webject |
convertUnionGroups(Webject webj)
Converts the Group webject 'Union-Groups' to I*E 4.0 |
Webject |
convertXORGroups(Webject webj)
Converts the Group webject 'XOR-Groups' to I*E 4.0 |
String |
getDispCommentFormat(String type)
Gives the webject as a html comment display format. |
String |
getInstanceValue(String value,
String key)
Gives the INSTANCE name from the System properties. |
String |
getTypeName()
Get the type name of the webject. |
Webject |
getWebjectToUpdate(Webject webj)
Gives the Webject to be Updated. |
static void |
main(String[] args)
|
Webject |
removeBindParam(Webject webj)
Removes the BIND param from the webject. |
private Webject |
replaceBYParams(Webject webj,
String valBY)
Converts the <...>BY parameter values to a I*E 4.0 representation. |
Webject |
updateGroupWebject(Webject webj)
Gives the I*E 4.0 Server 'GROUP' webject after conversion. |
Webject |
updateJModuleWebject(Webject webj)
Gives the JModule 4.0 webject after conversion. |
Webject |
updateTypeValue()
Update the Type value of the webject. |
Webject |
updateWebject()
Updates the non Display webjects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Webject webject
String message
boolean parsed
Constructor Detail |
private UpdateNonDspWebject()
public UpdateNonDspWebject(Webject w)
Method Detail |
public Webject updateWebject()
public String getInstanceValue(String value, String key)
public Webject updateTypeValue()
public Webject getWebjectToUpdate(Webject webj)
public Webject updateGroupWebject(Webject webj)
private Webject replaceBYParams(Webject webj, String valBY)
public Webject convertDiffGroups(Webject webj)
public Webject convertIntersectGroups(Webject webj)
public Webject convertJoinGroups(Webject webj)
public Webject convertMaxJoinGroups(Webject webj)
public Webject convertMergeGroups(Webject webj)
public Webject convertSortGroups(Webject webj)
public Webject convertUnionGroups(Webject webj)
public Webject convertXORGroups(Webject webj)
public Webject updateJModuleWebject(Webject webj)
public Webject removeBindParam(Webject webj)
public Webject convertFormatSyntax(Webject webj)
public String getTypeName()
public String getDispCommentFormat(String type)
public static void main(String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |