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

com.cleverpine.cptranslationsutil.service.contract.TranslationService Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.cleverpine.cptranslationsutil.service.contract;

import com.cleverpine.cptranslationsutil.dto.ExportDataDTO;


public interface TranslationService {

    ExportDataDTO exportAllTranslationsByProjectAndPlatformNameOrThrow(String projectName, String platformName);

    ExportDataDTO exportAllTranslationsByProjectAndPlatformNameOrLogError(String projectName, String platformName);

    ExportDataDTO exportAllTranslationsWithDefaultsByProjectAndPlatformNameOrThrow(String projectName, String platformName);

    ExportDataDTO exportAllTranslationsWithDefaultsByProjectAndPlatformNameOrLogError(String projectName, String platformName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy