xdoclet.modules.ejb.entity
public class EntityFacadeSubTask extends AbstractEjbCodeGeneratorSubTask
Version: $Revision: 1.3 $
UNKNOWN: September 8, 2002 display-name = "Facade" name = "entityfacade" parent = "xdoclet.modules.ejb.EjbDocletTask"
Field Summary | |
---|---|
static String | DEFAULT_ENTITY_FACADE_CLASS_PATTERN |
static String | DEFAULT_FACADE_EJB_NAME_PATTERN |
protected static String | DEFAULT_TEMPLATE_FILE |
protected String | entityFacadeClassPattern
A configuration parameter for specifying the entity bean facade EJB class name pattern. |
protected String | entityFacadeEjbNamePattern
a configuration parameter for specifying facade ejb names pattern {0} means ejb name |
Constructor Summary | |
---|---|
EntityFacadeSubTask() |
Method Summary | |
---|---|
protected void | engineStarted()
Describe what the method does
|
String | getEntityFacadeClassPattern()
Returns the configuration parameter for specifying the entity bean facade class name pattern. |
String | getEntityFacadeEjbNamePattern() |
protected String | getGeneratedFileName(XClass clazz)
Gets the GeneratedFileName attribute of the EntityCmpSubTask object
|
protected boolean | matchesGenerationRules(XClass clazz) |
void | setEjbNamePattern(String new_pattern) |
void | setPattern(String new_pattern)
Sets the Pattern attribute of the EntityFacadeSubTask object
|
void | validateOptions()
Called to validate configuration parameters.
|
Throws: XDocletException
Returns: The EntityCmpClassPattern value
See Also: EntityFacadeSubTask
Parameters: clazz Describe what the parameter does
Returns: The GeneratedFileName value
Throws: XDocletException
Parameters: clazz Describe what the parameter does
Returns: Describe the return value
Throws: XDocletException
UNKNOWN: refactor/merge this method with matchesGenerationRules from EntityBmpSubTask
Parameters: new_pattern The new Pattern value
Throws: XDocletException