Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.messaging.proxy.BaseProxyBean

Packages that use BaseProxyBean
com.liferay.portal.audit   
com.liferay.portal.bi.rules   
com.liferay.portal.messaging.proxy   
com.liferay.portal.mobile.device   
com.liferay.portal.scheduler   
com.liferay.portal.scripting   
com.liferay.portal.workflow   
com.liferay.portlet.documentlibrary.store This package defines the document library portlet store interfaces, base classes, utilities, and wrappers. 
 

Uses of BaseProxyBean in com.liferay.portal.audit
 

Subclasses of BaseProxyBean in com.liferay.portal.audit
 class AuditRouterProxyBean
           
 

Uses of BaseProxyBean in com.liferay.portal.bi.rules
 

Subclasses of BaseProxyBean in com.liferay.portal.bi.rules
 class RulesEngineProxyBean
           
 

Uses of BaseProxyBean in com.liferay.portal.messaging.proxy
 

Methods in com.liferay.portal.messaging.proxy with parameters of type BaseProxyBean
protected  void MessagingProxyAdvice.doInvokeAsynchronous(Message message, BaseProxyBean baseProxyBean)
           
protected  Object MessagingProxyAdvice.doInvokeSynchronous(Message message, BaseProxyBean baseProxyBean)
           
 

Uses of BaseProxyBean in com.liferay.portal.mobile.device
 

Subclasses of BaseProxyBean in com.liferay.portal.mobile.device
 class DeviceRecognitionProviderProxyBean
           
 

Uses of BaseProxyBean in com.liferay.portal.scheduler
 

Subclasses of BaseProxyBean in com.liferay.portal.scheduler
 class SchedulerEngineProxyBean
           
 

Uses of BaseProxyBean in com.liferay.portal.scripting
 

Subclasses of BaseProxyBean in com.liferay.portal.scripting
 class ScriptingProxyBean
           
 

Uses of BaseProxyBean in com.liferay.portal.workflow
 

Subclasses of BaseProxyBean in com.liferay.portal.workflow
 class WorkflowDefinitionManagerProxyBean
           
 class WorkflowEngineManagerProxyBean
           
 class WorkflowInstanceManagerProxyBean
           
 class WorkflowLogManagerProxyBean
           
 class WorkflowStatusManagerProxyBean
           
 class WorkflowTaskManagerProxyBean
           
 

Uses of BaseProxyBean in com.liferay.portlet.documentlibrary.store
 

Subclasses of BaseProxyBean in com.liferay.portlet.documentlibrary.store
 class StoreProxyBean
           
 


Liferay 6.1.2-ce-ga3