Class BaseBeanPortletMethod
java.lang.Object
com.liferay.bean.portlet.extension.BaseBeanPortletMethod
- All Implemented Interfaces:
BeanPortletMethod
,Comparable<BeanPortletMethod>
@ProviderType
public abstract class BaseBeanPortletMethod
extends Object
implements BeanPortletMethod
-
Constructor Summary
ConstructorsConstructorDescriptionBaseBeanPortletMethod
(BeanPortletMethodType beanPortletMethodType, Method method) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(BeanPortletMethod beanPortletMethod) boolean
int
javax.portlet.PortletMode
int
hashCode()
boolean
isEventProcessor
(QName qName) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.bean.portlet.extension.BeanPortletMethod
getBeanClass, invoke
-
Constructor Details
-
BaseBeanPortletMethod
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BeanPortletMethod>
-
equals
-
getActionName
- Specified by:
getActionName
in interfaceBeanPortletMethod
-
getBeanPortletMethodType
- Specified by:
getBeanPortletMethodType
in interfaceBeanPortletMethod
-
getMethod
- Specified by:
getMethod
in interfaceBeanPortletMethod
-
getOrdinal
public int getOrdinal()- Specified by:
getOrdinal
in interfaceBeanPortletMethod
-
getPortletMode
public javax.portlet.PortletMode getPortletMode()- Specified by:
getPortletMode
in interfaceBeanPortletMethod
-
getResourceID
- Specified by:
getResourceID
in interfaceBeanPortletMethod
-
hashCode
public int hashCode() -
isEventProcessor
- Specified by:
isEventProcessor
in interfaceBeanPortletMethod
-