Interface DSEnvelopeManager
@ProviderType
public interface DSEnvelopeManager
-
Method Summary
Modifier and TypeMethodDescriptionaddDSEnvelope(long companyId, long groupId, DSEnvelope dsEnvelope) voiddeleteDSEnvelopes(long companyId, long groupId, String... dsEnvelopeIds) getDSEnvelope(long companyId, long groupId, String dsEnvelopeId) getDSEnvelope(long companyId, long groupId, String dsEnvelopeId, String include) 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)
-
Method Details
-
addDSEnvelope
-
deleteDSEnvelopes
- Throws:
Exception
-
getDSEnvelope
-
getDSEnvelope
-
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)
-