All Superinterfaces:
tr.com.havelsan.javarch.data.model.mapper.HvlGenericMapStructMapper<HvlOAuthAuditModel,HvlOAuthAudit>
All Known Implementing Classes:
HvlOAuthAuditMapperImpl

public interface HvlOAuthAuditMapper extends tr.com.havelsan.javarch.data.model.mapper.HvlGenericMapStructMapper<HvlOAuthAuditModel,HvlOAuthAudit>
The mapper is used for mapping between HvlOAuthAuditModel and HvlOAuthAudit
  • Method Summary

    Modifier and Type
    Method
    Description
    Convert to entity hvl o auth audit.
    void
    Map to updatable entity.

    Methods inherited from interface tr.com.havelsan.javarch.data.model.mapper.HvlGenericMapStructMapper

    convertToEntity, convertToEntityList, convertToEntitySet, convertToHvlPageModel, convertToModel, convertToModelList, convertToModelSet, mapToEntity
  • Method Details

    • convertToEntity

      HvlOAuthAudit convertToEntity(HvlOAuthAuditModel auditModel, Boolean enabled)
      Convert to entity hvl o auth audit.
      Parameters:
      auditModel - the audit model
      enabled - the enabled
      Returns:
      the hvl o auth audit
    • mapToUpdatableEntity

      void mapToUpdatableEntity(HvlOAuthAuditModel auditModel, HvlOAuthAudit audit)
      Map to updatable entity.
      Parameters:
      auditModel - the audit model
      audit - the audit