Uses of Class
de.hybris.platform.servicelayer.event.events.AbstractWebserviceActionEvent.CRUD_METHOD
-
Packages that use AbstractWebserviceActionEvent.CRUD_METHOD Package Description de.hybris.platform.servicelayer.event.events -
-
Uses of AbstractWebserviceActionEvent.CRUD_METHOD in de.hybris.platform.servicelayer.event.events
Methods in de.hybris.platform.servicelayer.event.events that return AbstractWebserviceActionEvent.CRUD_METHOD Modifier and Type Method Description abstract AbstractWebserviceActionEvent.CRUD_METHODAbstractWebserviceActionEvent. getCrudMethod()type of the crud method which triggered eventstatic AbstractWebserviceActionEvent.CRUD_METHODAbstractWebserviceActionEvent.CRUD_METHOD. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractWebserviceActionEvent.CRUD_METHOD[]AbstractWebserviceActionEvent.CRUD_METHOD. values()Returns an array containing the constants of this enum type, in the order they are declared.
-