beanPermission
public String beanPermission()
throws xdoclet.XDocletException
generate permission spec - inherit from bean
xdoclet.XDocletException
-
beanRef
public String beanRef()
throws xdoclet.XDocletException
generate bean reference
xdoclet.XDocletException
-
canUseLocal
public boolean canUseLocal()
throws xdoclet.XDocletException
entityFacadeClass
public String entityFacadeClass()
throws xdoclet.XDocletException
produce class name for ejb facade
xdoclet.XDocletException
-
facadeEjbName
public String facadeEjbName()
throws xdoclet.XDocletException
prodice facade ejb name. Default would be
xdoclet.XDocletException
-
getEntityFacadeClassFor
public static String getEntityFacadeClassFor(XClass clazz)
getEntityFacadeClassPattern
protected static String getEntityFacadeClassPattern()
getEntityFacadeEjbNamePattern
protected static String getEntityFacadeEjbNamePattern()
Gets the EntityFacadeEjbNamePattern attribute of the FacadeTagsHandler class
- The EntityFacadeEjbNamePattern value
getFacadeEjbNameFor
public String getFacadeEjbNameFor(XClass clazz)
throws xdoclet.XDocletException
getRemoteFacadeClassFor
public static String getRemoteFacadeClassFor(XClass clazz)
getRemoteFacadeClassPattern
protected static String getRemoteFacadeClassPattern()
Gets the EntityFacadeClassPattern attribute of the CmpTagsHandler class
- The EntityFacadeClassPattern value
ifUseLocalInterface
public void ifUseLocalInterface(String template,
Properties attributes)
throws xdoclet.XDocletException
decide whether we have to use local interface of the bean
xdoclet.XDocletException
-
ifUseRemoteInterface
public void ifUseRemoteInterface(String template,
Properties attributes)
throws xdoclet.XDocletException
decide whether we have to use remote interface of the bean
xdoclet.XDocletException
-
jndiName
public String jndiName()
throws xdoclet.XDocletException
jndi name if any or default
xdoclet.XDocletException
-
localJndiName
public String localJndiName()
throws xdoclet.XDocletException
local jndi name if any
xdoclet.XDocletException
-
remoteFacadeClass
public String remoteFacadeClass()
throws xdoclet.XDocletException
xdoclet.XDocletException
-
sessionType
public String sessionType()
throws xdoclet.XDocletException
provide session type
xdoclet.XDocletException
-
viewType
public String viewType()
throws xdoclet.XDocletException
provide view type for facade bean - inherit from class if not specified
xdoclet.XDocletException
-