Interface DSEnvelopeManager


@ProviderType public interface DSEnvelopeManager
  • Method Details

    • addDSEnvelope

      DSEnvelope addDSEnvelope(long companyId, long groupId, DSEnvelope dsEnvelope)
    • deleteDSEnvelopes

      void deleteDSEnvelopes(long companyId, long groupId, String... dsEnvelopeIds) throws Exception
      Throws:
      Exception
    • getDSEnvelope

      DSEnvelope getDSEnvelope(long companyId, long groupId, String dsEnvelopeId)
    • getDSEnvelope

      DSEnvelope getDSEnvelope(long companyId, long groupId, String dsEnvelopeId, String include)
    • getDSEnvelopesPage

      com.liferay.portal.vulcan.pagination.Page<DSEnvelope> getDSEnvelopesPage(long companyId, long groupId, String fromDateString, String keywords, String order, com.liferay.portal.vulcan.pagination.Pagination pagination, String status)