@Generated(value="")
public interface CTCollectionResource
Modifier and Type | Interface and Description |
---|---|
static class |
CTCollectionResource.Builder |
static class |
CTCollectionResource.CTCollectionResourceImpl |
Modifier and Type | Method and Description |
---|---|
static CTCollectionResource.Builder |
builder() |
void |
deleteCTCollection(java.lang.Long ctCollectionId) |
void |
deleteCTCollectionBatch(java.lang.Long ctCollectionId,
java.lang.String callbackURL,
java.lang.Object object) |
HttpInvoker.HttpResponse |
deleteCTCollectionBatchHttpResponse(java.lang.Long ctCollectionId,
java.lang.String callbackURL,
java.lang.Object object) |
void |
deleteCTCollectionByExternalReferenceCode(java.lang.String externalReferenceCode) |
HttpInvoker.HttpResponse |
deleteCTCollectionByExternalReferenceCodeHttpResponse(java.lang.String externalReferenceCode) |
HttpInvoker.HttpResponse |
deleteCTCollectionHttpResponse(java.lang.Long ctCollectionId) |
CTCollection |
getCTCollection(java.lang.Long ctCollectionId) |
CTCollection |
getCTCollectionByExternalReferenceCode(java.lang.String externalReferenceCode) |
HttpInvoker.HttpResponse |
getCTCollectionByExternalReferenceCodeHttpResponse(java.lang.String externalReferenceCode) |
java.lang.String |
getCTCollectionByExternalReferenceCodeShareLink(java.lang.String externalReferenceCode) |
HttpInvoker.HttpResponse |
getCTCollectionByExternalReferenceCodeShareLinkHttpResponse(java.lang.String externalReferenceCode) |
HttpInvoker.HttpResponse |
getCTCollectionHttpResponse(java.lang.Long ctCollectionId) |
java.lang.String |
getCTCollectionShareLink(java.lang.Long ctCollectionId) |
HttpInvoker.HttpResponse |
getCTCollectionShareLinkHttpResponse(java.lang.Long ctCollectionId) |
Page<CTCollection> |
getCTCollectionsHistoryPage(java.lang.Integer classNameId,
java.lang.Integer classPK) |
HttpInvoker.HttpResponse |
getCTCollectionsHistoryPageHttpResponse(java.lang.Integer classNameId,
java.lang.Integer classPK) |
Page<CTCollection> |
getCTCollectionsPage(java.lang.String search,
java.lang.Integer[] status,
Pagination pagination,
java.lang.String sortString) |
HttpInvoker.HttpResponse |
getCTCollectionsPageHttpResponse(java.lang.String search,
java.lang.Integer[] status,
Pagination pagination,
java.lang.String sortString) |
CTCollection |
patchCTCollection(java.lang.Long ctCollectionId,
CTCollection ctCollection) |
CTCollection |
patchCTCollectionByExternalReferenceCode(java.lang.String externalReferenceCode,
CTCollection ctCollection) |
HttpInvoker.HttpResponse |
patchCTCollectionByExternalReferenceCodeHttpResponse(java.lang.String externalReferenceCode,
CTCollection ctCollection) |
HttpInvoker.HttpResponse |
patchCTCollectionHttpResponse(java.lang.Long ctCollectionId,
CTCollection ctCollection) |
CTCollection |
postCTCollection(CTCollection ctCollection) |
void |
postCTCollectionBatch(CTCollection ctCollection,
java.lang.String callbackURL,
java.lang.Object object) |
HttpInvoker.HttpResponse |
postCTCollectionBatchHttpResponse(CTCollection ctCollection,
java.lang.String callbackURL,
java.lang.Object object) |
void |
postCTCollectionByExternalReferenceCodePublish(java.lang.String externalReferenceCode) |
HttpInvoker.HttpResponse |
postCTCollectionByExternalReferenceCodePublishHttpResponse(java.lang.String externalReferenceCode) |
void |
postCTCollectionByExternalReferenceCodeSchedulePublish(java.lang.String externalReferenceCode,
java.util.Date publishDate) |
HttpInvoker.HttpResponse |
postCTCollectionByExternalReferenceCodeSchedulePublishHttpResponse(java.lang.String externalReferenceCode,
java.util.Date publishDate) |
void |
postCTCollectionCheckout(java.lang.Long ctCollectionId) |
HttpInvoker.HttpResponse |
postCTCollectionCheckoutHttpResponse(java.lang.Long ctCollectionId) |
HttpInvoker.HttpResponse |
postCTCollectionHttpResponse(CTCollection ctCollection) |
void |
postCTCollectionPublish(java.lang.Long ctCollectionId) |
HttpInvoker.HttpResponse |
postCTCollectionPublishHttpResponse(java.lang.Long ctCollectionId) |
void |
postCTCollectionSchedulePublish(java.lang.Long ctCollectionId,
java.util.Date publishDate) |
HttpInvoker.HttpResponse |
postCTCollectionSchedulePublishHttpResponse(java.lang.Long ctCollectionId,
java.util.Date publishDate) |
void |
postCTCollectionsPageExportBatch(java.lang.String search,
java.lang.Integer[] status,
java.lang.String sortString,
java.lang.String callbackURL,
java.lang.String contentType,
java.lang.String fieldNames) |
HttpInvoker.HttpResponse |
postCTCollectionsPageExportBatchHttpResponse(java.lang.String search,
java.lang.Integer[] status,
java.lang.String sortString,
java.lang.String callbackURL,
java.lang.String contentType,
java.lang.String fieldNames) |
CTCollection |
putCTCollection(java.lang.Long ctCollectionId,
CTCollection ctCollection) |
void |
putCTCollectionBatch(java.lang.Long ctCollectionId,
CTCollection ctCollection,
java.lang.String callbackURL,
java.lang.Object object) |
HttpInvoker.HttpResponse |
putCTCollectionBatchHttpResponse(java.lang.Long ctCollectionId,
CTCollection ctCollection,
java.lang.String callbackURL,
java.lang.Object object) |
HttpInvoker.HttpResponse |
putCTCollectionHttpResponse(java.lang.Long ctCollectionId,
CTCollection ctCollection) |
static CTCollectionResource.Builder builder()
Page<CTCollection> getCTCollectionsPage(java.lang.String search, java.lang.Integer[] status, Pagination pagination, java.lang.String sortString) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse getCTCollectionsPageHttpResponse(java.lang.String search, java.lang.Integer[] status, Pagination pagination, java.lang.String sortString) throws java.lang.Exception
java.lang.Exception
void postCTCollectionsPageExportBatch(java.lang.String search, java.lang.Integer[] status, java.lang.String sortString, java.lang.String callbackURL, java.lang.String contentType, java.lang.String fieldNames) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse postCTCollectionsPageExportBatchHttpResponse(java.lang.String search, java.lang.Integer[] status, java.lang.String sortString, java.lang.String callbackURL, java.lang.String contentType, java.lang.String fieldNames) throws java.lang.Exception
java.lang.Exception
CTCollection postCTCollection(CTCollection ctCollection) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse postCTCollectionHttpResponse(CTCollection ctCollection) throws java.lang.Exception
java.lang.Exception
void postCTCollectionBatch(CTCollection ctCollection, java.lang.String callbackURL, java.lang.Object object) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse postCTCollectionBatchHttpResponse(CTCollection ctCollection, java.lang.String callbackURL, java.lang.Object object) throws java.lang.Exception
java.lang.Exception
void deleteCTCollectionByExternalReferenceCode(java.lang.String externalReferenceCode) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse deleteCTCollectionByExternalReferenceCodeHttpResponse(java.lang.String externalReferenceCode) throws java.lang.Exception
java.lang.Exception
CTCollection getCTCollectionByExternalReferenceCode(java.lang.String externalReferenceCode) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse getCTCollectionByExternalReferenceCodeHttpResponse(java.lang.String externalReferenceCode) throws java.lang.Exception
java.lang.Exception
CTCollection patchCTCollectionByExternalReferenceCode(java.lang.String externalReferenceCode, CTCollection ctCollection) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse patchCTCollectionByExternalReferenceCodeHttpResponse(java.lang.String externalReferenceCode, CTCollection ctCollection) throws java.lang.Exception
java.lang.Exception
void postCTCollectionByExternalReferenceCodePublish(java.lang.String externalReferenceCode) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse postCTCollectionByExternalReferenceCodePublishHttpResponse(java.lang.String externalReferenceCode) throws java.lang.Exception
java.lang.Exception
void postCTCollectionByExternalReferenceCodeSchedulePublish(java.lang.String externalReferenceCode, java.util.Date publishDate) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse postCTCollectionByExternalReferenceCodeSchedulePublishHttpResponse(java.lang.String externalReferenceCode, java.util.Date publishDate) throws java.lang.Exception
java.lang.Exception
java.lang.String getCTCollectionByExternalReferenceCodeShareLink(java.lang.String externalReferenceCode) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse getCTCollectionByExternalReferenceCodeShareLinkHttpResponse(java.lang.String externalReferenceCode) throws java.lang.Exception
java.lang.Exception
java.lang.String getCTCollectionShareLink(java.lang.Long ctCollectionId) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse getCTCollectionShareLinkHttpResponse(java.lang.Long ctCollectionId) throws java.lang.Exception
java.lang.Exception
Page<CTCollection> getCTCollectionsHistoryPage(java.lang.Integer classNameId, java.lang.Integer classPK) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse getCTCollectionsHistoryPageHttpResponse(java.lang.Integer classNameId, java.lang.Integer classPK) throws java.lang.Exception
java.lang.Exception
void deleteCTCollection(java.lang.Long ctCollectionId) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse deleteCTCollectionHttpResponse(java.lang.Long ctCollectionId) throws java.lang.Exception
java.lang.Exception
void deleteCTCollectionBatch(java.lang.Long ctCollectionId, java.lang.String callbackURL, java.lang.Object object) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse deleteCTCollectionBatchHttpResponse(java.lang.Long ctCollectionId, java.lang.String callbackURL, java.lang.Object object) throws java.lang.Exception
java.lang.Exception
CTCollection getCTCollection(java.lang.Long ctCollectionId) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse getCTCollectionHttpResponse(java.lang.Long ctCollectionId) throws java.lang.Exception
java.lang.Exception
CTCollection patchCTCollection(java.lang.Long ctCollectionId, CTCollection ctCollection) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse patchCTCollectionHttpResponse(java.lang.Long ctCollectionId, CTCollection ctCollection) throws java.lang.Exception
java.lang.Exception
CTCollection putCTCollection(java.lang.Long ctCollectionId, CTCollection ctCollection) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse putCTCollectionHttpResponse(java.lang.Long ctCollectionId, CTCollection ctCollection) throws java.lang.Exception
java.lang.Exception
void putCTCollectionBatch(java.lang.Long ctCollectionId, CTCollection ctCollection, java.lang.String callbackURL, java.lang.Object object) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse putCTCollectionBatchHttpResponse(java.lang.Long ctCollectionId, CTCollection ctCollection, java.lang.String callbackURL, java.lang.Object object) throws java.lang.Exception
java.lang.Exception
void postCTCollectionCheckout(java.lang.Long ctCollectionId) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse postCTCollectionCheckoutHttpResponse(java.lang.Long ctCollectionId) throws java.lang.Exception
java.lang.Exception
void postCTCollectionPublish(java.lang.Long ctCollectionId) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse postCTCollectionPublishHttpResponse(java.lang.Long ctCollectionId) throws java.lang.Exception
java.lang.Exception
void postCTCollectionSchedulePublish(java.lang.Long ctCollectionId, java.util.Date publishDate) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse postCTCollectionSchedulePublishHttpResponse(java.lang.Long ctCollectionId, java.util.Date publishDate) throws java.lang.Exception
java.lang.Exception