xdoclet.modules.borland.bes.ejb

Class BorlandRelationTagsHandler


public class BorlandRelationTagsHandler
extends RelationTagsHandler

This tag handler handles tags needed for Web
Version:
$Revision: 1.4 $
Author:
Michal Maczka
xdoclet.taghandler
namespace = "BesEjbRel"
created
12 mei 2002

Method Summary

String
defaultLeftColumnName()
Describe what the method does
String
defaultLeftTableName()
Describe what the method does
String
defaultRightColumnName()
Default right colum name is pk field of the right side bean..
String
defaultRightTableName()
Describe what the method does
void
ifDoesntHaveLeftColumnName(String template)
Describe what the method does
void
ifDoesntHaveLeftTableName(String template)
Describe what the method does
void
ifDoesntHaveRightColumnName(String template)
Describe what the method does
void
ifDoesntHaveRightTableName(String template)
Describe what the method does
void
ifHasLeftColumnName(String template)
Describe what the method does
void
ifHasLeftTableName(String template)
Describe what the method does
void
ifHasRightColumnName(String template)
Describe what the method does
void
ifHasRightTableName(String template)
Describe what the method does
String
leftColumnName()
Describe what the method does
String
leftTableName()
Describe what the method does
String
rightColumnName()
Describe what the method does
String
rightTableName()
Describe what the method does

Method Details

defaultLeftColumnName

public String defaultLeftColumnName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "content"

defaultLeftTableName

public String defaultLeftTableName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "content"

defaultRightColumnName

public String defaultRightColumnName()
            throws xdoclet.XDocletException
Default right colum name is pk field of the right side bean..
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "content"

defaultRightTableName

public String defaultRightTableName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "content"

ifDoesntHaveLeftColumnName

public void ifDoesntHaveLeftColumnName(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "block"

ifDoesntHaveLeftTableName

public void ifDoesntHaveLeftTableName(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "block"

ifDoesntHaveRightColumnName

public void ifDoesntHaveRightColumnName(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "block"

ifDoesntHaveRightTableName

public void ifDoesntHaveRightTableName(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "block"

ifHasLeftColumnName

public void ifHasLeftColumnName(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "block"

ifHasLeftTableName

public void ifHasLeftTableName(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "block"

ifHasRightColumnName

public void ifHasRightColumnName(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "block"

ifHasRightTableName

public void ifHasRightTableName(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "block"

leftColumnName

public String leftColumnName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "content"

leftTableName

public String leftTableName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "content"

rightColumnName

public String rightColumnName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "content"

rightTableName

public String rightTableName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception
doc.tag
type = "content"