Interface ObjectRelationshipElementsParser<T>


public interface ObjectRelationshipElementsParser<T>
  • Method Details

    • getClassName

      String getClassName()
    • getCompanyId

      long getCompanyId()
    • getObjectRelationshipType

      String getObjectRelationshipType()
    • parse

      List<T> parse(com.liferay.object.model.ObjectRelationship objectRelationship, Object value) throws Exception
      Throws:
      Exception