public interface GroupServiceSoap
extends java.rmi.Remote
| 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) |
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
java.rmi.RemoteExceptionGroupSoap 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
java.rmi.RemoteExceptionGroupSoap 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
java.rmi.RemoteExceptionGroupSoap 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
java.rmi.RemoteExceptionGroupSoap 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
java.rmi.RemoteExceptionvoid addRoleGroups(long roleId,
long[] groupIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid checkRemoteStagingGroup(long groupId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteGroup(long groupId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid disableStaging(long groupId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid enableStaging(long groupId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap getCompanyGroup(long companyId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap getGroup(long groupId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap getGroup(long companyId, java.lang.String groupKey) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getGroups(long companyId, long parentGroupId, boolean site) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getManageableSiteGroups(java.lang.Object[] portlets, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getManageableSites(java.lang.Object[] portlets, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getOrganizationsGroups(OrganizationSoap[] organizations) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap getUserGroup(long companyId, long userId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getUserGroupsGroups(UserGroupSoap[] userGroups) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getUserOrganizationsGroups(long userId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getUserPlacesCount()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getUserPlaces(java.lang.String[] classNames, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getUserPlaces(long userId, java.lang.String[] classNames, boolean includeControlPanel, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getUserPlaces(long userId, java.lang.String[] classNames, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getUserSitesGroupsCount()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getUserSitesGroups() throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getUserSitesGroups(java.lang.String[] classNames, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getUserSitesGroups(long userId, java.lang.String[] classNames, boolean includeControlPanel, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getUserSitesGroups(long userId, java.lang.String[] classNames, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] getUserSites() throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean hasUserGroup(long userId,
long groupId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint searchCount(long companyId,
java.lang.String name,
java.lang.String description,
java.lang.String[] params)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap[] search(long companyId, java.lang.String name, java.lang.String description, java.lang.String[] params, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setRoleGroups(long roleId,
long[] groupIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unsetRoleGroups(long roleId,
long[] groupIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap updateFriendlyURL(long groupId, java.lang.String friendlyURL) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGroupSoap 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
java.rmi.RemoteExceptionGroupSoap 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
java.rmi.RemoteExceptionGroupSoap updateGroup(long groupId, java.lang.String typeSettings) throws java.rmi.RemoteException
java.rmi.RemoteException