Interface AclMapper<T extends Acl>

Type Parameters:
T - the acl type
All Known Implementing Classes:
AbstractAclMapper, DefaultAclMapper

public interface AclMapper<T extends Acl>
The acl mapper.
Author:
Christian Bremer
  • Method Summary

    Modifier and Type
    Method
    Description
    map(AccessControlList accessControlList)
    Map access control list dto to business object.
    map(T acl)
    Map access control list (entity) to dto.
  • Method Details

    • map

      AccessControlList map(T acl)
      Map access control list (entity) to dto.
      Parameters:
      acl - the acl
      Returns:
      the access control list
    • map

      T map(AccessControlList accessControlList)
      Map access control list dto to business object.
      Parameters:
      accessControlList - the access control list
      Returns:
      the acl of the specified type