Class TppOperationInfoService
- java.lang.Object
-
- de.adorsys.psd2.sandbox.tpp.rest.server.service.TppOperationInfoService
-
@Service public class TppOperationInfoService extends Object
-
-
Constructor Summary
Constructors Constructor Description TppOperationInfoService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationInfocreateInfo(OperationInfo operationInfo)voiddeleteInfo(Long operationInfoId)List<OperationInfo>getOperationsByTypeAndTppId(OperationType operationType)
-
-
-
Method Detail
-
getOperationsByTypeAndTppId
public List<OperationInfo> getOperationsByTypeAndTppId(OperationType operationType)
-
createInfo
public OperationInfo createInfo(OperationInfo operationInfo)
-
deleteInfo
public void deleteInfo(Long operationInfoId)
-
-