xdoclet.modules.ejb.entity
public class BmpTagsHandler extends EntityTagsHandler
Version: $Revision: 1.8 $
UNKNOWN: Oct 16, 2001 namespace = "EjbBmp"
Method Summary | |
---|---|
String | entityBmpClass()
Returns the name of generated BMP class.
|
void | forAllBmpEntityBeans(String template)
Evaluates the body block for each EJBean derived from EntityBean which is BMP.
|
static String | getEntityBmpClassFor(XClass clazz)
Gets the EntityBmpClassFor attribute of the BmpTagsHandler class
|
protected static String | getEntityBmpClassPattern()
Gets the EntityBmpClassPattern attribute of the BmpTagsHandler class
|
void | ifEntityIsBmp(String template)
Evaluates the body block if current class is an BMP entity bean.
|
void | ifUseSoftLocking(String template)
Evaluates the body block if ejb:use-soft-locking is set for current class.
|
static boolean | isEntityBmp(XClass clazz)
Returns true if clazz is an BMP entity bean, false otherwise. |
static boolean | useSoftLocking(XClass clazz)
Returns true if clazz has ejb:use-soft-locking tag, false otherwise.
|
Returns: The name of generated BMP class.
Throws: XDocletException
UNKNOWN: type = "content"
Parameters: template The body of the block tag
Throws: XDocletException
See Also: BmpTagsHandler
UNKNOWN: type = "block"
Parameters: clazz Describe what the parameter does
Returns: The EntityBmpClassFor value
Throws: XDocletException
Returns: The EntityBmpClassPattern value
Parameters: template The body of the block tag
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
See Also: BmpTagsHandler
UNKNOWN: type = "block"
Parameters: clazz Description of Parameter
Returns: The EntityBmp value
Throws: XDocletException
Parameters: clazz Description of Parameter
Returns: Description of the Returned Value