xdoclet.modules.bea.wls.ejb

Class WeblogicRelationTagsHandler

public class WeblogicRelationTagsHandler extends RelationTagsHandler

This tag handler handles tags needed for Weblogic relations

Version: $Revision: 1.11 $

Author: Aslak Hellesxy

UNKNOWN: 12 mei 2002 namespace = "WlEjbRel"

Method Summary
voidensureColumnMapTagsRight()
Makes sure the column-map tags are on the right side and target-column-map tags left
voidforAllColumnMaps(String template, boolean left)
Describe what the method does
voidforAllLeftColumnMaps(String template)
voidforAllRightColumnMaps(String template)
Describe what the method does
StringforeignKeyColumn()
Describe what the method does
voidifHasKeyColumn(String template)
Describe what the method does
voidifHasLeftGroupName(String template)
Describe what the method does
voidifHasRightGroupName(String template)
Describe what the method does
StringjoinTableName()
Describe what the method does
StringkeyColumn()
Describe what the method does
StringleftGroupName()
Describe what the method does
StringrightGroupName()
Describe what the method does

Method Detail

ensureColumnMapTagsRight

public void ensureColumnMapTagsRight()
Makes sure the column-map tags are on the right side and target-column-map tags left

forAllColumnMaps

public void forAllColumnMaps(String template, boolean left)
Describe what the method does

Parameters: template Describe what the parameter does left

Throws: XDocletException Describe the exception

forAllLeftColumnMaps

public void forAllLeftColumnMaps(String template)

forAllRightColumnMaps

public void forAllRightColumnMaps(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

foreignKeyColumn

public String foreignKeyColumn()
Describe what the method does

Returns: Describe the return value

ifHasKeyColumn

public void ifHasKeyColumn(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

ifHasLeftGroupName

public void ifHasLeftGroupName(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

ifHasRightGroupName

public void ifHasRightGroupName(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

joinTableName

public String joinTableName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

keyColumn

public String keyColumn()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException

leftGroupName

public String leftGroupName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

rightGroupName

public String rightGroupName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception