public interface ContentBundleServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
ContentBundle |
createContentBundle(ContentBundle contentBundle)
Creates a new
ContentBundle. |
ContentBundle[] |
createContentBundles(ContentBundle[] contentBundles)
Creates new
ContentBundle objects. |
ContentBundle |
getContentBundle(Long contentBundleId)
Returns the
ContentBundle uniquely identified by the
given ID. |
ContentBundlePage |
getContentBundlesByStatement(Statement filterStatement)
|
UpdateResult |
performContentBundleAction(ContentBundleAction contentBundleAction,
Statement filterStatement)
Performs actions on
ContentBundle objects that match
the given
Statement.query. |
ContentBundle |
updateContentBundle(ContentBundle contentBundle)
Updates the specified
ContentBundle. |
ContentBundle[] |
updateContentBundles(ContentBundle[] contentBundles)
Updates the specified
ContentBundle objects. |
ContentBundle createContentBundle(ContentBundle contentBundle) throws RemoteException, ApiException
ContentBundle.
These fields are required:
contentBundle - the content bundle to createRemoteExceptionApiExceptionContentBundle[] createContentBundles(ContentBundle[] contentBundles) throws RemoteException, ApiException
ContentBundle objects.contentBundles - the content bundles to createRemoteExceptionApiExceptionContentBundle getContentBundle(Long contentBundleId) throws RemoteException, ApiException
ContentBundle uniquely identified by the
given ID.contentBundleId - the ID of the content bundle, which must already
existContentBundle uniquely identified by the given
IDApiException - if there were errors, such as invalid IDRemoteExceptionContentBundlePage getContentBundlesByStatement(Statement filterStatement) throws RemoteException, ApiException
ContentBundlePage of ContentBundle objects
that satisfy the
given Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
ContentBundle.id |
name |
ContentBundle.name |
status |
ContentBundle.status |
filterStatement - a Publisher Query Language statement used to
filter
a set of content bundlesRemoteExceptionApiExceptionUpdateResult performContentBundleAction(ContentBundleAction contentBundleAction, Statement filterStatement) throws RemoteException, ApiException
ContentBundle objects that match
the given
Statement.query.contentBundleAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of content bundlesRemoteExceptionApiExceptionContentBundle updateContentBundle(ContentBundle contentBundle) throws RemoteException, ApiException
ContentBundle.contentBundle - the content bundle to updateRemoteExceptionApiExceptionContentBundle[] updateContentBundles(ContentBundle[] contentBundles) throws RemoteException, ApiException
ContentBundle objects.contentBundles - the content bundles to updateRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.