Uses of Class
com.glowmart.shop_management.entity.TransactionLog
Packages that use TransactionLog
-
Uses of TransactionLog in com.glowmart.shop_management.converter
Methods in com.glowmart.shop_management.converter that return TransactionLogModifier and TypeMethodDescriptionstatic TransactionLogTransactionLogConverter.convertToTransactionLog(TransactionLogDto transactionLogDto) Converts aTransactionLogDtoobject to aTransactionLogentity.Methods in com.glowmart.shop_management.converter with parameters of type TransactionLogModifier and TypeMethodDescriptionstatic TransactionLogDtoTransactionLogConverter.convertToTransactionLogDto(TransactionLog transactionLog) Converts aTransactionLogentity to aTransactionLogDto.