Class AccountTransactionServiceImpl<T extends AccountTransaction,R extends tech.corefinance.common.repository.CommonResourceRepository<T,String>>
java.lang.Object
tech.corefinance.account.common.service.AccountTransactionServiceImpl<T,R>
- All Implemented Interfaces:
AccountTransactionService<T,,R> tech.corefinance.common.service.CommonService<String,T, R>
public abstract class AccountTransactionServiceImpl<T extends AccountTransaction,R extends tech.corefinance.common.repository.CommonResourceRepository<T,String>>
extends Object
implements AccountTransactionService<T,R>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.corefinance.common.service.CommonService
afterEntitySaved, afterItemDeleted, beforeItemDeleted, createEntityObject, createOrUpdateEntity, customEntityValidation, deleteEntity, findEntityClass, getEntityDetails, getRepository, searchByTextAndPage, searchByTextAndSort, searchData
-
Constructor Details
-
AccountTransactionServiceImpl
public AccountTransactionServiceImpl()
-
-
Method Details
-
copyAdditionalPropertiesFromDtoToEntity
-