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 TypeMethodDescriptionintcompareTo(BeanPortletMethod beanPortletMethod) booleanintjavax.portlet.PortletModeinthashCode()booleanisEventProcessor(QName qName) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.bean.portlet.extension.BeanPortletMethod
getBeanClass, invoke
-
Constructor Details
-
BaseBeanPortletMethod
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<BeanPortletMethod>
-
equals
-
getActionName
- Specified by:
getActionNamein interfaceBeanPortletMethod
-
getBeanPortletMethodType
- Specified by:
getBeanPortletMethodTypein interfaceBeanPortletMethod
-
getMethod
- Specified by:
getMethodin interfaceBeanPortletMethod
-
getOrdinal
public int getOrdinal()- Specified by:
getOrdinalin interfaceBeanPortletMethod
-
getPortletMode
public javax.portlet.PortletMode getPortletMode()- Specified by:
getPortletModein interfaceBeanPortletMethod
-
getResourceID
- Specified by:
getResourceIDin interfaceBeanPortletMethod
-
hashCode
public int hashCode() -
isEventProcessor
- Specified by:
isEventProcessorin interfaceBeanPortletMethod
-