Package org.cxbox.core.service.action
Class Actions<T extends org.cxbox.api.data.dto.DataResponseDTO>
- java.lang.Object
-
- org.cxbox.core.service.action.Actions<T>
-
public class Actions<T extends org.cxbox.api.data.dto.DataResponseDTO> extends Object
-
-
Constructor Summary
Constructors Constructor Description Actions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T extends org.cxbox.api.data.dto.DataResponseDTO>
ActionsBuilder<T>builder()ActionDescription<T>getAction(String key)ActionsDTOtoDto(BusinessComponent bc)
-
-
-
Method Detail
-
builder
public static <T extends org.cxbox.api.data.dto.DataResponseDTO> ActionsBuilder<T> builder()
-
getAction
public ActionDescription<T> getAction(String key)
-
toDto
public ActionsDTO toDto(BusinessComponent bc)
-
-