All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eurodyn.qlack.fuse.aaa.util.UserSearchHelper Maven / Gradle / Ivy

There is a newer version: 3.6.7
Show newest version
package com.eurodyn.qlack.fuse.aaa.util;

import com.eurodyn.qlack.fuse.aaa.dto.UserDTO;

/**
 * @author European Dynamics S.A.
 */
public class UserSearchHelper {

  private UserDTO userDTO;


//  public UserSearchHelper(User userEntity, Object sortCriterion) {
//    //sortCriterion is ignored since it is only included in the query
//    //for compatibility with certain DBs.
//    userDTO = ConverterUtil.userToUserDTO(userEntity);
//  }


  public UserDTO getUserDTO() {
    return userDTO;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy