Interface ProcessorContext.UpdateFunction<T>

Enclosing interface:
ProcessorContext<M extends com.liferay.portal.kernel.model.BaseModel<M>>

public static interface ProcessorContext.UpdateFunction<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    update(T oldModel, T newModel, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
  • Method Details

    • update

      T update(T oldModel, T newModel, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException