1
7
8 package oasis.names.tc.wsrp.v1.intf;
9
10 public interface WSRP_v1_PortletManagement_PortType extends java.rmi.Remote {
11 public oasis.names.tc.wsrp.v1.types.PortletDescriptionResponse getPortletDescription(
12 oasis.names.tc.wsrp.v1.types.GetPortletDescription getPortletDescription)
13 throws java.rmi.RemoteException,
14 oasis.names.tc.wsrp.v1.types.InvalidUserCategoryFault,
15 oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
16 oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
17 oasis.names.tc.wsrp.v1.types.OperationFailedFault,
18 oasis.names.tc.wsrp.v1.types.MissingParametersFault,
19 oasis.names.tc.wsrp.v1.types.AccessDeniedFault,
20 oasis.names.tc.wsrp.v1.types.InvalidHandleFault;
21
22 public oasis.names.tc.wsrp.v1.types.PortletContext clonePortlet(
23 oasis.names.tc.wsrp.v1.types.ClonePortlet clonePortlet)
24 throws java.rmi.RemoteException,
25 oasis.names.tc.wsrp.v1.types.InvalidUserCategoryFault,
26 oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
27 oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
28 oasis.names.tc.wsrp.v1.types.OperationFailedFault,
29 oasis.names.tc.wsrp.v1.types.MissingParametersFault,
30 oasis.names.tc.wsrp.v1.types.AccessDeniedFault,
31 oasis.names.tc.wsrp.v1.types.InvalidHandleFault;
32
33 public oasis.names.tc.wsrp.v1.types.DestroyPortletsResponse destroyPortlets(
34 oasis.names.tc.wsrp.v1.types.DestroyPortlets destroyPortlets)
35 throws java.rmi.RemoteException,
36 oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
37 oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
38 oasis.names.tc.wsrp.v1.types.OperationFailedFault,
39 oasis.names.tc.wsrp.v1.types.MissingParametersFault;
40
41 public oasis.names.tc.wsrp.v1.types.PortletContext setPortletProperties(
42 oasis.names.tc.wsrp.v1.types.SetPortletProperties setPortletProperties)
43 throws java.rmi.RemoteException,
44 oasis.names.tc.wsrp.v1.types.InvalidUserCategoryFault,
45 oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
46 oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
47 oasis.names.tc.wsrp.v1.types.OperationFailedFault,
48 oasis.names.tc.wsrp.v1.types.MissingParametersFault,
49 oasis.names.tc.wsrp.v1.types.AccessDeniedFault,
50 oasis.names.tc.wsrp.v1.types.InvalidHandleFault;
51
52 public oasis.names.tc.wsrp.v1.types.PropertyList getPortletProperties(
53 oasis.names.tc.wsrp.v1.types.GetPortletProperties getPortletProperties)
54 throws java.rmi.RemoteException,
55 oasis.names.tc.wsrp.v1.types.InvalidUserCategoryFault,
56 oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
57 oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
58 oasis.names.tc.wsrp.v1.types.OperationFailedFault,
59 oasis.names.tc.wsrp.v1.types.MissingParametersFault,
60 oasis.names.tc.wsrp.v1.types.AccessDeniedFault,
61 oasis.names.tc.wsrp.v1.types.InvalidHandleFault;
62
63 public oasis.names.tc.wsrp.v1.types.PortletPropertyDescriptionResponse getPortletPropertyDescription(
64 oasis.names.tc.wsrp.v1.types.GetPortletPropertyDescription getPortletPropertyDescription)
65 throws java.rmi.RemoteException,
66 oasis.names.tc.wsrp.v1.types.InvalidUserCategoryFault,
67 oasis.names.tc.wsrp.v1.types.InconsistentParametersFault,
68 oasis.names.tc.wsrp.v1.types.InvalidRegistrationFault,
69 oasis.names.tc.wsrp.v1.types.OperationFailedFault,
70 oasis.names.tc.wsrp.v1.types.MissingParametersFault,
71 oasis.names.tc.wsrp.v1.types.AccessDeniedFault,
72 oasis.names.tc.wsrp.v1.types.InvalidHandleFault;
73 }