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

io.mosip.kernel.masterdata.service.UserDetailsHistoryService Maven / Gradle / Ivy

There is a newer version: 1.2.1.0
Show newest version
package io.mosip.kernel.masterdata.service;

import io.mosip.kernel.masterdata.dto.postresponse.UserDetailsHistoryResponseDto;

/**
 * @author Sidhant Agarwal
 * @since 1.0.0
 *
 */
public interface UserDetailsHistoryService {
	/**
	 * @param userId    input from user
	 * @param effDTimes input from user
	 * @return user detail DTO for the particular input data
	 */
	UserDetailsHistoryResponseDto getByUserIdAndTimestamp(String userId, String effDTimes);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy