Package org.cxbox.core.dto.rowmeta
Class MassActionResultDTO<T extends org.cxbox.api.data.dto.DataResponseDTO>
java.lang.Object
org.cxbox.core.dto.rowmeta.ActionResultDTO<T>
org.cxbox.core.dto.rowmeta.MassActionResultDTO<T>
- All Implemented Interfaces:
org.cxbox.api.data.IDataContainer<T>
public class MassActionResultDTO<T extends org.cxbox.api.data.dto.DataResponseDTO>
extends ActionResultDTO<T>
implements org.cxbox.api.data.IDataContainer<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.cxbox.api.data.dto.MassDTO>setAction(PostAction postAction) setActions(List<PostAction> postActions) Methods inherited from class org.cxbox.core.dto.rowmeta.ActionResultDTO
clearAllActions, transformDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cxbox.api.data.IDataContainer
transformData
-
Constructor Details
-
MassActionResultDTO
-
-
Method Details
-
getMassIds_
-
setAction
- Overrides:
setActionin classActionResultDTO<T extends org.cxbox.api.data.dto.DataResponseDTO>
-
setActions
- Overrides:
setActionsin classActionResultDTO<T extends org.cxbox.api.data.dto.DataResponseDTO>
-