public class Portal_GroupServiceSoapBindingImpl extends java.lang.Object implements GroupServiceSoap
| Constructor and Description |
|---|
Portal_GroupServiceSoapBindingImpl() |
| Modifier and Type | Method and Description |
|---|---|
GroupSoap |
addGroup(long parentGroupId,
long liveGroupId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int type,
boolean manualMembership,
int membershipRestriction,
java.lang.String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
GroupSoap |
addGroup(long parentGroupId,
long liveGroupId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int type,
boolean manualMembership,
int membershipRestriction,
java.lang.String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext) |
GroupSoap |
addGroup(long parentGroupId,
long liveGroupId,
java.lang.String name,
java.lang.String description,
int type,
boolean manualMembership,
int membershipRestriction,
java.lang.String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext) |
GroupSoap |
addGroup(long parentGroupId,
java.lang.String name,
java.lang.String description,
int type,
java.lang.String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext) |
GroupSoap |
addGroup(java.lang.String name,
java.lang.String description,
int type,
java.lang.String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext) |
void |
addRoleGroups(long roleId,
long[] groupIds) |
void |
checkRemoteStagingGroup(long groupId) |
void |
deleteGroup(long groupId) |
void |
disableStaging(long groupId) |
void |
enableStaging(long groupId) |
GroupSoap |
getCompanyGroup(long companyId) |
GroupSoap |
getGroup(long groupId) |
GroupSoap |
getGroup(long companyId,
java.lang.String groupKey) |
GroupSoap[] |
getGroups(long companyId,
long parentGroupId,
boolean site) |
GroupSoap[] |
getManageableSiteGroups(java.lang.Object[] portlets,
int max) |
GroupSoap[] |
getManageableSites(java.lang.Object[] portlets,
int max) |
GroupSoap[] |
getOrganizationsGroups(OrganizationSoap[] organizations) |
GroupSoap |
getUserGroup(long companyId,
long userId) |
GroupSoap[] |
getUserGroupsGroups(UserGroupSoap[] userGroups) |
GroupSoap[] |
getUserOrganizationsGroups(long userId,
int start,
int end) |
GroupSoap[] |
getUserPlaces(long userId,
java.lang.String[] classNames,
boolean includeControlPanel,
int max) |
GroupSoap[] |
getUserPlaces(long userId,
java.lang.String[] classNames,
int max) |
GroupSoap[] |
getUserPlaces(java.lang.String[] classNames,
int max) |
int |
getUserPlacesCount() |
GroupSoap[] |
getUserSites() |
GroupSoap[] |
getUserSitesGroups() |
GroupSoap[] |
getUserSitesGroups(long userId,
java.lang.String[] classNames,
boolean includeControlPanel,
int max) |
GroupSoap[] |
getUserSitesGroups(long userId,
java.lang.String[] classNames,
int max) |
GroupSoap[] |
getUserSitesGroups(java.lang.String[] classNames,
int max) |
int |
getUserSitesGroupsCount() |
boolean |
hasUserGroup(long userId,
long groupId) |
GroupSoap[] |
search(long companyId,
java.lang.String name,
java.lang.String description,
java.lang.String[] params,
int start,
int end) |
int |
searchCount(long companyId,
java.lang.String name,
java.lang.String description,
java.lang.String[] params) |
void |
setRoleGroups(long roleId,
long[] groupIds) |
void |
unsetRoleGroups(long roleId,
long[] groupIds) |
GroupSoap |
updateFriendlyURL(long groupId,
java.lang.String friendlyURL) |
GroupSoap |
updateGroup(long groupId,
long parentGroupId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int type,
boolean manualMembership,
int membershipRestriction,
java.lang.String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
GroupSoap |
updateGroup(long groupId,
long parentGroupId,
java.lang.String name,
java.lang.String description,
int type,
boolean manualMembership,
int membershipRestriction,
java.lang.String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
GroupSoap |
updateGroup(long groupId,
java.lang.String typeSettings) |
public GroupSoap addGroup(long parentGroupId, long liveGroupId, java.lang.String[] nameMapLanguageIds, java.lang.String[] nameMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, int type, boolean manualMembership, int membershipRestriction, java.lang.String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) throws java.rmi.RemoteException
addGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap addGroup(long parentGroupId, long liveGroupId, java.lang.String[] nameMapLanguageIds, java.lang.String[] nameMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, int type, boolean manualMembership, int membershipRestriction, java.lang.String friendlyURL, boolean site, boolean inheritContent, boolean active, ServiceContext serviceContext) throws java.rmi.RemoteException
addGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap addGroup(long parentGroupId, long liveGroupId, java.lang.String name, java.lang.String description, int type, boolean manualMembership, int membershipRestriction, java.lang.String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) throws java.rmi.RemoteException
addGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap addGroup(long parentGroupId, java.lang.String name, java.lang.String description, int type, java.lang.String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) throws java.rmi.RemoteException
addGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap addGroup(java.lang.String name, java.lang.String description, int type, java.lang.String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) throws java.rmi.RemoteException
addGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic void addRoleGroups(long roleId,
long[] groupIds)
throws java.rmi.RemoteException
addRoleGroups in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic void checkRemoteStagingGroup(long groupId)
throws java.rmi.RemoteException
checkRemoteStagingGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic void deleteGroup(long groupId)
throws java.rmi.RemoteException
deleteGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic void disableStaging(long groupId)
throws java.rmi.RemoteException
disableStaging in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic void enableStaging(long groupId)
throws java.rmi.RemoteException
enableStaging in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap getCompanyGroup(long companyId) throws java.rmi.RemoteException
getCompanyGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap getGroup(long groupId) throws java.rmi.RemoteException
getGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap getGroup(long companyId, java.lang.String groupKey) throws java.rmi.RemoteException
getGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getGroups(long companyId, long parentGroupId, boolean site) throws java.rmi.RemoteException
getGroups in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getManageableSiteGroups(java.lang.Object[] portlets, int max) throws java.rmi.RemoteException
getManageableSiteGroups in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getManageableSites(java.lang.Object[] portlets, int max) throws java.rmi.RemoteException
getManageableSites in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getOrganizationsGroups(OrganizationSoap[] organizations) throws java.rmi.RemoteException
getOrganizationsGroups in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap getUserGroup(long companyId, long userId) throws java.rmi.RemoteException
getUserGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getUserGroupsGroups(UserGroupSoap[] userGroups) throws java.rmi.RemoteException
getUserGroupsGroups in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getUserOrganizationsGroups(long userId, int start, int end) throws java.rmi.RemoteException
getUserOrganizationsGroups in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic int getUserPlacesCount()
throws java.rmi.RemoteException
getUserPlacesCount in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getUserPlaces(java.lang.String[] classNames, int max) throws java.rmi.RemoteException
getUserPlaces in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getUserPlaces(long userId, java.lang.String[] classNames, boolean includeControlPanel, int max) throws java.rmi.RemoteException
getUserPlaces in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getUserPlaces(long userId, java.lang.String[] classNames, int max) throws java.rmi.RemoteException
getUserPlaces in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic int getUserSitesGroupsCount()
throws java.rmi.RemoteException
getUserSitesGroupsCount in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getUserSitesGroups() throws java.rmi.RemoteException
getUserSitesGroups in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getUserSitesGroups(java.lang.String[] classNames, int max) throws java.rmi.RemoteException
getUserSitesGroups in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getUserSitesGroups(long userId, java.lang.String[] classNames, boolean includeControlPanel, int max) throws java.rmi.RemoteException
getUserSitesGroups in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getUserSitesGroups(long userId, java.lang.String[] classNames, int max) throws java.rmi.RemoteException
getUserSitesGroups in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] getUserSites() throws java.rmi.RemoteException
getUserSites in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic boolean hasUserGroup(long userId,
long groupId)
throws java.rmi.RemoteException
hasUserGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic int searchCount(long companyId,
java.lang.String name,
java.lang.String description,
java.lang.String[] params)
throws java.rmi.RemoteException
searchCount in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap[] search(long companyId, java.lang.String name, java.lang.String description, java.lang.String[] params, int start, int end) throws java.rmi.RemoteException
search in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic void setRoleGroups(long roleId,
long[] groupIds)
throws java.rmi.RemoteException
setRoleGroups in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic void unsetRoleGroups(long roleId,
long[] groupIds)
throws java.rmi.RemoteException
unsetRoleGroups in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap updateFriendlyURL(long groupId, java.lang.String friendlyURL) throws java.rmi.RemoteException
updateFriendlyURL in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap updateGroup(long groupId, long parentGroupId, java.lang.String[] nameMapLanguageIds, java.lang.String[] nameMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, int type, boolean manualMembership, int membershipRestriction, java.lang.String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext) throws java.rmi.RemoteException
updateGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap updateGroup(long groupId, long parentGroupId, java.lang.String name, java.lang.String description, int type, boolean manualMembership, int membershipRestriction, java.lang.String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext) throws java.rmi.RemoteException
updateGroup in interface GroupServiceSoapjava.rmi.RemoteExceptionpublic GroupSoap updateGroup(long groupId, java.lang.String typeSettings) throws java.rmi.RemoteException
updateGroup in interface GroupServiceSoapjava.rmi.RemoteException