Package org.cxbox.core.dto.rowmeta
Class ActionResultDTO<T extends org.cxbox.api.data.dto.DataResponseDTO>
java.lang.Object
org.cxbox.core.dto.rowmeta.ActionResultDTO<T>
- All Implemented Interfaces:
org.cxbox.api.data.IDataContainer<T>
- Direct Known Subclasses:
MassActionResultDTO
public class ActionResultDTO<T extends org.cxbox.api.data.dto.DataResponseDTO>
extends Object
implements org.cxbox.api.data.IDataContainer<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAction(PostAction postAction) setActions(List<PostAction> postActions) voidtransformData(Function<T, T> function)
-
Constructor Details
-
ActionResultDTO
-
ActionResultDTO
public ActionResultDTO()
-
-
Method Details
-
setAction
-
setActions
-
clearAllActions
public void clearAllActions() -
transformData
- Specified by:
transformDatain interfaceorg.cxbox.api.data.IDataContainer<T extends org.cxbox.api.data.dto.DataResponseDTO>
-