Interface VulcanBatchEngineTaskItemDelegate<T>
@ProviderType
public interface VulcanBatchEngineTaskItemDelegate<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(Collection<T> items, Map<String, Serializable> parameters) void
delete
(Collection<T> items, Map<String, Serializable> parameters) com.liferay.portal.odata.entity.EntityModel
getEntityModel
(Map<String, List<String>> multivaluedMap) default Class<?>
default String
default String
read
(com.liferay.portal.kernel.search.filter.Filter filter, Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts, Map<String, Serializable> parameters, String search) void
setContextBatchUnsafeBiConsumer
(com.liferay.petra.function.UnsafeBiConsumer<Collection<T>, com.liferay.petra.function.UnsafeFunction<T, T, Exception>, Exception> contextBatchUnsafeBiConsumer) void
setContextCompany
(com.liferay.portal.kernel.model.Company contextCompany) void
setContextUriInfo
(javax.ws.rs.core.UriInfo uriInfo) void
setContextUser
(com.liferay.portal.kernel.model.User contextUser) void
setGroupLocalService
(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) void
setLanguageId
(String languageId) void
update
(Collection<T> items, Map<String, Serializable> parameters)
-
Method Details
-
create
- Throws:
Exception
-
delete
- Throws:
Exception
-
getAvailableCreateStrategies
-
getAvailableUpdateStrategies
-
getEntityModel
com.liferay.portal.odata.entity.EntityModel getEntityModel(Map<String, List<String>> multivaluedMap) throws Exception- Throws:
Exception
-
getResourceClass
-
getResourceName
-
getVersion
-
read
Page<T> read(com.liferay.portal.kernel.search.filter.Filter filter, Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts, Map<String, Serializable> parameters, String search) throws Exception- Throws:
Exception
-
setContextBatchUnsafeBiConsumer
-
setContextCompany
void setContextCompany(com.liferay.portal.kernel.model.Company contextCompany) -
setContextUriInfo
void setContextUriInfo(javax.ws.rs.core.UriInfo uriInfo) -
setContextUser
void setContextUser(com.liferay.portal.kernel.model.User contextUser) -
setGroupLocalService
void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) -
setLanguageId
-
update
- Throws:
Exception
-