Class DTOConverterUtil

java.lang.Object
com.liferay.portal.vulcan.dto.converter.util.DTOConverterUtil

public class DTOConverterUtil extends Object
  • Constructor Details

    • DTOConverterUtil

      public DTOConverterUtil()
  • Method Details

    • getModelPrimaryKey

      public static <E extends com.liferay.portal.kernel.model.BaseModel<?>, D> Long getModelPrimaryKey(DTOConverter<E,D> dtoConverter, String externalReferenceCode) throws Exception
      Throws:
      Exception