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

UNKNOWN: 12 mei 2002 namespace = "BesEjbRel"

Method Summary
StringdefaultLeftColumnName()
Describe what the method does
StringdefaultLeftTableName()
Describe what the method does
StringdefaultRightColumnName()
Default right colum name is pk field of the right side bean..
StringdefaultRightTableName()
Describe what the method does
voidifDoesntHaveLeftColumnName(String template)
Describe what the method does
voidifDoesntHaveLeftTableName(String template)
Describe what the method does
voidifDoesntHaveRightColumnName(String template)
Describe what the method does
voidifDoesntHaveRightTableName(String template)
Describe what the method does
voidifHasLeftColumnName(String template)
Describe what the method does
voidifHasLeftTableName(String template)
Describe what the method does
voidifHasRightColumnName(String template)
Describe what the method does
voidifHasRightTableName(String template)
Describe what the method does
StringleftColumnName()
Describe what the method does
StringleftTableName()
Describe what the method does
StringrightColumnName()
Describe what the method does
StringrightTableName()
Describe what the method does

Method Detail

defaultLeftColumnName

public String defaultLeftColumnName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

UNKNOWN: type = "content"

defaultLeftTableName

public String defaultLeftTableName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

UNKNOWN: type = "content"

defaultRightColumnName

public String defaultRightColumnName()
Default right colum name is pk field of the right side bean..

Returns: Describe the return value

Throws: XDocletException Describe the exception

UNKNOWN: type = "content"

defaultRightTableName

public String defaultRightTableName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

UNKNOWN: type = "content"

ifDoesntHaveLeftColumnName

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

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

UNKNOWN: type = "block"

ifDoesntHaveLeftTableName

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

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

UNKNOWN: type = "block"

ifDoesntHaveRightColumnName

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

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

UNKNOWN: type = "block"

ifDoesntHaveRightTableName

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

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

UNKNOWN: type = "block"

ifHasLeftColumnName

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

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

UNKNOWN: type = "block"

ifHasLeftTableName

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

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

UNKNOWN: type = "block"

ifHasRightColumnName

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

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

UNKNOWN: type = "block"

ifHasRightTableName

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

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

UNKNOWN: type = "block"

leftColumnName

public String leftColumnName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

UNKNOWN: type = "content"

leftTableName

public String leftTableName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

UNKNOWN: type = "content"

rightColumnName

public String rightColumnName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

UNKNOWN: type = "content"

rightTableName

public String rightTableName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

UNKNOWN: type = "content"