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