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
xdoclet.taghandler
namespace = "WlEjbRel"
created
12 mei 2002

Method Summary

void
ensureColumnMapTagsRight()
Makes sure the column-map tags are on the right side and target-column-map tags left
void
forAllColumnMaps(String template, boolean left)
Describe what the method does
void
forAllLeftColumnMaps(String template)
void
forAllRightColumnMaps(String template)
Describe what the method does
String
foreignKeyColumn()
Describe what the method does
void
ifHasKeyColumn(String template)
Describe what the method does
void
ifHasLeftGroupName(String template)
Describe what the method does
void
ifHasRightGroupName(String template)
Describe what the method does
String
joinTableName()
Describe what the method does
String
keyColumn()
Describe what the method does
String
leftGroupName()
Describe what the method does
String
rightGroupName()
Describe what the method does

Method Details

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)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
left -
Throws:
xdoclet.XDocletException - Describe the exception

forAllLeftColumnMaps

public void forAllLeftColumnMaps(String template)
            throws xdoclet.XDocletException

forAllRightColumnMaps

public void forAllRightColumnMaps(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception

foreignKeyColumn

public String foreignKeyColumn()
Describe what the method does
Returns:
Describe the return value

ifHasKeyColumn

public void ifHasKeyColumn(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception

ifHasLeftGroupName

public void ifHasLeftGroupName(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception

ifHasRightGroupName

public void ifHasRightGroupName(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception

joinTableName

public String joinTableName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception

keyColumn

public String keyColumn()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException -

leftGroupName

public String leftGroupName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception

rightGroupName

public String rightGroupName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception