Package | Description |
---|---|
com.liferay.announcements.kernel.util | |
com.liferay.asset.kernel.model | |
com.liferay.asset.kernel.service |
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.exportimport.kernel.service | |
com.liferay.exportimport.kernel.staging | |
com.liferay.exportimport.kernel.staging.permission | |
com.liferay.portal.kernel.exception |
This package defines the kernel exceptions.
|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.model.impl |
This package defines the portal model implementation base classes.
|
com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
com.liferay.portal.kernel.search | |
com.liferay.portal.kernel.security.membershippolicy | |
com.liferay.portal.kernel.security.permission |
This package defines the portal security permission interfaces and classes.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.permission |
This package defines the portal service permission interfaces and utilities.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.theme |
This package defines the portal theme classes.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
com.liferay.portal.kernel.util.comparator |
This package defines the portal comparator classes.
|
com.liferay.portal.kernel.webdav | |
com.liferay.sites.kernel.util | |
com.liferay.trash.kernel.util | |
com.liferay.users.admin.kernel.util |
Modifier and Type | Method and Description |
---|---|
static List<Group> |
AnnouncementsUtil.getGroups(ThemeDisplay themeDisplay) |
Modifier and Type | Method and Description |
---|---|
protected Group |
BaseAssetRendererFactory.getGroup(LiferayPortletRequest liferayPortletRequest) |
Modifier and Type | Method and Description |
---|---|
List<AssetTag> |
AssetTagLocalServiceWrapper.checkTags(long userId,
Group group,
String[] names)
Returns the asset tags matching the group and names, creating new asset
tags matching the names if the group doesn't already have them.
|
List<AssetTag> |
AssetTagLocalService.checkTags(long userId,
Group group,
String[] names)
Returns the asset tags matching the group and names, creating new asset
tags matching the names if the group doesn't already have them.
|
static List<AssetTag> |
AssetTagLocalServiceUtil.checkTags(long userId,
Group group,
String[] names)
Returns the asset tags matching the group and names, creating new asset
tags matching the names if the group doesn't already have them.
|
Modifier and Type | Method and Description |
---|---|
static void |
StagingLocalServiceUtil.checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext) |
void |
StagingLocalServiceWrapper.checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext) |
void |
StagingLocalService.checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext) |
static void |
StagingLocalServiceUtil.disableStaging(Group liveGroup,
ServiceContext serviceContext) |
void |
StagingLocalServiceWrapper.disableStaging(Group liveGroup,
ServiceContext serviceContext) |
void |
StagingLocalService.disableStaging(Group liveGroup,
ServiceContext serviceContext) |
static void |
StagingLocalServiceUtil.disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext) |
void |
StagingLocalServiceWrapper.disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext) |
void |
StagingLocalService.disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext) |
static void |
StagingLocalServiceUtil.enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext) |
void |
StagingLocalServiceWrapper.enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext) |
void |
StagingLocalService.enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext) |
static void |
StagingLocalServiceUtil.enableRemoteStaging(long userId,
Group stagingGroup,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext) |
void |
StagingLocalServiceWrapper.enableRemoteStaging(long userId,
Group stagingGroup,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext) |
void |
StagingLocalService.enableRemoteStaging(long userId,
Group stagingGroup,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext) |
Modifier and Type | Method and Description |
---|---|
Group |
Staging.getLiveGroup(Group group) |
static Group |
StagingUtil.getLiveGroup(Group group) |
Group |
Staging.getLiveGroup(long groupId) |
static Group |
StagingUtil.getLiveGroup(long groupId) |
Group |
Staging.getPermissionStagingGroup(Group group) |
static Group |
StagingUtil.getPermissionStagingGroup(Group group) |
Group |
Staging.getStagingGroup(long groupId) |
static Group |
StagingUtil.getStagingGroup(long groupId) |
Modifier and Type | Method and Description |
---|---|
void |
Staging.checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
checkDefaultLayoutSetBranches(long, Group, boolean, boolean,
boolean, ServiceContext) |
static void |
StagingUtil.checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
checkDefaultLayoutSetBranches(long, Group, boolean, boolean,
boolean, ServiceContext) |
void |
Staging.deleteLastImportSettings(Group liveGroup,
boolean privateLayout) |
static void |
StagingUtil.deleteLastImportSettings(Group liveGroup,
boolean privateLayout) |
Group |
Staging.getLiveGroup(Group group) |
static Group |
StagingUtil.getLiveGroup(Group group) |
Group |
Staging.getPermissionStagingGroup(Group group) |
static Group |
StagingUtil.getPermissionStagingGroup(Group group) |
String |
Staging.getRemoteSiteURL(Group stagingGroup,
boolean privateLayout) |
static String |
StagingUtil.getRemoteSiteURL(Group stagingGroup,
boolean privateLayout) |
static boolean |
LayoutStagingUtil.isBranchingLayoutSet(Group group,
boolean privateLayout) |
boolean |
LayoutStaging.isBranchingLayoutSet(Group group,
boolean privateLayout) |
boolean |
Staging.isGroupAccessible(Group group,
Group fromGroup) |
static boolean |
StagingUtil.isGroupAccessible(Group group,
Group fromGroup) |
void |
Staging.updateStaging(PortletRequest portletRequest,
Group liveGroup)
Deprecated.
As of Judson (7.1.x), replaced by
com.liferay.staging.configuration.web.internal.portlet.StagingConfigurationPortlet#editStagingConfiguration(
javax.portlet.ActionRequest, javax.portlet.ActionResponse) |
static void |
StagingUtil.updateStaging(PortletRequest portletRequest,
Group liveGroup)
Deprecated.
As of Judson (7.1.x), replaced by
com.liferay.staging.configuration.web.internal.portlet.StagingConfigurationPortlet#editStagingConfiguration(
javax.portlet.ActionRequest, javax.portlet.ActionResponse) |
Modifier and Type | Method and Description |
---|---|
Boolean |
StagingPermission.hasPermission(PermissionChecker permissionChecker,
Group group,
String className,
long classPK,
String portletId,
String actionId) |
static Boolean |
StagingPermissionUtil.hasPermission(PermissionChecker permissionChecker,
Group group,
String className,
long classPK,
String portletId,
String actionId) |
Modifier and Type | Field and Description |
---|---|
Group |
UserScreenNameException.MustNotBeUsedByGroup.group |
Constructor and Description |
---|
MustNotBeUsedByGroup(long userId,
String screenName,
Group group) |
Modifier and Type | Class and Description |
---|---|
class |
GroupWrapper
This class is a wrapper for
Group . |
Modifier and Type | Field and Description |
---|---|
static Accessor<Group,Long> |
Group.GROUP_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Group |
User.getGroup() |
Group |
UserWrapper.getGroup() |
Group |
UserGroup.getGroup() |
Group |
LayoutSetPrototypeWrapper.getGroup() |
Group |
LayoutSet.getGroup()
Returns the layout set's group.
|
Group |
CompanyWrapper.getGroup() |
Group |
UserGroupRole.getGroup() |
Group |
Company.getGroup() |
Group |
LayoutPrototypeWrapper.getGroup() |
Group |
LayoutSetWrapper.getGroup()
Returns the layout set's group.
|
Group |
UserGroupWrapper.getGroup() |
Group |
UserGroupGroupRole.getGroup() |
Group |
LayoutSetPrototype.getGroup() |
Group |
UserGroupGroupRoleWrapper.getGroup() |
Group |
Layout.getGroup()
Returns the current layout's group.
|
Group |
LayoutSetBranch.getGroup() |
Group |
Organization.getGroup() |
Group |
LayoutWrapper.getGroup()
Returns the current layout's group.
|
Group |
UserGroupRoleWrapper.getGroup() |
Group |
LayoutSetBranchWrapper.getGroup() |
Group |
OrganizationWrapper.getGroup() |
Group |
LayoutPrototype.getGroup() |
Group |
GroupWrapper.getLiveGroup() |
Group |
Group.getLiveGroup() |
Group |
GroupWrapper.getParentGroup() |
Group |
Group.getParentGroup() |
Group |
Layout.getScopeGroup() |
Group |
LayoutWrapper.getScopeGroup() |
Group |
GroupWrapper.getStagingGroup() |
Group |
Group.getStagingGroup() |
Group |
GroupWrapper.getWrappedModel() |
Group |
GroupWrapper.toEscapedModel() |
Group |
GroupModel.toEscapedModel() |
Group |
GroupWrapper.toUnescapedModel() |
Group |
GroupModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupWrapper.getAncestors() |
List<Group> |
Group.getAncestors() |
List<Group> |
GroupWrapper.getChildren(boolean site) |
List<Group> |
Group.getChildren(boolean site) |
List<Group> |
GroupWrapper.getChildrenWithLayouts(boolean site,
int start,
int end)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupWrapper.getChildrenWithLayouts(boolean, int, int,
OrderByComparator) |
List<Group> |
Group.getChildrenWithLayouts(boolean site,
int start,
int end)
Deprecated.
As of Wilberforce (7.0.x), replaced by
getChildrenWithLayouts(boolean, int, int,
OrderByComparator) |
List<Group> |
GroupWrapper.getChildrenWithLayouts(boolean site,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
Group.getChildrenWithLayouts(boolean site,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
GroupWrapper.getDescendants(boolean site) |
List<Group> |
Group.getDescendants(boolean site) |
List<Group> |
User.getGroups() |
List<Group> |
UserWrapper.getGroups() |
List<Group> |
User.getMySiteGroups() |
List<Group> |
UserWrapper.getMySiteGroups() |
List<Group> |
User.getMySiteGroups(int max) |
List<Group> |
UserWrapper.getMySiteGroups(int max) |
List<Group> |
User.getMySiteGroups(String[] classNames,
int max) |
List<Group> |
UserWrapper.getMySiteGroups(String[] classNames,
int max) |
List<Group> |
User.getSiteGroups() |
List<Group> |
UserWrapper.getSiteGroups() |
List<Group> |
User.getSiteGroups(boolean includeAdministrative) |
List<Group> |
UserWrapper.getSiteGroups(boolean includeAdministrative) |
CacheModel<Group> |
GroupWrapper.toCacheModel() |
CacheModel<Group> |
GroupModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
GroupWrapper.compareTo(Group group) |
int |
GroupModel.compareTo(Group group) |
static GroupSoap |
GroupSoap.toSoapModel(Group model) |
static GroupSoap[] |
GroupSoap.toSoapModels(Group[] models) |
static GroupSoap[][] |
GroupSoap.toSoapModels(Group[][] models) |
Modifier and Type | Method and Description |
---|---|
boolean |
OrgGroupRoleWrapper.containsGroup(List<Group> groups) |
boolean |
OrgGroupRole.containsGroup(List<Group> groups) |
List<Group> |
GroupWrapper.getChildrenWithLayouts(boolean site,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
Group.getChildrenWithLayouts(boolean site,
int start,
int end,
OrderByComparator<Group> obc) |
static GroupSoap[] |
GroupSoap.toSoapModels(List<Group> models) |
Constructor and Description |
---|
GroupWrapper(Group group) |
Modifier and Type | Method and Description |
---|---|
Group |
VirtualLayout.getGroup() |
Group |
VirtualLayout.getHostGroup() |
Constructor and Description |
---|
VirtualLayout(Layout sourceLayout,
Group targetGroup) |
Modifier and Type | Method and Description |
---|---|
PortletURL |
RequestBackedPortletURLFactory.createControlPanelActionURL(String portletId,
Group group,
long refererGroupId,
long refererPlid) |
PortletURL |
RequestBackedPortletURLFactory.createControlPanelPortletURL(String portletId,
Group group,
long refererGroupId,
long refererPlid,
String lifecycle) |
PortletURL |
RequestBackedPortletURLFactory.createControlPanelRenderURL(String portletId,
Group group,
long refererGroupId,
long refererPlid) |
PortletURL |
RequestBackedPortletURLFactory.createControlPanelResourceURL(String portletId,
Group group,
long refererGroupId,
long refererPlid) |
protected long |
BaseControlPanelEntry.getDefaultPlid(Group group,
String category) |
PortletURL |
PortletProvider.getPortletURL(javax.servlet.http.HttpServletRequest request,
Group group) |
PortletURL |
BasePortletProvider.getPortletURL(javax.servlet.http.HttpServletRequest request,
Group group) |
static PortletURL |
PortletProviderUtil.getPortletURL(javax.servlet.http.HttpServletRequest request,
Group group,
String className,
PortletProvider.Action action) |
static PortletURL |
PortletProviderUtil.getPortletURL(PortletRequest portletRequest,
Group group,
String className,
PortletProvider.Action action) |
boolean |
OmniadminControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker,
Group group,
Portlet portlet)
Returns
true if the current user is an omni administrator. |
boolean |
BaseControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker,
Group group,
Portlet portlet) |
boolean |
ControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker,
Group group,
Portlet portlet) |
boolean |
LiberalControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker,
Group group,
Portlet portlet) |
boolean |
AdministratorControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker,
Group group,
Portlet portlet)
Returns
true if the current user is the company's
administrator. |
protected boolean |
BaseControlPanelEntry.hasAccessPermissionDenied(PermissionChecker permissionChecker,
Group group,
Portlet portlet) |
protected boolean |
BaseControlPanelEntry.hasAccessPermissionExplicitlyGranted(PermissionChecker permissionChecker,
Group group,
Portlet portlet) |
protected boolean |
BaseControlPanelEntry.hasPermissionImplicitlyGranted(PermissionChecker permissionChecker,
Group group,
Portlet portlet) |
Modifier and Type | Method and Description |
---|---|
protected Group |
BaseIndexer.getSiteGroup(long groupId) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
MembershipPolicyException.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
MembershipPolicyException.addGroup(Group group) |
static void |
SiteMembershipPolicyUtil.verifyPolicy(Group group) |
void |
SiteMembershipPolicy.verifyPolicy(Group group)
Checks the integrity of the membership policy of the site and performs
operations necessary for the site's compliance.
|
void |
DummySiteMembershipPolicy.verifyPolicy(Group group) |
void |
BaseSiteMembershipPolicy.verifyPolicy(Group group) |
static void |
SiteMembershipPolicyUtil.verifyPolicy(Group group,
Group oldGroup,
List<AssetCategory> oldAssetCategories,
List<AssetTag> oldAssetTags,
Map<String,Serializable> oldExpandoAttributes,
UnicodeProperties oldTypeSettingsProperties) |
void |
SiteMembershipPolicy.verifyPolicy(Group group,
Group oldGroup,
List<AssetCategory> oldAssetCategories,
List<AssetTag> oldAssetTags,
Map<String,Serializable> oldExpandoAttributes,
UnicodeProperties oldTypeSettingsProperties)
Checks the integrity of the membership policy of the site, with respect
to the site's new attribute values, categories, tags, expando attributes,
and type settings properties, and performs operations necessary for the
compliance of the site and its site roles.
|
void |
DummySiteMembershipPolicy.verifyPolicy(Group group,
Group oldGroup,
List<AssetCategory> oldAssetCategories,
List<AssetTag> oldAssetTags,
Map<String,Serializable> oldExpandoAttributes,
UnicodeProperties oldTypeSettingsProperties) |
Modifier and Type | Method and Description |
---|---|
Collection<Group> |
UserBag.getGroups() |
Collection<Group> |
UserBag.getUserGroups() |
Collection<Group> |
UserBag.getUserOrgGroups() |
Collection<Group> |
UserBag.getUserUserGroupGroups() |
Modifier and Type | Method and Description |
---|---|
List<Role> |
ResourceActions.getRoles(long companyId,
Group group,
String modelResource,
int[] roleTypes) |
static List<Role> |
ResourceActionsUtil.getRoles(long companyId,
Group group,
String modelResource,
int[] roleTypes) |
boolean |
PermissionChecker.hasPermission(Group group,
String name,
long primKey,
String actionId) |
boolean |
PermissionChecker.hasPermission(Group group,
String name,
String primKey,
String actionId) |
boolean |
UserBag.hasUserGroup(Group group) |
boolean |
UserBag.hasUserOrgGroup(Group group) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupLocalServiceWrapper.addGroup(Group group)
Adds the group to the database.
|
static Group |
GroupLocalServiceUtil.addGroup(Group group)
Adds the group to the database.
|
Group |
GroupLocalService.addGroup(Group group)
Adds the group to the database.
|
Group |
GroupServiceWrapper.addGroup(long parentGroupId,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
static Group |
GroupServiceUtil.addGroup(long parentGroupId,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
Group |
GroupService.addGroup(long parentGroupId,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
Group |
GroupServiceWrapper.addGroup(long parentGroupId,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext) |
static Group |
GroupServiceUtil.addGroup(long parentGroupId,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext) |
Group |
GroupService.addGroup(long parentGroupId,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext) |
Group |
GroupLocalServiceWrapper.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
static Group |
GroupLocalServiceUtil.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
Group |
GroupLocalService.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
Group |
GroupLocalServiceWrapper.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext) |
static Group |
GroupLocalServiceUtil.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext) |
Group |
GroupLocalService.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext) |
Group |
GroupLocalServiceWrapper.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupLocalServiceWrapper.addGroup(long,
long, String, long, long, Map, Map, int, boolean, int,
String, boolean, boolean, ServiceContext) |
static Group |
GroupLocalServiceUtil.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupLocalServiceUtil.addGroup(long,
long, String, long, long, Map, Map, int, boolean, int,
String, boolean, boolean, ServiceContext) |
Group |
GroupLocalService.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupLocalService.addGroup(long,
long, String, long, long, Map, Map, int, boolean, int,
String, boolean, boolean, ServiceContext) |
Group |
GroupServiceWrapper.addGroup(long parentGroupId,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupServiceWrapper.addGroup(long,
long, Map, Map, int, boolean, int, String, boolean, boolean,
ServiceContext) |
static Group |
GroupServiceUtil.addGroup(long parentGroupId,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupServiceUtil.addGroup(long,
long, Map, Map, int, boolean, int, String, boolean, boolean,
ServiceContext) |
Group |
GroupService.addGroup(long parentGroupId,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupService.addGroup(long,
long, Map, Map, int, boolean, int, String, boolean, boolean,
ServiceContext) |
Group |
GroupLocalServiceWrapper.checkScopeGroup(Layout layout,
long userId) |
static Group |
GroupLocalServiceUtil.checkScopeGroup(Layout layout,
long userId) |
Group |
GroupLocalService.checkScopeGroup(Layout layout,
long userId) |
Group |
GroupLocalServiceWrapper.createGroup(long groupId)
Creates a new group with the primary key.
|
static Group |
GroupLocalServiceUtil.createGroup(long groupId)
Creates a new group with the primary key.
|
Group |
GroupLocalService.createGroup(long groupId)
Creates a new group with the primary key.
|
Group |
GroupLocalServiceWrapper.deleteGroup(Group group)
Deletes the group from the database.
|
static Group |
GroupLocalServiceUtil.deleteGroup(Group group)
Deletes the group from the database.
|
Group |
GroupLocalService.deleteGroup(Group group)
Deletes the group from the database.
|
Group |
GroupLocalServiceWrapper.deleteGroup(long groupId)
Deletes the group with the primary key from the database.
|
static Group |
GroupLocalServiceUtil.deleteGroup(long groupId)
Deletes the group with the primary key from the database.
|
Group |
GroupLocalService.deleteGroup(long groupId)
Deletes the group with the primary key from the database.
|
Group |
GroupLocalServiceWrapper.fetchCompanyGroup(long companyId)
Returns the company's group.
|
static Group |
GroupLocalServiceUtil.fetchCompanyGroup(long companyId)
Returns the company's group.
|
Group |
GroupLocalService.fetchCompanyGroup(long companyId)
Returns the company's group.
|
Group |
GroupLocalServiceWrapper.fetchFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL.
|
static Group |
GroupLocalServiceUtil.fetchFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL.
|
Group |
GroupLocalService.fetchFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL.
|
Group |
GroupLocalServiceWrapper.fetchGroup(long groupId) |
static Group |
GroupLocalServiceUtil.fetchGroup(long groupId) |
Group |
GroupLocalService.fetchGroup(long groupId) |
Group |
GroupLocalServiceWrapper.fetchGroup(long companyId,
String groupKey)
Returns the group with the matching group key by first searching the
system groups and then using the finder cache.
|
static Group |
GroupLocalServiceUtil.fetchGroup(long companyId,
String groupKey)
Returns the group with the matching group key by first searching the
system groups and then using the finder cache.
|
Group |
GroupLocalService.fetchGroup(long companyId,
String groupKey)
Returns the group with the matching group key by first searching the
system groups and then using the finder cache.
|
Group |
GroupLocalServiceWrapper.fetchGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the group with the matching UUID and company.
|
static Group |
GroupLocalServiceUtil.fetchGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the group with the matching UUID and company.
|
Group |
GroupLocalService.fetchGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the group with the matching UUID and company.
|
Group |
GroupLocalServiceWrapper.fetchStagingGroup(long liveGroupId) |
static Group |
GroupLocalServiceUtil.fetchStagingGroup(long liveGroupId) |
Group |
GroupLocalService.fetchStagingGroup(long liveGroupId) |
Group |
GroupLocalServiceWrapper.fetchUserGroup(long companyId,
long userId) |
static Group |
GroupLocalServiceUtil.fetchUserGroup(long companyId,
long userId) |
Group |
GroupLocalService.fetchUserGroup(long companyId,
long userId) |
Group |
GroupLocalServiceWrapper.fetchUserPersonalSiteGroup(long companyId)
Returns the default user's personal site group.
|
static Group |
GroupLocalServiceUtil.fetchUserPersonalSiteGroup(long companyId)
Returns the default user's personal site group.
|
Group |
GroupLocalService.fetchUserPersonalSiteGroup(long companyId)
Returns the default user's personal site group.
|
Group |
GroupServiceWrapper.getCompanyGroup(long companyId)
Returns the company group.
|
static Group |
GroupServiceUtil.getCompanyGroup(long companyId)
Returns the company group.
|
Group |
GroupLocalServiceWrapper.getCompanyGroup(long companyId)
Returns the company group.
|
static Group |
GroupLocalServiceUtil.getCompanyGroup(long companyId)
Returns the company group.
|
Group |
GroupLocalService.getCompanyGroup(long companyId)
Returns the company group.
|
Group |
GroupService.getCompanyGroup(long companyId)
Returns the company group.
|
Group |
GroupLocalServiceWrapper.getFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL.
|
static Group |
GroupLocalServiceUtil.getFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL.
|
Group |
GroupLocalService.getFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL.
|
Group |
GroupServiceWrapper.getGroup(long groupId)
Returns the group with the primary key.
|
static Group |
GroupServiceUtil.getGroup(long groupId)
Returns the group with the primary key.
|
Group |
GroupLocalServiceWrapper.getGroup(long groupId)
Returns the group with the primary key.
|
static Group |
GroupLocalServiceUtil.getGroup(long groupId)
Returns the group with the primary key.
|
Group |
GroupLocalService.getGroup(long groupId)
Returns the group with the primary key.
|
Group |
GroupService.getGroup(long groupId)
Returns the group with the primary key.
|
Group |
GroupServiceWrapper.getGroup(long companyId,
String groupKey)
Returns the group with the name.
|
static Group |
GroupServiceUtil.getGroup(long companyId,
String groupKey)
Returns the group with the name.
|
Group |
GroupLocalServiceWrapper.getGroup(long companyId,
String groupKey)
Returns the group with the matching group key.
|
static Group |
GroupLocalServiceUtil.getGroup(long companyId,
String groupKey)
Returns the group with the matching group key.
|
Group |
GroupLocalService.getGroup(long companyId,
String groupKey)
Returns the group with the matching group key.
|
Group |
GroupService.getGroup(long companyId,
String groupKey)
Returns the group with the name.
|
Group |
GroupLocalServiceWrapper.getGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the group with the matching UUID and company.
|
static Group |
GroupLocalServiceUtil.getGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the group with the matching UUID and company.
|
Group |
GroupLocalService.getGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the group with the matching UUID and company.
|
Group |
GroupLocalServiceWrapper.getLayoutGroup(long companyId,
long plid)
Returns the group associated with the layout.
|
static Group |
GroupLocalServiceUtil.getLayoutGroup(long companyId,
long plid)
Returns the group associated with the layout.
|
Group |
GroupLocalService.getLayoutGroup(long companyId,
long plid)
Returns the group associated with the layout.
|
Group |
GroupLocalServiceWrapper.getLayoutPrototypeGroup(long companyId,
long layoutPrototypeId)
Returns the group associated with the layout prototype.
|
static Group |
GroupLocalServiceUtil.getLayoutPrototypeGroup(long companyId,
long layoutPrototypeId)
Returns the group associated with the layout prototype.
|
Group |
GroupLocalService.getLayoutPrototypeGroup(long companyId,
long layoutPrototypeId)
Returns the group associated with the layout prototype.
|
Group |
GroupLocalServiceWrapper.getLayoutSetPrototypeGroup(long companyId,
long layoutSetPrototypeId)
Returns the group associated with the layout set prototype.
|
static Group |
GroupLocalServiceUtil.getLayoutSetPrototypeGroup(long companyId,
long layoutSetPrototypeId)
Returns the group associated with the layout set prototype.
|
Group |
GroupLocalService.getLayoutSetPrototypeGroup(long companyId,
long layoutSetPrototypeId)
Returns the group associated with the layout set prototype.
|
Group |
GroupLocalServiceWrapper.getOrganizationGroup(long companyId,
long organizationId)
Returns the specified organization group.
|
static Group |
GroupLocalServiceUtil.getOrganizationGroup(long companyId,
long organizationId)
Returns the specified organization group.
|
Group |
GroupLocalService.getOrganizationGroup(long companyId,
long organizationId)
Returns the specified organization group.
|
Group |
ServiceContext.getScopeGroup() |
Group |
GroupLocalServiceWrapper.getStagingGroup(long liveGroupId)
Returns the staging group.
|
static Group |
GroupLocalServiceUtil.getStagingGroup(long liveGroupId)
Returns the staging group.
|
Group |
GroupLocalService.getStagingGroup(long liveGroupId)
Returns the staging group.
|
Group |
GroupServiceWrapper.getUserGroup(long companyId,
long userId)
Returns the group directly associated with the user.
|
static Group |
GroupServiceUtil.getUserGroup(long companyId,
long userId)
Returns the group directly associated with the user.
|
Group |
GroupLocalServiceWrapper.getUserGroup(long companyId,
long userId)
Returns the group directly associated with the user.
|
static Group |
GroupLocalServiceUtil.getUserGroup(long companyId,
long userId)
Returns the group directly associated with the user.
|
Group |
GroupLocalService.getUserGroup(long companyId,
long userId)
Returns the group directly associated with the user.
|
Group |
GroupService.getUserGroup(long companyId,
long userId)
Returns the group directly associated with the user.
|
Group |
GroupLocalServiceWrapper.getUserGroupGroup(long companyId,
long userGroupId)
Returns the specified "user group" group.
|
static Group |
GroupLocalServiceUtil.getUserGroupGroup(long companyId,
long userGroupId)
Returns the specified "user group" group.
|
Group |
GroupLocalService.getUserGroupGroup(long companyId,
long userGroupId)
Returns the specified "user group" group.
|
Group |
GroupLocalServiceWrapper.getUserPersonalSiteGroup(long companyId)
Returns the default user's personal site group.
|
static Group |
GroupLocalServiceUtil.getUserPersonalSiteGroup(long companyId)
Returns the default user's personal site group.
|
Group |
GroupLocalService.getUserPersonalSiteGroup(long companyId)
Returns the default user's personal site group.
|
Group |
GroupLocalServiceWrapper.loadFetchGroup(long companyId,
String groupKey)
Returns the group with the matching group key by first searching the
system groups and then using the finder cache.
|
static Group |
GroupLocalServiceUtil.loadFetchGroup(long companyId,
String groupKey)
Returns the group with the matching group key by first searching the
system groups and then using the finder cache.
|
Group |
GroupLocalService.loadFetchGroup(long companyId,
String groupKey)
Returns the group with the matching group key by first searching the
system groups and then using the finder cache.
|
Group |
GroupLocalServiceWrapper.loadGetGroup(long companyId,
String groupKey)
Returns the group with the matching group key.
|
static Group |
GroupLocalServiceUtil.loadGetGroup(long companyId,
String groupKey)
Returns the group with the matching group key.
|
Group |
GroupLocalService.loadGetGroup(long companyId,
String groupKey)
Returns the group with the matching group key.
|
Group |
GroupServiceWrapper.updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL.
|
static Group |
GroupServiceUtil.updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL.
|
Group |
GroupLocalServiceWrapper.updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL.
|
static Group |
GroupLocalServiceUtil.updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL.
|
Group |
GroupLocalService.updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL.
|
Group |
GroupService.updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL.
|
Group |
GroupLocalServiceWrapper.updateGroup(Group group)
Updates the group in the database or adds it if it does not yet exist.
|
static Group |
GroupLocalServiceUtil.updateGroup(Group group)
Updates the group in the database or adds it if it does not yet exist.
|
Group |
GroupLocalService.updateGroup(Group group)
Updates the group in the database or adds it if it does not yet exist.
|
Group |
GroupServiceWrapper.updateGroup(long groupId,
long parentGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
static Group |
GroupServiceUtil.updateGroup(long groupId,
long parentGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
Group |
GroupLocalServiceWrapper.updateGroup(long groupId,
long parentGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
static Group |
GroupLocalServiceUtil.updateGroup(long groupId,
long parentGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
Group |
GroupLocalService.updateGroup(long groupId,
long parentGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
Group |
GroupService.updateGroup(long groupId,
long parentGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
Group |
GroupServiceWrapper.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupServiceWrapper.updateGroup(long, long, Map, Map, int, boolean, int, String,
boolean, boolean, ServiceContext) |
static Group |
GroupServiceUtil.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupServiceUtil.updateGroup(long, long, Map, Map, int, boolean, int, String,
boolean, boolean, ServiceContext) |
Group |
GroupLocalServiceWrapper.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupLocalServiceWrapper.updateGroup(long, long, Map, Map, int, boolean, int, String,
boolean, boolean, ServiceContext) |
static Group |
GroupLocalServiceUtil.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupLocalServiceUtil.updateGroup(long, long, Map, Map, int, boolean, int, String,
boolean, boolean, ServiceContext) |
Group |
GroupLocalService.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupLocalService.updateGroup(long, long, Map, Map, int, boolean, int, String,
boolean, boolean, ServiceContext) |
Group |
GroupService.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
GroupService.updateGroup(long, long, Map, Map, int, boolean, int, String,
boolean, boolean, ServiceContext) |
Group |
GroupServiceWrapper.updateGroup(long groupId,
String typeSettings)
Updates the group's type settings.
|
static Group |
GroupServiceUtil.updateGroup(long groupId,
String typeSettings)
Updates the group's type settings.
|
Group |
GroupLocalServiceWrapper.updateGroup(long groupId,
String typeSettings)
Updates the group's type settings.
|
static Group |
GroupLocalServiceUtil.updateGroup(long groupId,
String typeSettings)
Updates the group's type settings.
|
Group |
GroupLocalService.updateGroup(long groupId,
String typeSettings)
Updates the group's type settings.
|
Group |
GroupService.updateGroup(long groupId,
String typeSettings)
Updates the group's type settings.
|
Group |
GroupLocalServiceWrapper.updateSite(long groupId,
boolean site)
Associates the group with a main site if the group is an organization.
|
static Group |
GroupLocalServiceUtil.updateSite(long groupId,
boolean site)
Associates the group with a main site if the group is an organization.
|
Group |
GroupLocalService.updateSite(long groupId,
boolean site)
Associates the group with a main site if the group is an organization.
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupLocalServiceWrapper.getActiveGroups(long companyId,
boolean active)
Returns all the active or inactive groups associated with the company.
|
static List<Group> |
GroupLocalServiceUtil.getActiveGroups(long companyId,
boolean active)
Returns all the active or inactive groups associated with the company.
|
List<Group> |
GroupLocalService.getActiveGroups(long companyId,
boolean active)
Returns all the active or inactive groups associated with the company.
|
List<Group> |
GroupLocalServiceWrapper.getCompanyGroups(long companyId,
int start,
int end)
Returns a range of all the groups associated with the company.
|
static List<Group> |
GroupLocalServiceUtil.getCompanyGroups(long companyId,
int start,
int end)
Returns a range of all the groups associated with the company.
|
List<Group> |
GroupLocalService.getCompanyGroups(long companyId,
int start,
int end)
Returns a range of all the groups associated with the company.
|
List<Group> |
GroupLocalServiceWrapper.getGroups(int start,
int end)
Returns a range of all the groups.
|
static List<Group> |
GroupLocalServiceUtil.getGroups(int start,
int end)
Returns a range of all the groups.
|
List<Group> |
GroupLocalService.getGroups(int start,
int end)
Returns a range of all the groups.
|
List<Group> |
GroupLocalServiceWrapper.getGroups(long[] groupIds)
Returns the groups with the matching primary keys.
|
static List<Group> |
GroupLocalServiceUtil.getGroups(long[] groupIds)
Returns the groups with the matching primary keys.
|
List<Group> |
GroupLocalService.getGroups(long[] groupIds)
Returns the groups with the matching primary keys.
|
List<Group> |
GroupServiceWrapper.getGroups(long companyId,
long parentGroupId,
boolean site)
Returns all the groups that are direct children of the parent group.
|
static List<Group> |
GroupServiceUtil.getGroups(long companyId,
long parentGroupId,
boolean site)
Returns all the groups that are direct children of the parent group.
|
List<Group> |
GroupLocalServiceWrapper.getGroups(long companyId,
long parentGroupId,
boolean site)
Returns all the groups that are direct children of the parent group.
|
static List<Group> |
GroupLocalServiceUtil.getGroups(long companyId,
long parentGroupId,
boolean site)
Returns all the groups that are direct children of the parent group.
|
List<Group> |
GroupLocalService.getGroups(long companyId,
long parentGroupId,
boolean site)
Returns all the groups that are direct children of the parent group.
|
List<Group> |
GroupService.getGroups(long companyId,
long parentGroupId,
boolean site)
Returns all the groups that are direct children of the parent group.
|
List<Group> |
GroupLocalServiceWrapper.getGroups(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent) |
static List<Group> |
GroupLocalServiceUtil.getGroups(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent) |
List<Group> |
GroupLocalService.getGroups(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent) |
List<Group> |
GroupServiceWrapper.getGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns all the groups that are direct children of the parent group.
|
static List<Group> |
GroupServiceUtil.getGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns all the groups that are direct children of the parent group.
|
List<Group> |
GroupLocalServiceWrapper.getGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end) |
static List<Group> |
GroupLocalServiceUtil.getGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end) |
List<Group> |
GroupLocalService.getGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end) |
List<Group> |
GroupService.getGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns all the groups that are direct children of the parent group.
|
List<Group> |
GroupServiceWrapper.getGroups(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end) |
static List<Group> |
GroupServiceUtil.getGroups(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end) |
List<Group> |
GroupLocalServiceWrapper.getGroups(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end) |
static List<Group> |
GroupLocalServiceUtil.getGroups(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end) |
List<Group> |
GroupLocalService.getGroups(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end) |
List<Group> |
GroupService.getGroups(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end) |
List<Group> |
GroupLocalServiceWrapper.getGroups(long companyId,
String treePath,
boolean site) |
static List<Group> |
GroupLocalServiceUtil.getGroups(long companyId,
String treePath,
boolean site) |
List<Group> |
GroupLocalService.getGroups(long companyId,
String treePath,
boolean site) |
List<Group> |
GroupLocalServiceWrapper.getGroups(long companyId,
String className,
long parentGroupId)
Returns all the groups that are direct children of the parent group with
the matching className.
|
static List<Group> |
GroupLocalServiceUtil.getGroups(long companyId,
String className,
long parentGroupId)
Returns all the groups that are direct children of the parent group with
the matching className.
|
List<Group> |
GroupLocalService.getGroups(long companyId,
String className,
long parentGroupId)
Returns all the groups that are direct children of the parent group with
the matching className.
|
List<Group> |
GroupLocalServiceWrapper.getGroups(long companyId,
String className,
long parentGroupId,
int start,
int end)
Returns a range of all the groups that are direct children of the parent
group with the matching className.
|
static List<Group> |
GroupLocalServiceUtil.getGroups(long companyId,
String className,
long parentGroupId,
int start,
int end)
Returns a range of all the groups that are direct children of the parent
group with the matching className.
|
List<Group> |
GroupLocalService.getGroups(long companyId,
String className,
long parentGroupId,
int start,
int end)
Returns a range of all the groups that are direct children of the parent
group with the matching className.
|
List<Group> |
GroupServiceWrapper.getGtGroups(long gtGroupId,
long companyId,
long parentGroupId,
boolean site,
int size) |
static List<Group> |
GroupServiceUtil.getGtGroups(long gtGroupId,
long companyId,
long parentGroupId,
boolean site,
int size) |
List<Group> |
GroupService.getGtGroups(long gtGroupId,
long companyId,
long parentGroupId,
boolean site,
int size) |
List<Group> |
GroupLocalServiceWrapper.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
boolean active,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
static List<Group> |
GroupLocalServiceUtil.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
boolean active,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
List<Group> |
GroupLocalService.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
boolean active,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
List<Group> |
GroupLocalServiceWrapper.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
static List<Group> |
GroupLocalServiceUtil.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
List<Group> |
GroupLocalService.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
List<Group> |
GroupLocalServiceWrapper.getLiveGroups()
Returns all live groups.
|
static List<Group> |
GroupLocalServiceUtil.getLiveGroups()
Returns all live groups.
|
List<Group> |
GroupLocalService.getLiveGroups()
Returns all live groups.
|
List<Group> |
GroupServiceWrapper.getManageableSiteGroups(Collection<Portlet> portlets,
int max)
Returns a range of all the site groups for which the user has control
panel access.
|
static List<Group> |
GroupServiceUtil.getManageableSiteGroups(Collection<Portlet> portlets,
int max)
Returns a range of all the site groups for which the user has control
panel access.
|
List<Group> |
GroupService.getManageableSiteGroups(Collection<Portlet> portlets,
int max)
Returns a range of all the site groups for which the user has control
panel access.
|
List<Group> |
GroupLocalServiceWrapper.getNoLayoutsGroups(String className,
boolean privateLayout,
int start,
int end)
Returns a range of all non-system groups of a specified type (className)
that have no layouts.
|
static List<Group> |
GroupLocalServiceUtil.getNoLayoutsGroups(String className,
boolean privateLayout,
int start,
int end)
Returns a range of all non-system groups of a specified type (className)
that have no layouts.
|
List<Group> |
GroupLocalService.getNoLayoutsGroups(String className,
boolean privateLayout,
int start,
int end)
Returns a range of all non-system groups of a specified type (className)
that have no layouts.
|
List<Group> |
GroupLocalServiceWrapper.getNullFriendlyURLGroups()
Returns all non-system groups having
null or empty friendly
URLs. |
static List<Group> |
GroupLocalServiceUtil.getNullFriendlyURLGroups()
Returns all non-system groups having
null or empty friendly
URLs. |
List<Group> |
GroupLocalService.getNullFriendlyURLGroups()
Returns all non-system groups having
null or empty friendly
URLs. |
List<Group> |
GroupLocalServiceWrapper.getOrganizationGroups(long organizationId) |
static List<Group> |
GroupLocalServiceUtil.getOrganizationGroups(long organizationId) |
List<Group> |
GroupLocalService.getOrganizationGroups(long organizationId) |
List<Group> |
GroupLocalServiceWrapper.getOrganizationGroups(long organizationId,
int start,
int end) |
static List<Group> |
GroupLocalServiceUtil.getOrganizationGroups(long organizationId,
int start,
int end) |
List<Group> |
GroupLocalService.getOrganizationGroups(long organizationId,
int start,
int end) |
List<Group> |
GroupLocalServiceWrapper.getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
static List<Group> |
GroupLocalServiceUtil.getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalService.getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
Returns the groups associated with the organizations.
|
static List<Group> |
GroupServiceUtil.getOrganizationsGroups(List<Organization> organizations)
Returns the groups associated with the organizations.
|
List<Group> |
GroupLocalServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
Returns the specified organization groups.
|
static List<Group> |
GroupLocalServiceUtil.getOrganizationsGroups(List<Organization> organizations)
Returns the specified organization groups.
|
List<Group> |
GroupLocalService.getOrganizationsGroups(List<Organization> organizations)
Returns the specified organization groups.
|
List<Group> |
GroupService.getOrganizationsGroups(List<Organization> organizations)
Returns the groups associated with the organizations.
|
List<Group> |
GroupLocalServiceWrapper.getOrganizationsRelatedGroups(List<Organization> organizations)
Returns all the groups related to the organizations.
|
static List<Group> |
GroupLocalServiceUtil.getOrganizationsRelatedGroups(List<Organization> organizations)
Returns all the groups related to the organizations.
|
List<Group> |
GroupLocalService.getOrganizationsRelatedGroups(List<Organization> organizations)
Returns all the groups related to the organizations.
|
List<Group> |
GroupLocalServiceWrapper.getParentGroups(long groupId)
Returns the group followed by all its parent groups ordered by closest
ancestor.
|
static List<Group> |
GroupLocalServiceUtil.getParentGroups(long groupId)
Returns the group followed by all its parent groups ordered by closest
ancestor.
|
List<Group> |
GroupLocalService.getParentGroups(long groupId)
Returns the group followed by all its parent groups ordered by closest
ancestor.
|
List<Group> |
GroupLocalServiceWrapper.getRoleGroups(long roleId) |
static List<Group> |
GroupLocalServiceUtil.getRoleGroups(long roleId) |
List<Group> |
GroupLocalService.getRoleGroups(long roleId) |
List<Group> |
GroupLocalServiceWrapper.getRoleGroups(long roleId,
int start,
int end) |
static List<Group> |
GroupLocalServiceUtil.getRoleGroups(long roleId,
int start,
int end) |
List<Group> |
GroupLocalService.getRoleGroups(long roleId,
int start,
int end) |
List<Group> |
GroupLocalServiceWrapper.getRoleGroups(long roleId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
static List<Group> |
GroupLocalServiceUtil.getRoleGroups(long roleId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalService.getRoleGroups(long roleId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalServiceWrapper.getStagedSites() |
static List<Group> |
GroupLocalServiceUtil.getStagedSites() |
List<Group> |
GroupLocalService.getStagedSites() |
List<Group> |
GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId) |
static List<Group> |
GroupLocalServiceUtil.getUserGroupGroups(long userGroupId) |
List<Group> |
GroupLocalService.getUserGroupGroups(long userGroupId) |
List<Group> |
GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId,
int start,
int end) |
static List<Group> |
GroupLocalServiceUtil.getUserGroupGroups(long userGroupId,
int start,
int end) |
List<Group> |
GroupLocalService.getUserGroupGroups(long userGroupId,
int start,
int end) |
List<Group> |
GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
static List<Group> |
GroupLocalServiceUtil.getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalService.getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalServiceWrapper.getUserGroups(long userId) |
static List<Group> |
GroupLocalServiceUtil.getUserGroups(long userId) |
List<Group> |
GroupLocalService.getUserGroups(long userId) |
List<Group> |
GroupLocalServiceWrapper.getUserGroups(long userId,
boolean inherit)
Returns all the user's site groups and immediate organization groups,
optionally including the user's inherited organization groups and user
groups.
|
static List<Group> |
GroupLocalServiceUtil.getUserGroups(long userId,
boolean inherit)
Returns all the user's site groups and immediate organization groups,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalService.getUserGroups(long userId,
boolean inherit)
Returns all the user's site groups and immediate organization groups,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalServiceWrapper.getUserGroups(long userId,
boolean inherit,
int start,
int end)
Returns an ordered range of all the user's site groups and immediate
organization groups, optionally including the user's inherited
organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.getUserGroups(long userId,
boolean inherit,
int start,
int end)
Returns an ordered range of all the user's site groups and immediate
organization groups, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupLocalService.getUserGroups(long userId,
boolean inherit,
int start,
int end)
Returns an ordered range of all the user's site groups and immediate
organization groups, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupLocalServiceWrapper.getUserGroups(long userId,
int start,
int end) |
static List<Group> |
GroupLocalServiceUtil.getUserGroups(long userId,
int start,
int end) |
List<Group> |
GroupLocalService.getUserGroups(long userId,
int start,
int end) |
List<Group> |
GroupLocalServiceWrapper.getUserGroups(long userId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
static List<Group> |
GroupLocalServiceUtil.getUserGroups(long userId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalService.getUserGroups(long userId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
static List<Group> |
GroupServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
List<Group> |
GroupLocalServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
static List<Group> |
GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
List<Group> |
GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
List<Group> |
GroupService.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
List<Group> |
GroupLocalServiceWrapper.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
Returns all the groups related to the user groups.
|
static List<Group> |
GroupLocalServiceUtil.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
Returns all the groups related to the user groups.
|
List<Group> |
GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
Returns all the groups related to the user groups.
|
List<Group> |
GroupServiceWrapper.getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization
groups, including the ancestors of the organization groups, unless portal
property
organizations.membership.strict is set to
true . |
static List<Group> |
GroupServiceUtil.getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization
groups, including the ancestors of the organization groups, unless portal
property
organizations.membership.strict is set to
true . |
List<Group> |
GroupLocalServiceWrapper.getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization
groups, including the ancestors of the organization groups, unless portal
property
organizations.membership.strict is set to
true . |
static List<Group> |
GroupLocalServiceUtil.getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization
groups, including the ancestors of the organization groups, unless portal
property
organizations.membership.strict is set to
true . |
List<Group> |
GroupLocalService.getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization
groups, including the ancestors of the organization groups, unless portal
property
organizations.membership.strict is set to
true . |
List<Group> |
GroupService.getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization
groups, including the ancestors of the organization groups, unless portal
property
organizations.membership.strict is set to
true . |
List<Group> |
GroupServiceWrapper.getUserSitesGroups() |
static List<Group> |
GroupServiceUtil.getUserSitesGroups() |
List<Group> |
GroupService.getUserSitesGroups() |
List<Group> |
GroupLocalServiceWrapper.getUserSitesGroups(long userId) |
static List<Group> |
GroupLocalServiceUtil.getUserSitesGroups(long userId) |
List<Group> |
GroupLocalService.getUserSitesGroups(long userId) |
List<Group> |
GroupLocalServiceWrapper.getUserSitesGroups(long userId,
boolean includeAdministrative) |
static List<Group> |
GroupLocalServiceUtil.getUserSitesGroups(long userId,
boolean includeAdministrative) |
List<Group> |
GroupLocalService.getUserSitesGroups(long userId,
boolean includeAdministrative) |
List<Group> |
GroupServiceWrapper.getUserSitesGroups(long userId,
String[] classNames,
int max)
Returns the user's groups "sites" associated with the group
entity class names, including the Control Panel group if the user is
permitted to view the Control Panel.
|
static List<Group> |
GroupServiceUtil.getUserSitesGroups(long userId,
String[] classNames,
int max)
Returns the user's groups "sites" associated with the group
entity class names, including the Control Panel group if the user is
permitted to view the Control Panel.
|
List<Group> |
GroupService.getUserSitesGroups(long userId,
String[] classNames,
int max)
Returns the user's groups "sites" associated with the group
entity class names, including the Control Panel group if the user is
permitted to view the Control Panel.
|
List<Group> |
GroupServiceWrapper.getUserSitesGroups(String[] classNames,
int max)
Returns the guest or current user's groups "sites" associated
with the group entity class names, including the Control Panel group if
the user is permitted to view the Control Panel.
|
static List<Group> |
GroupServiceUtil.getUserSitesGroups(String[] classNames,
int max)
Returns the guest or current user's groups "sites" associated
with the group entity class names, including the Control Panel group if
the user is permitted to view the Control Panel.
|
List<Group> |
GroupService.getUserSitesGroups(String[] classNames,
int max)
Returns the guest or current user's groups "sites" associated
with the group entity class names, including the Control Panel group if
the user is permitted to view the Control Panel.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the company's groups, optionally
including the user's inherited organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the company's groups, optionally
including the user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the company's groups, optionally
including the user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs and keywords, optionally including the
user's inherited organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs and keywords, optionally including the
user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs and keywords, optionally including the
user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs and keywords, optionally including the
user's inherited organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs and keywords, optionally including the
user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs and keywords, optionally including the
user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs, name, and description, optionally
including the user's inherited organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs, name, and description, optionally
including the user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs, name, and description, optionally
including the user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs, name, and description, optionally
including the user's inherited organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs, name, and description, optionally
including the user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs, name, and description, optionally
including the user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs
and keywords, optionally including the user's inherited organization
groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs
and keywords, optionally including the user's inherited organization
groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs
and keywords, optionally including the user's inherited organization
groups and user groups.
|
List<Group> |
GroupServiceWrapper.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupServiceUtil.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs
and keywords, optionally including the user's inherited organization
groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs
and keywords, optionally including the user's inherited organization
groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs
and keywords, optionally including the user's inherited organization
groups and user groups.
|
List<Group> |
GroupService.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs,
name, and description, optionally including the user's inherited
organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs,
name, and description, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs,
name, and description, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupServiceWrapper.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupServiceUtil.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs,
name, and description, optionally including the user's inherited
organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs,
name, and description, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs,
name, and description, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupService.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group
that match the keywords, optionally including the user's inherited
organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group
that match the keywords, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group
that match the keywords, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the keywords, optionally including the user's inherited
organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the keywords, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the keywords, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups belonging to the parent
group and organization groups that match the name and description,
optionally including the user's inherited organization groups and user
groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups belonging to the parent
group and organization groups that match the name and description,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups belonging to the parent
group and organization groups that match the name and description,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups belonging to the parent
group and organization groups that match the name and description,
optionally including the user's inherited organization groups and user
groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups belonging to the parent
group and organization groups that match the name and description,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups belonging to the parent
group and organization groups that match the name and description,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the keywords,
optionally including the user's inherited organization groups and user
groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the keywords,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalService.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the keywords,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the keywords,
optionally including the user's inherited organization groups and user
groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the keywords,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalService.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the keywords,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
List<Group> |
GroupServiceWrapper.search(long companyId,
String name,
String description,
String[] params,
int start,
int end)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
static List<Group> |
GroupServiceUtil.search(long companyId,
String name,
String description,
String[] params,
int start,
int end)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
List<Group> |
GroupService.search(long companyId,
String name,
String description,
String[] params,
int start,
int end)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupLocalServiceWrapper.addGroup(Group group)
Adds the group to the database.
|
static Group |
GroupLocalServiceUtil.addGroup(Group group)
Adds the group to the database.
|
Group |
GroupLocalService.addGroup(Group group)
Adds the group to the database.
|
void |
GroupLocalServiceWrapper.addOrganizationGroup(long organizationId,
Group group) |
static void |
GroupLocalServiceUtil.addOrganizationGroup(long organizationId,
Group group) |
void |
GroupLocalService.addOrganizationGroup(long organizationId,
Group group) |
void |
GroupLocalServiceWrapper.addRoleGroup(long roleId,
Group group) |
static void |
GroupLocalServiceUtil.addRoleGroup(long roleId,
Group group) |
void |
GroupLocalService.addRoleGroup(long roleId,
Group group) |
void |
GroupLocalServiceWrapper.addUserGroup(long userId,
Group group) |
static void |
GroupLocalServiceUtil.addUserGroup(long userId,
Group group) |
void |
GroupLocalService.addUserGroup(long userId,
Group group) |
void |
GroupLocalServiceWrapper.addUserGroupGroup(long userGroupId,
Group group) |
static void |
GroupLocalServiceUtil.addUserGroupGroup(long userGroupId,
Group group) |
void |
GroupLocalService.addUserGroupGroup(long userGroupId,
Group group) |
Group |
GroupLocalServiceWrapper.deleteGroup(Group group)
Deletes the group from the database.
|
static Group |
GroupLocalServiceUtil.deleteGroup(Group group)
Deletes the group from the database.
|
Group |
GroupLocalService.deleteGroup(Group group)
Deletes the group from the database.
|
void |
GroupLocalServiceWrapper.deleteOrganizationGroup(long organizationId,
Group group) |
static void |
GroupLocalServiceUtil.deleteOrganizationGroup(long organizationId,
Group group) |
void |
GroupLocalService.deleteOrganizationGroup(long organizationId,
Group group) |
void |
GroupLocalServiceWrapper.deleteRoleGroup(long roleId,
Group group) |
static void |
GroupLocalServiceUtil.deleteRoleGroup(long roleId,
Group group) |
void |
GroupLocalService.deleteRoleGroup(long roleId,
Group group) |
void |
GroupLocalServiceWrapper.deleteUserGroup(long userId,
Group group) |
static void |
GroupLocalServiceUtil.deleteUserGroup(long userId,
Group group) |
void |
GroupLocalService.deleteUserGroup(long userId,
Group group) |
void |
GroupLocalServiceWrapper.deleteUserGroupGroup(long userGroupId,
Group group) |
static void |
GroupLocalServiceUtil.deleteUserGroupGroup(long userGroupId,
Group group) |
void |
GroupLocalService.deleteUserGroupGroup(long userGroupId,
Group group) |
String |
GroupLocalServiceWrapper.getGroupDescriptiveName(Group group,
Locale locale)
Deprecated.
As of Wilberforce (7.0.x), replaced by
Group#getDescriptiveName(Locale) |
static String |
GroupLocalServiceUtil.getGroupDescriptiveName(Group group,
Locale locale)
Deprecated.
As of Wilberforce (7.0.x), replaced by
Group#getDescriptiveName(Locale) |
String |
GroupLocalService.getGroupDescriptiveName(Group group,
Locale locale)
Deprecated.
As of Wilberforce (7.0.x), replaced by
getDescriptiveName(Locale) |
Map<Long,String> |
LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLs(Group siteGroup,
List<Layout> layouts,
String languageId) |
Map<Long,String> |
LayoutFriendlyURLLocalService.getLayoutFriendlyURLs(Group siteGroup,
List<Layout> layouts,
String languageId) |
static Map<Long,String> |
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLs(Group siteGroup,
List<Layout> layouts,
String languageId) |
int |
LayoutLocalServiceWrapper.getLayoutsCount(Group group,
boolean privateLayout) |
int |
LayoutLocalService.getLayoutsCount(Group group,
boolean privateLayout) |
static int |
LayoutLocalServiceUtil.getLayoutsCount(Group group,
boolean privateLayout) |
int |
LayoutLocalServiceWrapper.getLayoutsCount(Group group,
boolean privateLayout,
boolean includeUserGroups) |
int |
LayoutLocalService.getLayoutsCount(Group group,
boolean privateLayout,
boolean includeUserGroups) |
static int |
LayoutLocalServiceUtil.getLayoutsCount(Group group,
boolean privateLayout,
boolean includeUserGroups) |
int |
LayoutLocalServiceWrapper.getLayoutsCount(Group group,
boolean privateLayout,
long parentLayoutId) |
int |
LayoutLocalService.getLayoutsCount(Group group,
boolean privateLayout,
long parentLayoutId) |
static int |
LayoutLocalServiceUtil.getLayoutsCount(Group group,
boolean privateLayout,
long parentLayoutId) |
int |
LayoutLocalServiceWrapper.getLayoutsCount(Group group,
boolean privateLayout,
long[] layoutIds) |
int |
LayoutLocalService.getLayoutsCount(Group group,
boolean privateLayout,
long[] layoutIds) |
static int |
LayoutLocalServiceUtil.getLayoutsCount(Group group,
boolean privateLayout,
long[] layoutIds) |
boolean |
LayoutLocalServiceWrapper.hasLayouts(Group group) |
boolean |
LayoutLocalService.hasLayouts(Group group) |
static boolean |
LayoutLocalServiceUtil.hasLayouts(Group group) |
boolean |
LayoutLocalServiceWrapper.hasLayouts(Group group,
boolean privateLayout) |
boolean |
LayoutLocalService.hasLayouts(Group group,
boolean privateLayout) |
static boolean |
LayoutLocalServiceUtil.hasLayouts(Group group,
boolean privateLayout) |
boolean |
LayoutLocalServiceWrapper.hasLayouts(Group group,
boolean privateLayout,
boolean includeUserGroups) |
boolean |
LayoutLocalService.hasLayouts(Group group,
boolean privateLayout,
boolean includeUserGroups) |
static boolean |
LayoutLocalServiceUtil.hasLayouts(Group group,
boolean privateLayout,
boolean includeUserGroups) |
boolean |
GroupLocalServiceWrapper.isLiveGroupActive(Group group) |
static boolean |
GroupLocalServiceUtil.isLiveGroupActive(Group group) |
boolean |
GroupLocalService.isLiveGroupActive(Group group) |
void |
GroupLocalServiceWrapper.updateAsset(long userId,
Group group,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the group's asset replacing categories and tag names.
|
static void |
GroupLocalServiceUtil.updateAsset(long userId,
Group group,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the group's asset replacing categories and tag names.
|
void |
GroupLocalService.updateAsset(long userId,
Group group,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the group's asset replacing categories and tag names.
|
Group |
GroupLocalServiceWrapper.updateGroup(Group group)
Updates the group in the database or adds it if it does not yet exist.
|
static Group |
GroupLocalServiceUtil.updateGroup(Group group)
Updates the group in the database or adds it if it does not yet exist.
|
Group |
GroupLocalService.updateGroup(Group group)
Updates the group in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupLocalServiceWrapper.addOrganizationGroups(long organizationId,
List<Group> groups) |
static void |
GroupLocalServiceUtil.addOrganizationGroups(long organizationId,
List<Group> groups) |
void |
GroupLocalService.addOrganizationGroups(long organizationId,
List<Group> groups) |
void |
GroupLocalServiceWrapper.addRoleGroups(long roleId,
List<Group> groups) |
static void |
GroupLocalServiceUtil.addRoleGroups(long roleId,
List<Group> groups) |
void |
GroupLocalService.addRoleGroups(long roleId,
List<Group> groups) |
void |
GroupLocalServiceWrapper.addUserGroupGroups(long userGroupId,
List<Group> groups) |
static void |
GroupLocalServiceUtil.addUserGroupGroups(long userGroupId,
List<Group> groups) |
void |
GroupLocalService.addUserGroupGroups(long userGroupId,
List<Group> groups) |
void |
GroupLocalServiceWrapper.addUserGroups(long userId,
List<Group> groups) |
static void |
GroupLocalServiceUtil.addUserGroups(long userId,
List<Group> groups) |
void |
GroupLocalService.addUserGroups(long userId,
List<Group> groups) |
void |
GroupLocalServiceWrapper.deleteOrganizationGroups(long organizationId,
List<Group> groups) |
static void |
GroupLocalServiceUtil.deleteOrganizationGroups(long organizationId,
List<Group> groups) |
void |
GroupLocalService.deleteOrganizationGroups(long organizationId,
List<Group> groups) |
void |
GroupLocalServiceWrapper.deleteRoleGroups(long roleId,
List<Group> groups) |
static void |
GroupLocalServiceUtil.deleteRoleGroups(long roleId,
List<Group> groups) |
void |
GroupLocalService.deleteRoleGroups(long roleId,
List<Group> groups) |
void |
GroupLocalServiceWrapper.deleteUserGroupGroups(long userGroupId,
List<Group> groups) |
static void |
GroupLocalServiceUtil.deleteUserGroupGroups(long userGroupId,
List<Group> groups) |
void |
GroupLocalService.deleteUserGroupGroups(long userGroupId,
List<Group> groups) |
void |
GroupLocalServiceWrapper.deleteUserGroups(long userId,
List<Group> groups) |
static void |
GroupLocalServiceUtil.deleteUserGroups(long userId,
List<Group> groups) |
void |
GroupLocalService.deleteUserGroups(long userId,
List<Group> groups) |
List<Group> |
GroupLocalServiceWrapper.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
boolean active,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
static List<Group> |
GroupLocalServiceUtil.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
boolean active,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
List<Group> |
GroupLocalService.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
boolean active,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
List<Group> |
GroupLocalServiceWrapper.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
static List<Group> |
GroupLocalServiceUtil.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
List<Group> |
GroupLocalService.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
List<Group> |
GroupLocalServiceWrapper.getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
static List<Group> |
GroupLocalServiceUtil.getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalService.getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalServiceWrapper.getRoleGroups(long roleId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
static List<Group> |
GroupLocalServiceUtil.getRoleGroups(long roleId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalService.getRoleGroups(long roleId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
static List<Group> |
GroupLocalServiceUtil.getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalService.getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalServiceWrapper.getUserGroups(long userId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
static List<Group> |
GroupLocalServiceUtil.getUserGroups(long userId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
GroupLocalService.getUserGroups(long userId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Role> |
RoleLocalService.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups.
|
List<Role> |
RoleServiceWrapper.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups.
|
static List<Role> |
RoleServiceUtil.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups.
|
static List<Role> |
RoleLocalServiceUtil.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups.
|
List<Role> |
RoleLocalServiceWrapper.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups.
|
List<Role> |
RoleService.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs and keywords, optionally including the
user's inherited organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs and keywords, optionally including the
user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs and keywords, optionally including the
user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs, name, and description, optionally
including the user's inherited organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs, name, and description, optionally
including the user's inherited organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs, name, and description, optionally
including the user's inherited organization groups and user groups.
|
List<Group> |
GroupServiceWrapper.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupServiceUtil.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs
and keywords, optionally including the user's inherited organization
groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs
and keywords, optionally including the user's inherited organization
groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs
and keywords, optionally including the user's inherited organization
groups and user groups.
|
List<Group> |
GroupService.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
GroupServiceWrapper.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupServiceUtil.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs,
name, and description, optionally including the user's inherited
organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs,
name, and description, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs,
name, and description, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupService.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the keywords, optionally including the user's inherited
organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the keywords, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group
that match the keywords, optionally including the user's inherited
organization groups and user groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups belonging to the parent
group and organization groups that match the name and description,
optionally including the user's inherited organization groups and user
groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups belonging to the parent
group and organization groups that match the name and description,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalService.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups belonging to the parent
group and organization groups that match the name and description,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the keywords,
optionally including the user's inherited organization groups and user
groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the keywords,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalService.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the keywords,
optionally including the user's inherited organization groups and user
groups.
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
List<Group> |
GroupLocalService.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
Modifier and Type | Method and Description |
---|---|
void |
UserGroupRolePermission.check(PermissionChecker permissionChecker,
Group group,
Role role) |
static void |
UserGroupRolePermissionUtil.check(PermissionChecker permissionChecker,
Group group,
Role role) |
static void |
GroupPermissionUtil.check(PermissionChecker permissionChecker,
Group group,
String actionId) |
void |
GroupPermission.check(PermissionChecker permissionChecker,
Group group,
String actionId) |
boolean |
UserGroupRolePermission.contains(PermissionChecker permissionChecker,
Group group,
Role role) |
static boolean |
UserGroupRolePermissionUtil.contains(PermissionChecker permissionChecker,
Group group,
Role role) |
static boolean |
GroupPermissionUtil.contains(PermissionChecker permissionChecker,
Group group,
String actionId) |
boolean |
GroupPermission.contains(PermissionChecker permissionChecker,
Group group,
String actionId) |
Modifier and Type | Method and Description |
---|---|
static Group |
GroupUtil.create(long groupId)
Creates a new group with the primary key.
|
Group |
GroupPersistence.create(long groupId)
Creates a new group with the primary key.
|
static Group |
GroupUtil.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and active = ?.
|
Group |
GroupPersistence.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and active = ?.
|
static Group |
GroupUtil.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and active = ?.
|
Group |
GroupPersistence.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and active = ?.
|
static Group |
GroupUtil.fetchByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found. |
Group |
GroupPersistence.fetchByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found. |
static Group |
GroupUtil.fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
static Group |
GroupUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?.
|
Group |
GroupPersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.fetchByC_C_L_GK(long companyId,
long classNameId,
long liveGroupId,
String groupKey)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returns
null if it could not be found. |
Group |
GroupPersistence.fetchByC_C_L_GK(long companyId,
long classNameId,
long liveGroupId,
String groupKey)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returns
null if it could not be found. |
static Group |
GroupUtil.fetchByC_C_L_GK(long companyId,
long classNameId,
long liveGroupId,
String groupKey,
boolean retrieveFromCache)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returns
null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByC_C_L_GK(long companyId,
long classNameId,
long liveGroupId,
String groupKey,
boolean retrieveFromCache)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returns
null if it could not be found, optionally using the finder cache. |
static Group |
GroupUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?.
|
Group |
GroupPersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.fetchByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByC_CPK_First(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where classNameId = ? and classPK = ?.
|
Group |
GroupPersistence.fetchByC_CPK_First(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where classNameId = ? and classPK = ?.
|
static Group |
GroupUtil.fetchByC_CPK_Last(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where classNameId = ? and classPK = ?.
|
Group |
GroupPersistence.fetchByC_CPK_Last(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where classNameId = ? and classPK = ?.
|
static Group |
GroupUtil.fetchByC_F(long companyId,
String friendlyURL)
Returns the group where companyId = ? and friendlyURL = ? or returns
null if it could not be found. |
Group |
GroupPersistence.fetchByC_F(long companyId,
String friendlyURL)
Returns the group where companyId = ? and friendlyURL = ? or returns
null if it could not be found. |
static Group |
GroupUtil.fetchByC_F(long companyId,
String friendlyURL,
boolean retrieveFromCache)
Returns the group where companyId = ? and friendlyURL = ? or returns
null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByC_F(long companyId,
String friendlyURL,
boolean retrieveFromCache)
Returns the group where companyId = ? and friendlyURL = ? or returns
null if it could not be found, optionally using the finder cache. |
static Group |
GroupUtil.fetchByC_GK(long companyId,
String groupKey)
Returns the group where companyId = ? and groupKey = ? or returns
null if it could not be found. |
Group |
GroupPersistence.fetchByC_GK(long companyId,
String groupKey)
Returns the group where companyId = ? and groupKey = ? or returns
null if it could not be found. |
static Group |
GroupUtil.fetchByC_GK(long companyId,
String groupKey,
boolean retrieveFromCache)
Returns the group where companyId = ? and groupKey = ? or returns
null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByC_GK(long companyId,
String groupKey,
boolean retrieveFromCache)
Returns the group where companyId = ? and groupKey = ? or returns
null if it could not be found, optionally using the finder cache. |
static Group |
GroupUtil.fetchByC_L_GK(long companyId,
long liveGroupId,
String groupKey)
Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returns
null if it could not be found. |
Group |
GroupPersistence.fetchByC_L_GK(long companyId,
long liveGroupId,
String groupKey)
Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returns
null if it could not be found. |
static Group |
GroupUtil.fetchByC_L_GK(long companyId,
long liveGroupId,
String groupKey,
boolean retrieveFromCache)
Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returns
null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByC_L_GK(long companyId,
long liveGroupId,
String groupKey,
boolean retrieveFromCache)
Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returns
null if it could not be found, optionally using the finder cache. |
static Group |
GroupUtil.fetchByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByC_P_LikeN_S_First(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group |
GroupPersistence.fetchByC_P_LikeN_S_First(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group |
GroupUtil.fetchByC_P_LikeN_S_Last(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group |
GroupPersistence.fetchByC_P_LikeN_S_Last(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group |
GroupUtil.fetchByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.fetchByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.fetchByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group |
GroupPersistence.fetchByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group |
GroupUtil.fetchByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group |
GroupPersistence.fetchByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group |
GroupUtil.fetchByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.fetchByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.fetchByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?.
|
Group |
GroupPersistence.fetchByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?.
|
static Group |
GroupUtil.fetchByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?.
|
Group |
GroupPersistence.fetchByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?.
|
static Group |
GroupUtil.fetchByC_T_S_First(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group |
GroupPersistence.fetchByC_T_S_First(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static Group |
GroupUtil.fetchByC_T_S_Last(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group |
GroupPersistence.fetchByC_T_S_Last(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static Group |
GroupUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?.
|
Group |
GroupPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?.
|
static Group |
GroupUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?.
|
Group |
GroupPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?.
|
static Group |
GroupUtil.fetchByG_C_C_P_First(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByG_C_C_P_First(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByG_C_C_P_Last(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByG_C_C_P_Last(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByG_C_P_S_First(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.fetchByG_C_P_S_First(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.fetchByG_C_P_S_Last(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.fetchByG_C_P_S_Last(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.fetchByLiveGroupId(long liveGroupId)
Returns the group where liveGroupId = ? or returns
null if it could not be found. |
Group |
GroupPersistence.fetchByLiveGroupId(long liveGroupId)
Returns the group where liveGroupId = ? or returns
null if it could not be found. |
static Group |
GroupUtil.fetchByLiveGroupId(long liveGroupId,
boolean retrieveFromCache)
Returns the group where liveGroupId = ? or returns
null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByLiveGroupId(long liveGroupId,
boolean retrieveFromCache)
Returns the group where liveGroupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static Group |
GroupUtil.fetchByPrimaryKey(long groupId)
Returns the group with the primary key or returns
null if it could not be found. |
Group |
GroupPersistence.fetchByPrimaryKey(long groupId)
Returns the group with the primary key or returns
null if it could not be found. |
static Group |
GroupUtil.fetchByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?.
|
Group |
GroupPersistence.fetchByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?.
|
static Group |
GroupUtil.fetchByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?.
|
Group |
GroupPersistence.fetchByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?.
|
static Group |
GroupUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?.
|
Group |
GroupPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?.
|
static Group |
GroupUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?.
|
Group |
GroupPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?.
|
static Group |
GroupUtil.fetchByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?.
|
Group |
GroupPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?.
|
static Group |
GroupUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the group where uuid = ? and groupId = ? or returns
null if it could not be found. |
Group |
GroupPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the group where uuid = ? and groupId = ? or returns
null if it could not be found. |
static Group |
GroupUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the group where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the group where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static Group |
GroupUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?.
|
Group |
GroupPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?.
|
static Group |
GroupUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and active = ?.
|
Group |
GroupPersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and active = ?.
|
static Group |
GroupUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and active = ?.
|
Group |
GroupPersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and active = ?.
|
static Group[] |
GroupUtil.findByC_A_PrevAndNext(long groupId,
long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.
|
Group[] |
GroupPersistence.findByC_A_PrevAndNext(long groupId,
long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.
|
static Group |
GroupUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?.
|
Group |
GroupPersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.findByC_C_L_GK(long companyId,
long classNameId,
long liveGroupId,
String groupKey)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_C_L_GK(long companyId,
long classNameId,
long liveGroupId,
String groupKey)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?.
|
Group |
GroupPersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.findByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group[] |
GroupUtil.findByC_C_P_PrevAndNext(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group[] |
GroupPersistence.findByC_C_P_PrevAndNext(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group[] |
GroupUtil.findByC_C_PrevAndNext(long groupId,
long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.
|
Group[] |
GroupPersistence.findByC_C_PrevAndNext(long groupId,
long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.findByC_CPK_First(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where classNameId = ? and classPK = ?.
|
Group |
GroupPersistence.findByC_CPK_First(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where classNameId = ? and classPK = ?.
|
static Group |
GroupUtil.findByC_CPK_Last(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where classNameId = ? and classPK = ?.
|
Group |
GroupPersistence.findByC_CPK_Last(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where classNameId = ? and classPK = ?.
|
static Group[] |
GroupUtil.findByC_CPK_PrevAndNext(long groupId,
long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where classNameId = ? and classPK = ?.
|
Group[] |
GroupPersistence.findByC_CPK_PrevAndNext(long groupId,
long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where classNameId = ? and classPK = ?.
|
static Group |
GroupUtil.findByC_F(long companyId,
String friendlyURL)
Returns the group where companyId = ? and friendlyURL = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_F(long companyId,
String friendlyURL)
Returns the group where companyId = ? and friendlyURL = ? or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByC_GK(long companyId,
String groupKey)
Returns the group where companyId = ? and groupKey = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_GK(long companyId,
String groupKey)
Returns the group where companyId = ? and groupKey = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupFinder.findByC_GK(long companyId,
String groupKey) |
static Group |
GroupFinderUtil.findByC_GK(long companyId,
String groupKey) |
static Group |
GroupUtil.findByC_L_GK(long companyId,
long liveGroupId,
String groupKey)
Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_L_GK(long companyId,
long liveGroupId,
String groupKey)
Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_P_LikeN_S_First(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group |
GroupPersistence.findByC_P_LikeN_S_First(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group |
GroupUtil.findByC_P_LikeN_S_Last(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group |
GroupPersistence.findByC_P_LikeN_S_Last(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group[] |
GroupUtil.findByC_P_LikeN_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group[] |
GroupPersistence.findByC_P_LikeN_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group[] |
GroupUtil.findByC_P_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group[] |
GroupPersistence.findByC_P_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.findByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.findByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group |
GroupPersistence.findByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group |
GroupUtil.findByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group |
GroupPersistence.findByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group[] |
GroupUtil.findByC_P_S_I_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group[] |
GroupPersistence.findByC_P_S_I_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group |
GroupUtil.findByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.findByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static Group[] |
GroupUtil.findByC_P_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group[] |
GroupPersistence.findByC_P_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.findByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?.
|
Group |
GroupPersistence.findByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?.
|
static Group |
GroupUtil.findByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?.
|
Group |
GroupPersistence.findByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?.
|
static Group[] |
GroupUtil.findByC_S_PrevAndNext(long groupId,
long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.
|
Group[] |
GroupPersistence.findByC_S_PrevAndNext(long groupId,
long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.
|
static Group |
GroupUtil.findByC_T_S_First(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group |
GroupPersistence.findByC_T_S_First(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static Group |
GroupUtil.findByC_T_S_Last(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group |
GroupPersistence.findByC_T_S_Last(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static Group[] |
GroupUtil.findByC_T_S_PrevAndNext(long groupId,
long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group[] |
GroupPersistence.findByC_T_S_PrevAndNext(long groupId,
long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static Group |
GroupUtil.findByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?.
|
Group |
GroupPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?.
|
static Group |
GroupUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?.
|
Group |
GroupPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?.
|
static Group[] |
GroupUtil.findByCompanyId_PrevAndNext(long groupId,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ?.
|
Group[] |
GroupPersistence.findByCompanyId_PrevAndNext(long groupId,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ?.
|
static Group |
GroupUtil.findByG_C_C_P_First(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByG_C_C_P_First(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByG_C_C_P_Last(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByG_C_C_P_Last(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByG_C_P_S_First(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.findByG_C_P_S_First(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.findByG_C_P_S_Last(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.findByG_C_P_S_Last(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.findByLiveGroupId(long liveGroupId)
Returns the group where liveGroupId = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByLiveGroupId(long liveGroupId)
Returns the group where liveGroupId = ? or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByPrimaryKey(long groupId)
Returns the group with the primary key or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByPrimaryKey(long groupId)
Returns the group with the primary key or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?.
|
Group |
GroupPersistence.findByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?.
|
static Group |
GroupUtil.findByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?.
|
Group |
GroupPersistence.findByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?.
|
static Group[] |
GroupUtil.findByT_A_PrevAndNext(long groupId,
int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where type = ? and active = ?.
|
Group[] |
GroupPersistence.findByT_A_PrevAndNext(long groupId,
int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where type = ? and active = ?.
|
static Group |
GroupUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?.
|
Group |
GroupPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?.
|
static Group |
GroupUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?.
|
Group |
GroupPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?.
|
static Group[] |
GroupUtil.findByUuid_C_PrevAndNext(long groupId,
String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.
|
Group[] |
GroupPersistence.findByUuid_C_PrevAndNext(long groupId,
String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.
|
static Group |
GroupUtil.findByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?.
|
Group |
GroupPersistence.findByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?.
|
static Group |
GroupUtil.findByUUID_G(String uuid,
long groupId)
Returns the group where uuid = ? and groupId = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByUUID_G(String uuid,
long groupId)
Returns the group where uuid = ? and groupId = ? or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?.
|
Group |
GroupPersistence.findByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?.
|
static Group[] |
GroupUtil.findByUuid_PrevAndNext(long groupId,
String uuid,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ?.
|
Group[] |
GroupPersistence.findByUuid_PrevAndNext(long groupId,
String uuid,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ?.
|
static Group |
GroupUtil.remove(long groupId)
Removes the group with the primary key from the database.
|
Group |
GroupPersistence.remove(long groupId)
Removes the group with the primary key from the database.
|
static Group |
GroupUtil.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.
|
Group |
GroupPersistence.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.
|
static Group |
GroupUtil.removeByC_C_L_GK(long companyId,
long classNameId,
long liveGroupId,
String groupKey)
Removes the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? from the database.
|
Group |
GroupPersistence.removeByC_C_L_GK(long companyId,
long classNameId,
long liveGroupId,
String groupKey)
Removes the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? from the database.
|
static Group |
GroupUtil.removeByC_F(long companyId,
String friendlyURL)
Removes the group where companyId = ? and friendlyURL = ? from the database.
|
Group |
GroupPersistence.removeByC_F(long companyId,
String friendlyURL)
Removes the group where companyId = ? and friendlyURL = ? from the database.
|
static Group |
GroupUtil.removeByC_GK(long companyId,
String groupKey)
Removes the group where companyId = ? and groupKey = ? from the database.
|
Group |
GroupPersistence.removeByC_GK(long companyId,
String groupKey)
Removes the group where companyId = ? and groupKey = ? from the database.
|
static Group |
GroupUtil.removeByC_L_GK(long companyId,
long liveGroupId,
String groupKey)
Removes the group where companyId = ? and liveGroupId = ? and groupKey = ? from the database.
|
Group |
GroupPersistence.removeByC_L_GK(long companyId,
long liveGroupId,
String groupKey)
Removes the group where companyId = ? and liveGroupId = ? and groupKey = ? from the database.
|
static Group |
GroupUtil.removeByLiveGroupId(long liveGroupId)
Removes the group where liveGroupId = ? from the database.
|
Group |
GroupPersistence.removeByLiveGroupId(long liveGroupId)
Removes the group where liveGroupId = ? from the database.
|
static Group |
GroupUtil.removeByUUID_G(String uuid,
long groupId)
Removes the group where uuid = ? and groupId = ? from the database.
|
Group |
GroupPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the group where uuid = ? and groupId = ? from the database.
|
static Group |
GroupUtil.update(Group group) |
static Group |
GroupUtil.update(Group group,
ServiceContext serviceContext) |
static Group |
GroupUtil.updateImpl(Group group) |
Group |
GroupPersistence.updateImpl(Group group) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,Group> |
GroupUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,Group> |
GroupPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<Group> |
GroupUtil.findAll()
Returns all the groups.
|
List<Group> |
GroupPersistence.findAll()
Returns all the groups.
|
static List<Group> |
GroupUtil.findAll(int start,
int end)
Returns a range of all the groups.
|
List<Group> |
GroupPersistence.findAll(int start,
int end)
Returns a range of all the groups.
|
static List<Group> |
GroupUtil.findAll(int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups.
|
List<Group> |
GroupPersistence.findAll(int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups.
|
static List<Group> |
GroupUtil.findAll(int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups.
|
List<Group> |
GroupPersistence.findAll(int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups.
|
static List<Group> |
GroupUtil.findByC_A(long companyId,
boolean active)
Returns all the groups where companyId = ? and active = ?.
|
List<Group> |
GroupPersistence.findByC_A(long companyId,
boolean active)
Returns all the groups where companyId = ? and active = ?.
|
static List<Group> |
GroupUtil.findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the groups where companyId = ? and active = ?.
|
List<Group> |
GroupPersistence.findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the groups where companyId = ? and active = ?.
|
static List<Group> |
GroupUtil.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and active = ?.
|
List<Group> |
GroupPersistence.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and active = ?.
|
static List<Group> |
GroupUtil.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and active = ?.
|
List<Group> |
GroupPersistence.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and active = ?.
|
static List<Group> |
GroupUtil.findByC_C_P(long companyId,
long classNameId,
long parentGroupId)
Returns all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByC_C_P(long companyId,
long classNameId,
long parentGroupId)
Returns all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByC_C_P(long companyId,
long classNameId,
long parentGroupId,
int start,
int end)
Returns a range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByC_C_P(long companyId,
long classNameId,
long parentGroupId,
int start,
int end)
Returns a range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByC_C_P(long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByC_C_P(long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByC_C_P(long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByC_C_P(long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupFinder.findByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupFinderUtil.findByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupUtil.findByC_C(long companyId,
long classNameId)
Returns all the groups where companyId = ? and classNameId = ?.
|
List<Group> |
GroupPersistence.findByC_C(long companyId,
long classNameId)
Returns all the groups where companyId = ? and classNameId = ?.
|
static List<Group> |
GroupUtil.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the groups where companyId = ? and classNameId = ?.
|
List<Group> |
GroupPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the groups where companyId = ? and classNameId = ?.
|
static List<Group> |
GroupUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
|
List<Group> |
GroupPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
|
static List<Group> |
GroupUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
|
List<Group> |
GroupPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
|
static List<Group> |
GroupUtil.findByC_CPK(long classNameId,
long classPK)
Returns all the groups where classNameId = ? and classPK = ?.
|
List<Group> |
GroupPersistence.findByC_CPK(long classNameId,
long classPK)
Returns all the groups where classNameId = ? and classPK = ?.
|
static List<Group> |
GroupUtil.findByC_CPK(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the groups where classNameId = ? and classPK = ?.
|
List<Group> |
GroupPersistence.findByC_CPK(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the groups where classNameId = ? and classPK = ?.
|
static List<Group> |
GroupUtil.findByC_CPK(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where classNameId = ? and classPK = ?.
|
List<Group> |
GroupPersistence.findByC_CPK(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where classNameId = ? and classPK = ?.
|
static List<Group> |
GroupUtil.findByC_CPK(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where classNameId = ? and classPK = ?.
|
List<Group> |
GroupPersistence.findByC_CPK(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where classNameId = ? and classPK = ?.
|
static List<Group> |
GroupUtil.findByC_P_LikeN_S(long companyId,
long parentGroupId,
String name,
boolean site)
Returns all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_P_LikeN_S(long companyId,
long parentGroupId,
String name,
boolean site)
Returns all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P_LikeN_S(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end)
Returns a range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_P_LikeN_S(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end)
Returns a range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P_LikeN_S(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_P_LikeN_S(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P_LikeN_S(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_P_LikeN_S(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent)
Returns all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
List<Group> |
GroupPersistence.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent)
Returns all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static List<Group> |
GroupUtil.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
int start,
int end)
Returns a range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
List<Group> |
GroupPersistence.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
int start,
int end)
Returns a range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static List<Group> |
GroupUtil.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
List<Group> |
GroupPersistence.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static List<Group> |
GroupUtil.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
List<Group> |
GroupPersistence.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static List<Group> |
GroupUtil.findByC_P_S(long companyId,
long parentGroupId,
boolean site)
Returns all the groups where companyId = ? and parentGroupId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_P_S(long companyId,
long parentGroupId,
boolean site)
Returns all the groups where companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns a range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns a range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P(long companyId,
long parentGroupId)
Returns all the groups where companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByC_P(long companyId,
long parentGroupId)
Returns all the groups where companyId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByC_P(long companyId,
long parentGroupId,
int start,
int end)
Returns a range of all the groups where companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByC_P(long companyId,
long parentGroupId,
int start,
int end)
Returns a range of all the groups where companyId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByC_P(long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByC_P(long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByC_P(long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByC_P(long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByC_S(long companyId,
boolean site)
Returns all the groups where companyId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_S(long companyId,
boolean site)
Returns all the groups where companyId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_S(long companyId,
boolean site,
int start,
int end)
Returns a range of all the groups where companyId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_S(long companyId,
boolean site,
int start,
int end)
Returns a range of all the groups where companyId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_S(long companyId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_S(long companyId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_S(long companyId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_S(long companyId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_T_S(long companyId,
String treePath,
boolean site)
Returns all the groups where companyId = ? and treePath LIKE ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_T_S(long companyId,
String treePath,
boolean site)
Returns all the groups where companyId = ? and treePath LIKE ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_T_S(long companyId,
String treePath,
boolean site,
int start,
int end)
Returns a range of all the groups where companyId = ? and treePath LIKE ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_T_S(long companyId,
String treePath,
boolean site,
int start,
int end)
Returns a range of all the groups where companyId = ? and treePath LIKE ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_T_S(long companyId,
String treePath,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_T_S(long companyId,
String treePath,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_T_S(long companyId,
String treePath,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_T_S(long companyId,
String treePath,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.
|
static List<Group> |
GroupUtil.findByCompanyId(long companyId)
Returns all the groups where companyId = ?.
|
List<Group> |
GroupPersistence.findByCompanyId(long companyId)
Returns all the groups where companyId = ?.
|
static List<Group> |
GroupUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the groups where companyId = ?.
|
List<Group> |
GroupPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the groups where companyId = ?.
|
static List<Group> |
GroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ?.
|
List<Group> |
GroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ?.
|
static List<Group> |
GroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ?.
|
List<Group> |
GroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ?.
|
List<Group> |
GroupFinder.findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupFinderUtil.findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupUtil.findByG_C_C_P(long groupId,
long companyId,
long classNameId,
long parentGroupId)
Returns all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByG_C_C_P(long groupId,
long companyId,
long classNameId,
long parentGroupId)
Returns all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByG_C_C_P(long groupId,
long companyId,
long classNameId,
long parentGroupId,
int start,
int end)
Returns a range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByG_C_C_P(long groupId,
long companyId,
long classNameId,
long parentGroupId,
int start,
int end)
Returns a range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByG_C_C_P(long groupId,
long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByG_C_C_P(long groupId,
long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByG_C_C_P(long groupId,
long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByG_C_C_P(long groupId,
long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByG_C_P_S(long groupId,
long companyId,
long parentGroupId,
boolean site)
Returns all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByG_C_P_S(long groupId,
long companyId,
long parentGroupId,
boolean site)
Returns all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByG_C_P_S(long groupId,
long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns a range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByG_C_P_S(long groupId,
long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns a range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByG_C_P_S(long groupId,
long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByG_C_P_S(long groupId,
long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByG_C_P_S(long groupId,
long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByG_C_P_S(long groupId,
long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByG_C_P(long groupId,
long companyId,
long parentGroupId)
Returns all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByG_C_P(long groupId,
long companyId,
long parentGroupId)
Returns all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByG_C_P(long groupId,
long companyId,
long parentGroupId,
int start,
int end)
Returns a range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByG_C_P(long groupId,
long companyId,
long parentGroupId,
int start,
int end)
Returns a range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByG_C_P(long groupId,
long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByG_C_P(long groupId,
long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByG_C_P(long groupId,
long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByG_C_P(long groupId,
long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupFinder.findByL_TS_S_RSGC(long liveGroupId,
String typeSettings,
boolean site,
int remoteStagingGroupCount) |
static List<Group> |
GroupFinderUtil.findByL_TS_S_RSGC(long liveGroupId,
String typeSettings,
boolean site,
int remoteStagingGroupCount) |
List<Group> |
GroupFinder.findByLayouts(long companyId,
long parentGroupId,
boolean site,
Boolean active,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupFinderUtil.findByLayouts(long companyId,
long parentGroupId,
boolean site,
Boolean active,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
GroupFinder.findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end) |
static List<Group> |
GroupFinderUtil.findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end) |
List<Group> |
GroupFinder.findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupFinderUtil.findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
GroupFinder.findByLiveGroups() |
static List<Group> |
GroupFinderUtil.findByLiveGroups() |
List<Group> |
GroupFinder.findByNoLayouts(long classNameId,
boolean privateLayout,
int start,
int end) |
static List<Group> |
GroupFinderUtil.findByNoLayouts(long classNameId,
boolean privateLayout,
int start,
int end) |
List<Group> |
GroupFinder.findByNullFriendlyURL() |
static List<Group> |
GroupFinderUtil.findByNullFriendlyURL() |
List<Group> |
GroupFinder.findBySystem(long companyId) |
static List<Group> |
GroupFinderUtil.findBySystem(long companyId) |
static List<Group> |
GroupUtil.findByT_A(int type,
boolean active)
Returns all the groups where type = ? and active = ?.
|
List<Group> |
GroupPersistence.findByT_A(int type,
boolean active)
Returns all the groups where type = ? and active = ?.
|
static List<Group> |
GroupUtil.findByT_A(int type,
boolean active,
int start,
int end)
Returns a range of all the groups where type = ? and active = ?.
|
List<Group> |
GroupPersistence.findByT_A(int type,
boolean active,
int start,
int end)
Returns a range of all the groups where type = ? and active = ?.
|
static List<Group> |
GroupUtil.findByT_A(int type,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where type = ? and active = ?.
|
List<Group> |
GroupPersistence.findByT_A(int type,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where type = ? and active = ?.
|
static List<Group> |
GroupUtil.findByT_A(int type,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where type = ? and active = ?.
|
List<Group> |
GroupPersistence.findByT_A(int type,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where type = ? and active = ?.
|
static List<Group> |
GroupUtil.findByUuid_C(String uuid,
long companyId)
Returns all the groups where uuid = ? and companyId = ?.
|
List<Group> |
GroupPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the groups where uuid = ? and companyId = ?.
|
static List<Group> |
GroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the groups where uuid = ? and companyId = ?.
|
List<Group> |
GroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the groups where uuid = ? and companyId = ?.
|
static List<Group> |
GroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where uuid = ? and companyId = ?.
|
List<Group> |
GroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where uuid = ? and companyId = ?.
|
static List<Group> |
GroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where uuid = ? and companyId = ?.
|
List<Group> |
GroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where uuid = ? and companyId = ?.
|
static List<Group> |
GroupUtil.findByUuid(String uuid)
Returns all the groups where uuid = ?.
|
List<Group> |
GroupPersistence.findByUuid(String uuid)
Returns all the groups where uuid = ?.
|
static List<Group> |
GroupUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the groups where uuid = ?.
|
List<Group> |
GroupPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the groups where uuid = ?.
|
static List<Group> |
GroupUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where uuid = ?.
|
List<Group> |
GroupPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where uuid = ?.
|
static List<Group> |
GroupUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where uuid = ?.
|
List<Group> |
GroupPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where uuid = ?.
|
static List<Group> |
GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<Group> |
GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<Group> |
GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
UserGroupPersistence.getGroups(long pk)
Returns all the groups associated with the user group.
|
List<Group> |
UserPersistence.getGroups(long pk)
Returns all the groups associated with the user.
|
static List<Group> |
UserGroupUtil.getGroups(long pk)
Returns all the groups associated with the user group.
|
static List<Group> |
RoleUtil.getGroups(long pk)
Returns all the groups associated with the role.
|
static List<Group> |
UserUtil.getGroups(long pk)
Returns all the groups associated with the user.
|
List<Group> |
OrganizationPersistence.getGroups(long pk)
Returns all the groups associated with the organization.
|
static List<Group> |
OrganizationUtil.getGroups(long pk)
Returns all the groups associated with the organization.
|
List<Group> |
RolePersistence.getGroups(long pk)
Returns all the groups associated with the role.
|
List<Group> |
UserGroupPersistence.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the user group.
|
List<Group> |
UserPersistence.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the user.
|
static List<Group> |
UserGroupUtil.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the user group.
|
static List<Group> |
RoleUtil.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the role.
|
static List<Group> |
UserUtil.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the user.
|
List<Group> |
OrganizationPersistence.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the organization.
|
static List<Group> |
OrganizationUtil.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the organization.
|
List<Group> |
RolePersistence.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the role.
|
List<Group> |
UserGroupPersistence.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the user group.
|
List<Group> |
UserPersistence.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the user.
|
static List<Group> |
UserGroupUtil.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the user group.
|
static List<Group> |
RoleUtil.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the role.
|
static List<Group> |
UserUtil.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the user.
|
List<Group> |
OrganizationPersistence.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the organization.
|
static List<Group> |
OrganizationUtil.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the organization.
|
List<Group> |
RolePersistence.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the role.
|
Modifier and Type | Method and Description |
---|---|
void |
UserGroupPersistence.addGroup(long pk,
Group group)
Adds an association between the user group and the group.
|
void |
UserPersistence.addGroup(long pk,
Group group)
Adds an association between the user and the group.
|
static void |
UserGroupUtil.addGroup(long pk,
Group group)
Adds an association between the user group and the group.
|
static void |
RoleUtil.addGroup(long pk,
Group group)
Adds an association between the role and the group.
|
static void |
UserUtil.addGroup(long pk,
Group group)
Adds an association between the user and the group.
|
void |
OrganizationPersistence.addGroup(long pk,
Group group)
Adds an association between the organization and the group.
|
static void |
OrganizationUtil.addGroup(long pk,
Group group)
Adds an association between the organization and the group.
|
void |
RolePersistence.addGroup(long pk,
Group group)
Adds an association between the role and the group.
|
static void |
GroupUtil.cacheResult(Group group)
Caches the group in the entity cache if it is enabled.
|
void |
GroupPersistence.cacheResult(Group group)
Caches the group in the entity cache if it is enabled.
|
static void |
GroupUtil.clearCache(Group group) |
void |
UserGroupPersistence.removeGroup(long pk,
Group group)
Removes the association between the user group and the group.
|
void |
UserPersistence.removeGroup(long pk,
Group group)
Removes the association between the user and the group.
|
static void |
UserGroupUtil.removeGroup(long pk,
Group group)
Removes the association between the user group and the group.
|
static void |
RoleUtil.removeGroup(long pk,
Group group)
Removes the association between the role and the group.
|
static void |
UserUtil.removeGroup(long pk,
Group group)
Removes the association between the user and the group.
|
void |
OrganizationPersistence.removeGroup(long pk,
Group group)
Removes the association between the organization and the group.
|
static void |
OrganizationUtil.removeGroup(long pk,
Group group)
Removes the association between the organization and the group.
|
void |
RolePersistence.removeGroup(long pk,
Group group)
Removes the association between the role and the group.
|
static Group |
GroupUtil.update(Group group) |
static Group |
GroupUtil.update(Group group,
ServiceContext serviceContext) |
static Group |
GroupUtil.updateImpl(Group group) |
Group |
GroupPersistence.updateImpl(Group group) |
Modifier and Type | Method and Description |
---|---|
void |
UserGroupPersistence.addGroups(long pk,
List<Group> groups)
Adds an association between the user group and the groups.
|
void |
UserPersistence.addGroups(long pk,
List<Group> groups)
Adds an association between the user and the groups.
|
static void |
UserGroupUtil.addGroups(long pk,
List<Group> groups)
Adds an association between the user group and the groups.
|
static void |
RoleUtil.addGroups(long pk,
List<Group> groups)
Adds an association between the role and the groups.
|
static void |
UserUtil.addGroups(long pk,
List<Group> groups)
Adds an association between the user and the groups.
|
void |
OrganizationPersistence.addGroups(long pk,
List<Group> groups)
Adds an association between the organization and the groups.
|
static void |
OrganizationUtil.addGroups(long pk,
List<Group> groups)
Adds an association between the organization and the groups.
|
void |
RolePersistence.addGroups(long pk,
List<Group> groups)
Adds an association between the role and the groups.
|
static void |
GroupUtil.cacheResult(List<Group> groups)
Caches the groups in the entity cache if it is enabled.
|
void |
GroupPersistence.cacheResult(List<Group> groups)
Caches the groups in the entity cache if it is enabled.
|
static Group |
GroupUtil.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and active = ?.
|
Group |
GroupPersistence.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and active = ?.
|
static Group |
GroupUtil.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and active = ?.
|
Group |
GroupPersistence.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and active = ?.
|
static Group |
GroupUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?.
|
Group |
GroupPersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?.
|
Group |
GroupPersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.fetchByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByC_CPK_First(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where classNameId = ? and classPK = ?.
|
Group |
GroupPersistence.fetchByC_CPK_First(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where classNameId = ? and classPK = ?.
|
static Group |
GroupUtil.fetchByC_CPK_Last(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where classNameId = ? and classPK = ?.
|
Group |
GroupPersistence.fetchByC_CPK_Last(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where classNameId = ? and classPK = ?.
|
static Group |
GroupUtil.fetchByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByC_P_LikeN_S_First(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group |
GroupPersistence.fetchByC_P_LikeN_S_First(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group |
GroupUtil.fetchByC_P_LikeN_S_Last(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group |
GroupPersistence.fetchByC_P_LikeN_S_Last(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group |
GroupUtil.fetchByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.fetchByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.fetchByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group |
GroupPersistence.fetchByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group |
GroupUtil.fetchByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group |
GroupPersistence.fetchByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group |
GroupUtil.fetchByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.fetchByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.fetchByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?.
|
Group |
GroupPersistence.fetchByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?.
|
static Group |
GroupUtil.fetchByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?.
|
Group |
GroupPersistence.fetchByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?.
|
static Group |
GroupUtil.fetchByC_T_S_First(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group |
GroupPersistence.fetchByC_T_S_First(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static Group |
GroupUtil.fetchByC_T_S_Last(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group |
GroupPersistence.fetchByC_T_S_Last(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static Group |
GroupUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?.
|
Group |
GroupPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?.
|
static Group |
GroupUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?.
|
Group |
GroupPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?.
|
static Group |
GroupUtil.fetchByG_C_C_P_First(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByG_C_C_P_First(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByG_C_C_P_Last(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByG_C_C_P_Last(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.fetchByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.fetchByG_C_P_S_First(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.fetchByG_C_P_S_First(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.fetchByG_C_P_S_Last(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.fetchByG_C_P_S_Last(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.fetchByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?.
|
Group |
GroupPersistence.fetchByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?.
|
static Group |
GroupUtil.fetchByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?.
|
Group |
GroupPersistence.fetchByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?.
|
static Group |
GroupUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?.
|
Group |
GroupPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?.
|
static Group |
GroupUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?.
|
Group |
GroupPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?.
|
static Group |
GroupUtil.fetchByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?.
|
Group |
GroupPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?.
|
static Group |
GroupUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?.
|
Group |
GroupPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?.
|
static List<Group> |
GroupUtil.findAll(int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups.
|
List<Group> |
GroupPersistence.findAll(int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups.
|
static List<Group> |
GroupUtil.findAll(int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups.
|
List<Group> |
GroupPersistence.findAll(int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups.
|
static Group |
GroupUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and active = ?.
|
Group |
GroupPersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and active = ?.
|
static Group |
GroupUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and active = ?.
|
Group |
GroupPersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and active = ?.
|
static Group[] |
GroupUtil.findByC_A_PrevAndNext(long groupId,
long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.
|
Group[] |
GroupPersistence.findByC_A_PrevAndNext(long groupId,
long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.
|
static List<Group> |
GroupUtil.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and active = ?.
|
List<Group> |
GroupPersistence.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and active = ?.
|
static List<Group> |
GroupUtil.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and active = ?.
|
List<Group> |
GroupPersistence.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and active = ?.
|
static Group |
GroupUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?.
|
Group |
GroupPersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?.
|
Group |
GroupPersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.findByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group[] |
GroupUtil.findByC_C_P_PrevAndNext(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group[] |
GroupPersistence.findByC_C_P_PrevAndNext(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByC_C_P(long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByC_C_P(long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByC_C_P(long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByC_C_P(long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupFinder.findByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupFinderUtil.findByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc) |
static Group[] |
GroupUtil.findByC_C_PrevAndNext(long groupId,
long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.
|
Group[] |
GroupPersistence.findByC_C_PrevAndNext(long groupId,
long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.
|
static List<Group> |
GroupUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
|
List<Group> |
GroupPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
|
static List<Group> |
GroupUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
|
List<Group> |
GroupPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.findByC_CPK_First(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where classNameId = ? and classPK = ?.
|
Group |
GroupPersistence.findByC_CPK_First(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where classNameId = ? and classPK = ?.
|
static Group |
GroupUtil.findByC_CPK_Last(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where classNameId = ? and classPK = ?.
|
Group |
GroupPersistence.findByC_CPK_Last(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where classNameId = ? and classPK = ?.
|
static Group[] |
GroupUtil.findByC_CPK_PrevAndNext(long groupId,
long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where classNameId = ? and classPK = ?.
|
Group[] |
GroupPersistence.findByC_CPK_PrevAndNext(long groupId,
long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where classNameId = ? and classPK = ?.
|
static List<Group> |
GroupUtil.findByC_CPK(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where classNameId = ? and classPK = ?.
|
List<Group> |
GroupPersistence.findByC_CPK(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where classNameId = ? and classPK = ?.
|
static List<Group> |
GroupUtil.findByC_CPK(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where classNameId = ? and classPK = ?.
|
List<Group> |
GroupPersistence.findByC_CPK(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where classNameId = ? and classPK = ?.
|
static Group |
GroupUtil.findByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_P_LikeN_S_First(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group |
GroupPersistence.findByC_P_LikeN_S_First(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group |
GroupUtil.findByC_P_LikeN_S_Last(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group |
GroupPersistence.findByC_P_LikeN_S_Last(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group[] |
GroupUtil.findByC_P_LikeN_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group[] |
GroupPersistence.findByC_P_LikeN_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P_LikeN_S(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_P_LikeN_S(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P_LikeN_S(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_P_LikeN_S(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group[] |
GroupUtil.findByC_P_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group[] |
GroupPersistence.findByC_P_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.findByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.findByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group |
GroupPersistence.findByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group |
GroupUtil.findByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group |
GroupPersistence.findByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group[] |
GroupUtil.findByC_P_S_I_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group[] |
GroupPersistence.findByC_P_S_I_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static List<Group> |
GroupUtil.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
List<Group> |
GroupPersistence.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static List<Group> |
GroupUtil.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
List<Group> |
GroupPersistence.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group |
GroupUtil.findByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.findByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static Group[] |
GroupUtil.findByC_P_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group[] |
GroupPersistence.findByC_P_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_P(long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByC_P(long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByC_P(long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByC_P(long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?.
|
Group |
GroupPersistence.findByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?.
|
static Group |
GroupUtil.findByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?.
|
Group |
GroupPersistence.findByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?.
|
static Group[] |
GroupUtil.findByC_S_PrevAndNext(long groupId,
long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.
|
Group[] |
GroupPersistence.findByC_S_PrevAndNext(long groupId,
long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_S(long companyId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_S(long companyId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_S(long companyId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_S(long companyId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and site = ?.
|
static Group |
GroupUtil.findByC_T_S_First(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group |
GroupPersistence.findByC_T_S_First(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static Group |
GroupUtil.findByC_T_S_Last(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group |
GroupPersistence.findByC_T_S_Last(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static Group[] |
GroupUtil.findByC_T_S_PrevAndNext(long groupId,
long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group[] |
GroupPersistence.findByC_T_S_PrevAndNext(long groupId,
long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_T_S(long companyId,
String treePath,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_T_S(long companyId,
String treePath,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.
|
static List<Group> |
GroupUtil.findByC_T_S(long companyId,
String treePath,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.
|
List<Group> |
GroupPersistence.findByC_T_S(long companyId,
String treePath,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.
|
static Group |
GroupUtil.findByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?.
|
Group |
GroupPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?.
|
static Group |
GroupUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?.
|
Group |
GroupPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?.
|
static Group[] |
GroupUtil.findByCompanyId_PrevAndNext(long groupId,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ?.
|
Group[] |
GroupPersistence.findByCompanyId_PrevAndNext(long groupId,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ?.
|
static List<Group> |
GroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ?.
|
List<Group> |
GroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ?.
|
static List<Group> |
GroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ?.
|
List<Group> |
GroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where companyId = ?.
|
List<Group> |
GroupFinder.findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupFinderUtil.findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc) |
static Group |
GroupUtil.findByG_C_C_P_First(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByG_C_C_P_First(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByG_C_C_P_Last(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByG_C_C_P_Last(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByG_C_C_P(long groupId,
long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByG_C_C_P(long groupId,
long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByG_C_C_P(long groupId,
long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByG_C_C_P(long groupId,
long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByG_C_P_S_First(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.findByG_C_P_S_First(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.findByG_C_P_S_Last(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.findByG_C_P_S_Last(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByG_C_P_S(long groupId,
long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByG_C_P_S(long groupId,
long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByG_C_P_S(long groupId,
long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
List<Group> |
GroupPersistence.findByG_C_P_S(long groupId,
long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static List<Group> |
GroupUtil.findByG_C_P(long groupId,
long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByG_C_P(long groupId,
long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
|
static List<Group> |
GroupUtil.findByG_C_P(long groupId,
long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupPersistence.findByG_C_P(long groupId,
long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
|
List<Group> |
GroupFinder.findByLayouts(long companyId,
long parentGroupId,
boolean site,
Boolean active,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupFinderUtil.findByLayouts(long companyId,
long parentGroupId,
boolean site,
Boolean active,
int start,
int end,
OrderByComparator<Group> obc) |
List<Group> |
GroupFinder.findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
GroupFinderUtil.findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc) |
static Group |
GroupUtil.findByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?.
|
Group |
GroupPersistence.findByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?.
|
static Group |
GroupUtil.findByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?.
|
Group |
GroupPersistence.findByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?.
|
static Group[] |
GroupUtil.findByT_A_PrevAndNext(long groupId,
int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where type = ? and active = ?.
|
Group[] |
GroupPersistence.findByT_A_PrevAndNext(long groupId,
int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where type = ? and active = ?.
|
static List<Group> |
GroupUtil.findByT_A(int type,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where type = ? and active = ?.
|
List<Group> |
GroupPersistence.findByT_A(int type,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where type = ? and active = ?.
|
static List<Group> |
GroupUtil.findByT_A(int type,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where type = ? and active = ?.
|
List<Group> |
GroupPersistence.findByT_A(int type,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where type = ? and active = ?.
|
List<Role> |
RoleFinder.findByU_G(long userId,
List<Group> groups) |
static List<Role> |
RoleFinderUtil.findByU_G(long userId,
List<Group> groups) |
static Group |
GroupUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?.
|
Group |
GroupPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?.
|
static Group |
GroupUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?.
|
Group |
GroupPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?.
|
static Group[] |
GroupUtil.findByUuid_C_PrevAndNext(long groupId,
String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.
|
Group[] |
GroupPersistence.findByUuid_C_PrevAndNext(long groupId,
String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.
|
static List<Group> |
GroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where uuid = ? and companyId = ?.
|
List<Group> |
GroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where uuid = ? and companyId = ?.
|
static List<Group> |
GroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where uuid = ? and companyId = ?.
|
List<Group> |
GroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where uuid = ? and companyId = ?.
|
static Group |
GroupUtil.findByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?.
|
Group |
GroupPersistence.findByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?.
|
static Group |
GroupUtil.findByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?.
|
Group |
GroupPersistence.findByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?.
|
static Group[] |
GroupUtil.findByUuid_PrevAndNext(long groupId,
String uuid,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ?.
|
Group[] |
GroupPersistence.findByUuid_PrevAndNext(long groupId,
String uuid,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ?.
|
static List<Group> |
GroupUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where uuid = ?.
|
List<Group> |
GroupPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where uuid = ?.
|
static List<Group> |
GroupUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where uuid = ?.
|
List<Group> |
GroupPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Group> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the groups where uuid = ?.
|
static List<Group> |
GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
List<Group> |
UserGroupPersistence.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the user group.
|
List<Group> |
UserPersistence.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the user.
|
static List<Group> |
UserGroupUtil.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the user group.
|
static List<Group> |
RoleUtil.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the role.
|
static List<Group> |
UserUtil.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the user.
|
List<Group> |
OrganizationPersistence.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the organization.
|
static List<Group> |
OrganizationUtil.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the organization.
|
List<Group> |
RolePersistence.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the role.
|
void |
UserGroupPersistence.removeGroups(long pk,
List<Group> groups)
Removes the association between the user group and the groups.
|
void |
UserPersistence.removeGroups(long pk,
List<Group> groups)
Removes the association between the user and the groups.
|
static void |
UserGroupUtil.removeGroups(long pk,
List<Group> groups)
Removes the association between the user group and the groups.
|
static void |
RoleUtil.removeGroups(long pk,
List<Group> groups)
Removes the association between the role and the groups.
|
static void |
UserUtil.removeGroups(long pk,
List<Group> groups)
Removes the association between the user and the groups.
|
void |
OrganizationPersistence.removeGroups(long pk,
List<Group> groups)
Removes the association between the organization and the groups.
|
static void |
OrganizationUtil.removeGroups(long pk,
List<Group> groups)
Removes the association between the organization and the groups.
|
void |
RolePersistence.removeGroups(long pk,
List<Group> groups)
Removes the association between the role and the groups.
|
void |
UserGroupPersistence.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the user group, removing and adding associations as necessary.
|
void |
UserPersistence.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the user, removing and adding associations as necessary.
|
static void |
UserGroupUtil.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the user group, removing and adding associations as necessary.
|
static void |
RoleUtil.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the role, removing and adding associations as necessary.
|
static void |
UserUtil.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the user, removing and adding associations as necessary.
|
void |
OrganizationPersistence.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the organization, removing and adding associations as necessary.
|
static void |
OrganizationUtil.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the organization, removing and adding associations as necessary.
|
void |
RolePersistence.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the role, removing and adding associations as necessary.
|
Modifier and Type | Method and Description |
---|---|
Group |
ThemeDisplay.getControlPanelGroup() |
Group |
ThemeDisplay.getRefererGroup() |
Group |
ThemeDisplay.getScopeGroup()
Returns the scoped or sub-scoped active group (e.g. site).
|
Group |
ThemeDisplay.getSiteGroup() |
Modifier and Type | Method and Description |
---|---|
List<Group> |
Portal.getBrowsableScopeGroups(long userId,
long companyId,
long groupId,
String portletId) |
static List<Group> |
PortalUtil.getBrowsableScopeGroups(long userId,
long companyId,
long groupId,
String portletId) |
List<Group> |
Portal.getCurrentAndAncestorSiteGroups(long groupId) |
static List<Group> |
PortalUtil.getCurrentAndAncestorSiteGroups(long groupId) |
List<Group> |
Portal.getCurrentAndAncestorSiteGroups(long[] groupIds) |
static List<Group> |
PortalUtil.getCurrentAndAncestorSiteGroups(long[] groupIds) |
List<Group> |
Portal.getCurrentAndAncestorSiteGroups(long[] groupIds,
boolean checkContentSharingWithChildrenEnabled) |
static List<Group> |
PortalUtil.getCurrentAndAncestorSiteGroups(long[] groupIds,
boolean checkContentSharingWithChildrenEnabled) |
List<Group> |
Portal.getCurrentAndAncestorSiteGroups(long groupId,
boolean checkContentSharingWithChildrenEnabled) |
static List<Group> |
PortalUtil.getCurrentAndAncestorSiteGroups(long groupId,
boolean checkContentSharingWithChildrenEnabled) |
Modifier and Type | Method and Description |
---|---|
PortletURL |
Portal.getControlPanelPortletURL(javax.servlet.http.HttpServletRequest request,
Group group,
String portletId,
long refererGroupId,
long refererPlid,
String lifecycle) |
static PortletURL |
PortalUtil.getControlPanelPortletURL(javax.servlet.http.HttpServletRequest request,
Group group,
String portletId,
long refererGroupId,
long refererPlid,
String lifecycle) |
PortletURL |
Portal.getControlPanelPortletURL(PortletRequest portletRequest,
Group group,
String portletId,
long refererGroupId,
long refererPlid,
String lifecycle) |
static PortletURL |
PortalUtil.getControlPanelPortletURL(PortletRequest portletRequest,
Group group,
String portletId,
long refererGroupId,
long refererPlid,
String lifecycle) |
String |
Portal.getSiteAdminURL(Company company,
Group group,
String ppid,
Map<String,String[]> params)
Deprecated.
As of Judson (7.1.x), replaced by
Portal.getSiteAdminURL(ThemeDisplay, String, Map) |
static String |
PortalUtil.getSiteAdminURL(Company company,
Group group,
String ppid,
Map<String,String[]> params)
Deprecated.
As of Judson (7.1.x), replaced by
PortalUtil.getSiteAdminURL(ThemeDisplay, String, Map) |
String |
Portal.getSiteAdminURL(Group group,
String ppid,
Map<String,String[]> params)
Deprecated.
As of Judson (7.1.x), replaced by
Portal.getSiteAdminURL(ThemeDisplay, String, Map) |
static String |
PortalUtil.getSiteAdminURL(Group group,
String ppid,
Map<String,String[]> params)
Deprecated.
As of Judson (7.1.x), replaced by
PortalUtil.getSiteAdminURL(ThemeDisplay, String, Map) |
Locale |
Portal.getSiteDefaultLocale(Group group) |
static Locale |
PortalUtil.getSiteDefaultLocale(Group group) |
boolean |
Portal.isSkipPortletContentProcessing(Group group,
javax.servlet.http.HttpServletRequest httpServletRequest,
LayoutTypePortlet layoutTypePortlet,
PortletDisplay portletDisplay,
String portletName) |
static boolean |
PortalUtil.isSkipPortletContentProcesssing(Group group,
javax.servlet.http.HttpServletRequest httpServletRequest,
LayoutTypePortlet layoutTypePortlet,
PortletDisplay portletDisplay,
String portletName) |
boolean |
Portal.isSkipPortletContentRendering(Group group,
LayoutTypePortlet layoutTypePortlet,
PortletDisplay portletDisplay,
String portletName) |
static boolean |
PortalUtil.isSkipPortletContentRendering(Group group,
LayoutTypePortlet layoutTypePortlet,
PortletDisplay portletDisplay,
String portletName) |
Modifier and Type | Method and Description |
---|---|
int |
GroupNameComparator.compare(Group group1,
Group group2) |
int |
GroupFriendlyURLComparator.compare(Group group1,
Group group2) |
int |
GroupIdComparator.compare(Group group1,
Group group2) |
int |
GroupTypeComparator.compare(Group group1,
Group group2) |
Modifier and Type | Method and Description |
---|---|
static List<Group> |
WebDAVUtil.getGroups(long userId) |
static List<Group> |
WebDAVUtil.getGroups(User user) |
Modifier and Type | Method and Description |
---|---|
static void |
SitesUtil.addPortletBreadcrumbEntries(Group group,
javax.servlet.http.HttpServletRequest request,
PortletURL portletURL) |
void |
Sites.addPortletBreadcrumbEntries(Group group,
javax.servlet.http.HttpServletRequest request,
PortletURL portletURL) |
static void |
SitesUtil.addPortletBreadcrumbEntries(Group group,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse) |
void |
Sites.addPortletBreadcrumbEntries(Group group,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse) |
static void |
SitesUtil.addPortletBreadcrumbEntries(Group group,
String pagesName,
PortletURL redirectURL,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse) |
void |
Sites.addPortletBreadcrumbEntries(Group group,
String pagesName,
PortletURL redirectURL,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse) |
static void |
SitesUtil.copyTypeSettings(Group sourceGroup,
Group targetGroup) |
void |
Sites.copyTypeSettings(Group sourceGroup,
Group targetGroup) |
static List<String> |
SitesUtil.getOrganizationNames(Group group,
User user) |
List<String> |
Sites.getOrganizationNames(Group group,
User user) |
static List<String> |
SitesUtil.getUserGroupNames(Group group,
User user) |
List<String> |
Sites.getUserGroupNames(Group group,
User user) |
static boolean |
SitesUtil.isContentSharingWithChildrenEnabled(Group group) |
boolean |
Sites.isContentSharingWithChildrenEnabled(Group group) |
static boolean |
SitesUtil.isLayoutSetMergeable(Group group,
LayoutSet layoutSet) |
boolean |
Sites.isLayoutSetMergeable(Group group,
LayoutSet layoutSet) |
static boolean |
SitesUtil.isUserGroupLayoutSetViewable(PermissionChecker permissionChecker,
Group userGroupGroup) |
boolean |
Sites.isUserGroupLayoutSetViewable(PermissionChecker permissionChecker,
Group userGroupGroup) |
static void |
SitesUtil.mergeLayoutPrototypeLayout(Group group,
Layout layout) |
void |
Sites.mergeLayoutPrototypeLayout(Group group,
Layout layout) |
static void |
SitesUtil.mergeLayoutSetPrototypeLayouts(Group group,
LayoutSet layoutSet) |
void |
Sites.mergeLayoutSetPrototypeLayouts(Group group,
LayoutSet layoutSet) |
static void |
SitesUtil.updateLayoutSetPrototypesLinks(Group group,
long publicLayoutSetPrototypeId,
long privateLayoutSetPrototypeId,
boolean publicLayoutSetPrototypeLinkEnabled,
boolean privateLayoutSetPrototypeLinkEnabled) |
void |
Sites.updateLayoutSetPrototypesLinks(Group group,
long publicLayoutSetPrototypeId,
long privateLayoutSetPrototypeId,
boolean publicLayoutSetPrototypeLinkEnabled,
boolean privateLayoutSetPrototypeLinkEnabled) |
Modifier and Type | Method and Description |
---|---|
static Long[] |
SitesUtil.filterGroups(List<Group> groups,
String[] names) |
Long[] |
Sites.filterGroups(List<Group> groups,
String[] names) |
Modifier and Type | Method and Description |
---|---|
static Group |
TrashUtil.disableTrash(Group group) |
Group |
Trash.disableTrash(Group group) |
Modifier and Type | Method and Description |
---|---|
static Group |
TrashUtil.disableTrash(Group group) |
Group |
Trash.disableTrash(Group group) |
static int |
TrashUtil.getMaxAge(Group group) |
int |
Trash.getMaxAge(Group group) |
static boolean |
TrashUtil.isTrashEnabled(Group group) |
boolean |
Trash.isTrashEnabled(Group group) |
Modifier and Type | Method and Description |
---|---|
static List<Group> |
UsersAdminUtil.filterGroups(PermissionChecker permissionChecker,
List<Group> groups) |
List<Group> |
UsersAdmin.filterGroups(PermissionChecker permissionChecker,
List<Group> groups) |
static OrderByComparator<Group> |
UsersAdminUtil.getGroupOrderByComparator(String orderByCol,
String orderByType) |
OrderByComparator<Group> |
UsersAdmin.getGroupOrderByComparator(String orderByCol,
String orderByType) |
Modifier and Type | Method and Description |
---|---|
static List<Group> |
UsersAdminUtil.filterGroups(PermissionChecker permissionChecker,
List<Group> groups) |
List<Group> |
UsersAdmin.filterGroups(PermissionChecker permissionChecker,
List<Group> groups) |