public abstract class PortletManagementService<T> extends WSRPService<T> implements WSRPV2PortletManagementPortType
service| Constructor and Description |
|---|
PortletManagementService(T service) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
clonePortlet(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
Lifetime lifetime,
Holder<String> portletHandle,
Holder<byte[]> portletState,
Holder<Lifetime> scheduledDestruction,
Holder<List<Extension>> extensions) |
abstract void |
copyPortlets(RegistrationContext toRegistrationContext,
UserContext toUserContext,
RegistrationContext fromRegistrationContext,
UserContext fromUserContext,
List<PortletContext> fromPortletContexts,
Lifetime lifetime,
Holder<List<CopiedPortlet>> copiedPortlets,
Holder<List<FailedPortlets>> failedPortlets,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
abstract void |
destroyPortlets(RegistrationContext registrationContext,
List<String> portletHandles,
UserContext userContext,
Holder<List<FailedPortlets>> failedPortlets,
Holder<List<Extension>> extensions) |
abstract void |
exportPortlets(RegistrationContext registrationContext,
List<PortletContext> portletContext,
UserContext userContext,
Holder<Lifetime> lifetime,
Boolean exportByValueRequired,
Holder<byte[]> exportContext,
Holder<List<ExportedPortlet>> exportedPortlet,
Holder<List<FailedPortlets>> failedPortlets,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
abstract void |
getPortletDescription(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
List<String> desiredLocales,
Holder<PortletDescription> portletDescription,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
abstract void |
getPortletProperties(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
List<String> names,
Holder<List<Property>> properties,
Holder<List<ResetProperty>> resetProperties,
Holder<List<Extension>> extensions) |
abstract void |
getPortletPropertyDescription(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
List<String> desiredLocales,
Holder<ModelDescription> modelDescription,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
abstract void |
getPortletsLifetime(RegistrationContext registrationContext,
List<PortletContext> portletContext,
UserContext userContext,
Holder<List<PortletLifetime>> portletLifetime,
Holder<List<FailedPortlets>> failedPortlets,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
abstract void |
importPortlets(RegistrationContext registrationContext,
byte[] importContext,
List<ImportPortlet> importPortlet,
UserContext userContext,
Lifetime lifetime,
Holder<List<ImportedPortlet>> importedPortlets,
Holder<List<ImportPortletsFailed>> importFailed,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
abstract List<Extension> |
releaseExport(RegistrationContext registrationContext,
byte[] exportContext,
UserContext userContext) |
abstract Lifetime |
setExportLifetime(SetExportLifetime setExportLifetime) |
abstract void |
setPortletProperties(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
PropertyList propertyList,
Holder<String> portletHandle,
Holder<byte[]> portletState,
Holder<Lifetime> scheduledDestruction,
Holder<List<Extension>> extensions) |
abstract void |
setPortletsLifetime(RegistrationContext registrationContext,
List<PortletContext> portletContext,
UserContext userContext,
Lifetime lifetime,
Holder<List<PortletLifetime>> updatedPortlet,
Holder<List<FailedPortlets>> failedPortlets,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
public PortletManagementService(T service)
public abstract void getPortletDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, List<String> desiredLocales, Holder<PortletDescription> portletDescription, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
public abstract void clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime, Holder<String> portletHandle, Holder<byte[]> portletState, Holder<Lifetime> scheduledDestruction, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
public abstract void destroyPortlets(RegistrationContext registrationContext, List<String> portletHandles, UserContext userContext, Holder<List<FailedPortlets>> failedPortlets, Holder<List<Extension>> extensions) throws InconsistentParameters, InvalidRegistration, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
public abstract void getPortletsLifetime(RegistrationContext registrationContext, List<PortletContext> portletContext, UserContext userContext, Holder<List<PortletLifetime>> portletLifetime, Holder<List<FailedPortlets>> failedPortlets, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
public abstract void setPortletsLifetime(RegistrationContext registrationContext, List<PortletContext> portletContext, UserContext userContext, Lifetime lifetime, Holder<List<PortletLifetime>> updatedPortlet, Holder<List<FailedPortlets>> failedPortlets, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
public abstract void copyPortlets(RegistrationContext toRegistrationContext, UserContext toUserContext, RegistrationContext fromRegistrationContext, UserContext fromUserContext, List<PortletContext> fromPortletContexts, Lifetime lifetime, Holder<List<CopiedPortlet>> copiedPortlets, Holder<List<FailedPortlets>> failedPortlets, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
public abstract void exportPortlets(RegistrationContext registrationContext, List<PortletContext> portletContext, UserContext userContext, Holder<Lifetime> lifetime, Boolean exportByValueRequired, Holder<byte[]> exportContext, Holder<List<ExportedPortlet>> exportedPortlet, Holder<List<FailedPortlets>> failedPortlets, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, ExportByValueNotSupported, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
public abstract void importPortlets(RegistrationContext registrationContext, byte[] importContext, List<ImportPortlet> importPortlet, UserContext userContext, Lifetime lifetime, Holder<List<ImportedPortlet>> importedPortlets, Holder<List<ImportPortletsFailed>> importFailed, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, ExportNoLongerValid, InconsistentParameters, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
public abstract List<Extension> releaseExport(RegistrationContext registrationContext, byte[] exportContext, UserContext userContext)
releaseExport in interface WSRPV2PortletManagementPortTypepublic abstract Lifetime setExportLifetime(SetExportLifetime setExportLifetime) throws AccessDenied, InvalidHandle, InvalidRegistration, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
setExportLifetime in interface WSRPV2PortletManagementPortTypeAccessDeniedInvalidHandleInvalidRegistrationModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic abstract void setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList, Holder<String> portletHandle, Holder<byte[]> portletState, Holder<Lifetime> scheduledDestruction, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
public abstract void getPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, List<String> names, Holder<List<Property>> properties, Holder<List<ResetProperty>> resetProperties, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
public abstract void getPortletPropertyDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, List<String> desiredLocales, Holder<ModelDescription> modelDescription, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
Copyright © 2006-2014 GateIn. All Rights Reserved.