|
Liferay 6.0.3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UserGroup in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement UserGroup | |
|---|---|
class |
UserGroupWrapper
This class is a wrapper for UserGroup. |
| Methods in com.liferay.portal.model that return UserGroup | |
|---|---|
UserGroup |
UserGroupWrapper.getWrappedUserGroup()
|
UserGroup |
UserGroupWrapper.toEscapedModel()
|
UserGroup |
UserGroupModel.toEscapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type UserGroup | |
|---|---|
List<UserGroup> |
UserWrapper.getUserGroups()
|
List<UserGroup> |
User.getUserGroups()
|
| Methods in com.liferay.portal.model with parameters of type UserGroup | |
|---|---|
int |
UserGroupWrapper.compareTo(UserGroup userGroup)
|
int |
UserGroupModel.compareTo(UserGroup userGroup)
|
static UserGroupSoap |
UserGroupSoap.toSoapModel(UserGroup model)
|
static UserGroupSoap[] |
UserGroupSoap.toSoapModels(UserGroup[] models)
|
static UserGroupSoap[][] |
UserGroupSoap.toSoapModels(UserGroup[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type UserGroup | |
|---|---|
static UserGroupSoap[] |
UserGroupSoap.toSoapModels(List<UserGroup> models)
|
| Constructors in com.liferay.portal.model with parameters of type UserGroup | |
|---|---|
UserGroupWrapper(UserGroup userGroup)
|
|
| Uses of UserGroup in com.liferay.portal.model.impl |
|---|
| Classes in com.liferay.portal.model.impl that implement UserGroup | |
|---|---|
class |
UserGroupImpl
|
| Methods in com.liferay.portal.model.impl that return UserGroup | |
|---|---|
UserGroup |
UserGroupModelImpl.toEscapedModel()
|
static UserGroup |
UserGroupModelImpl.toModel(UserGroupSoap soapModel)
|
| Methods in com.liferay.portal.model.impl that return types with arguments of type UserGroup | |
|---|---|
List<UserGroup> |
UserImpl.getUserGroups()
|
static List<UserGroup> |
UserGroupModelImpl.toModels(UserGroupSoap[] soapModels)
|
| Methods in com.liferay.portal.model.impl with parameters of type UserGroup | |
|---|---|
int |
UserGroupModelImpl.compareTo(UserGroup userGroup)
|
| Uses of UserGroup in com.liferay.portal.security.ldap |
|---|
| Methods in com.liferay.portal.security.ldap that return UserGroup | |
|---|---|
protected UserGroup |
PortalLDAPImporterImpl.importUserGroup(long companyId,
Attributes attributes,
Properties groupMappings)
|
| Methods in com.liferay.portal.security.ldap with parameters of type UserGroup | |
|---|---|
protected void |
PortalLDAPImporterImpl.addRole(long companyId,
LDAPGroup ldapGroup,
UserGroup userGroup)
|
protected Attribute |
PortalLDAPImporterImpl.getUsers(long ldapServerId,
long companyId,
LdapContext ldapContext,
Attributes attributes,
UserGroup userGroup,
Properties groupMappings)
|
| Uses of UserGroup in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return UserGroup | |
|---|---|
UserGroup |
UserGroupLocalServiceWrapper.addUserGroup(long userId,
long companyId,
String name,
String description)
|
static UserGroup |
UserGroupLocalServiceUtil.addUserGroup(long userId,
long companyId,
String name,
String description)
|
UserGroup |
UserGroupLocalService.addUserGroup(long userId,
long companyId,
String name,
String description)
|
UserGroup |
UserGroupServiceWrapper.addUserGroup(String name,
String description)
|
static UserGroup |
UserGroupServiceUtil.addUserGroup(String name,
String description)
|
UserGroup |
UserGroupService.addUserGroup(String name,
String description)
|
UserGroup |
UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup)
|
static UserGroup |
UserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup)
|
UserGroup |
UserGroupLocalService.addUserGroup(UserGroup userGroup)
|
UserGroup |
UserGroupLocalServiceWrapper.createUserGroup(long userGroupId)
|
static UserGroup |
UserGroupLocalServiceUtil.createUserGroup(long userGroupId)
|
UserGroup |
UserGroupLocalService.createUserGroup(long userGroupId)
|
UserGroup |
UserGroupServiceWrapper.getUserGroup(long userGroupId)
|
static UserGroup |
UserGroupServiceUtil.getUserGroup(long userGroupId)
|
UserGroup |
UserGroupService.getUserGroup(long userGroupId)
|
UserGroup |
UserGroupLocalServiceWrapper.getUserGroup(long userGroupId)
|
static UserGroup |
UserGroupLocalServiceUtil.getUserGroup(long userGroupId)
|
UserGroup |
UserGroupLocalService.getUserGroup(long userGroupId)
|
UserGroup |
UserGroupLocalServiceWrapper.getUserGroup(long companyId,
String name)
|
static UserGroup |
UserGroupLocalServiceUtil.getUserGroup(long companyId,
String name)
|
UserGroup |
UserGroupLocalService.getUserGroup(long companyId,
String name)
|
UserGroup |
UserGroupServiceWrapper.getUserGroup(String name)
|
static UserGroup |
UserGroupServiceUtil.getUserGroup(String name)
|
UserGroup |
UserGroupService.getUserGroup(String name)
|
UserGroup |
UserGroupLocalServiceWrapper.updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
|
static UserGroup |
UserGroupLocalServiceUtil.updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
|
UserGroup |
UserGroupLocalService.updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
|
UserGroup |
UserGroupServiceWrapper.updateUserGroup(long userGroupId,
String name,
String description)
|
static UserGroup |
UserGroupServiceUtil.updateUserGroup(long userGroupId,
String name,
String description)
|
UserGroup |
UserGroupService.updateUserGroup(long userGroupId,
String name,
String description)
|
UserGroup |
UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup)
|
static UserGroup |
UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup)
|
UserGroup |
UserGroupLocalService.updateUserGroup(UserGroup userGroup)
|
UserGroup |
UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup,
boolean merge)
|
static UserGroup |
UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup,
boolean merge)
|
UserGroup |
UserGroupLocalService.updateUserGroup(UserGroup userGroup,
boolean merge)
|
| Methods in com.liferay.portal.service that return types with arguments of type UserGroup | |
|---|---|
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserGroups(int start,
int end)
|
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserGroups(int start,
int end)
|
List<UserGroup> |
UserGroupLocalService.getUserGroups(int start,
int end)
|
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserGroups(long companyId)
|
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserGroups(long companyId)
|
List<UserGroup> |
UserGroupLocalService.getUserGroups(long companyId)
|
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserGroups(long[] userGroupIds)
|
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserGroups(long[] userGroupIds)
|
List<UserGroup> |
UserGroupLocalService.getUserGroups(long[] userGroupIds)
|
List<UserGroup> |
UserGroupServiceWrapper.getUserUserGroups(long userId)
|
static List<UserGroup> |
UserGroupServiceUtil.getUserUserGroups(long userId)
|
List<UserGroup> |
UserGroupService.getUserUserGroups(long userId)
|
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserUserGroups(long userId)
|
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserUserGroups(long userId)
|
List<UserGroup> |
UserGroupLocalService.getUserUserGroups(long userId)
|
List<UserGroup> |
UserGroupLocalServiceWrapper.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static List<UserGroup> |
UserGroupLocalServiceUtil.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<UserGroup> |
UserGroupLocalService.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
| Methods in com.liferay.portal.service with parameters of type UserGroup | |
|---|---|
UserGroup |
UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup)
|
static UserGroup |
UserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup)
|
UserGroup |
UserGroupLocalService.addUserGroup(UserGroup userGroup)
|
void |
UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup)
|
static void |
UserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup)
|
void |
UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
|
UserGroup |
UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup)
|
static UserGroup |
UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup)
|
UserGroup |
UserGroupLocalService.updateUserGroup(UserGroup userGroup)
|
UserGroup |
UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup,
boolean merge)
|
static UserGroup |
UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup,
boolean merge)
|
UserGroup |
UserGroupLocalService.updateUserGroup(UserGroup userGroup,
boolean merge)
|
| Method parameters in com.liferay.portal.service with type arguments of type UserGroup | |
|---|---|
List<Group> |
GroupServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
|
static List<Group> |
GroupServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
|
List<Group> |
GroupService.getUserGroupsGroups(List<UserGroup> userGroups)
|
List<Group> |
GroupLocalServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
|
static List<Group> |
GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
|
List<Group> |
GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups)
|
List<Group> |
GroupLocalServiceWrapper.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
|
static List<Group> |
GroupLocalServiceUtil.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
|
List<Group> |
GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
|
| Uses of UserGroup in com.liferay.portal.service.base |
|---|
| Methods in com.liferay.portal.service.base that return UserGroup | |
|---|---|
UserGroup |
UserGroupLocalServiceBaseImpl.addUserGroup(UserGroup userGroup)
|
UserGroup |
UserGroupLocalServiceBaseImpl.createUserGroup(long userGroupId)
|
UserGroup |
UserGroupLocalServiceBaseImpl.getUserGroup(long userGroupId)
|
UserGroup |
UserGroupLocalServiceBaseImpl.updateUserGroup(UserGroup userGroup)
|
UserGroup |
UserGroupLocalServiceBaseImpl.updateUserGroup(UserGroup userGroup,
boolean merge)
|
| Methods in com.liferay.portal.service.base that return types with arguments of type UserGroup | |
|---|---|
List<UserGroup> |
UserGroupLocalServiceBaseImpl.getUserGroups(int start,
int end)
|
| Methods in com.liferay.portal.service.base with parameters of type UserGroup | |
|---|---|
UserGroup |
UserGroupLocalServiceBaseImpl.addUserGroup(UserGroup userGroup)
|
void |
UserGroupLocalServiceBaseImpl.deleteUserGroup(UserGroup userGroup)
|
UserGroup |
UserGroupLocalServiceBaseImpl.updateUserGroup(UserGroup userGroup)
|
UserGroup |
UserGroupLocalServiceBaseImpl.updateUserGroup(UserGroup userGroup,
boolean merge)
|
| Uses of UserGroup in com.liferay.portal.service.http |
|---|
| Methods in com.liferay.portal.service.http that return UserGroup | |
|---|---|
static UserGroup |
UserGroupServiceHttp.addUserGroup(HttpPrincipal httpPrincipal,
String name,
String description)
|
static UserGroup |
UserGroupServiceHttp.getUserGroup(HttpPrincipal httpPrincipal,
long userGroupId)
|
static UserGroup |
UserGroupServiceHttp.getUserGroup(HttpPrincipal httpPrincipal,
String name)
|
static UserGroup |
UserGroupServiceHttp.updateUserGroup(HttpPrincipal httpPrincipal,
long userGroupId,
String name,
String description)
|
| Methods in com.liferay.portal.service.http that return types with arguments of type UserGroup | |
|---|---|
static List<UserGroup> |
UserGroupServiceHttp.getUserUserGroups(HttpPrincipal httpPrincipal,
long userId)
|
| Methods in com.liferay.portal.service.http with parameters of type UserGroup | |
|---|---|
static JSONArray |
UserGroupJSONSerializer.toJSONArray(UserGroup[] models)
|
static JSONArray |
UserGroupJSONSerializer.toJSONArray(UserGroup[][] models)
|
static JSONObject |
UserGroupJSONSerializer.toJSONObject(UserGroup model)
|
| Method parameters in com.liferay.portal.service.http with type arguments of type UserGroup | |
|---|---|
static List<Group> |
GroupServiceHttp.getUserGroupsGroups(HttpPrincipal httpPrincipal,
List<UserGroup> userGroups)
|
static JSONArray |
UserGroupJSONSerializer.toJSONArray(List<UserGroup> models)
|
| Uses of UserGroup in com.liferay.portal.service.impl |
|---|
| Methods in com.liferay.portal.service.impl that return UserGroup | |
|---|---|
UserGroup |
UserGroupLocalServiceImpl.addUserGroup(long userId,
long companyId,
String name,
String description)
|
UserGroup |
UserGroupServiceImpl.addUserGroup(String name,
String description)
|
UserGroup |
UserGroupServiceImpl.getUserGroup(long userGroupId)
|
UserGroup |
UserGroupLocalServiceImpl.getUserGroup(long userGroupId)
|
UserGroup |
UserGroupLocalServiceImpl.getUserGroup(long companyId,
String name)
|
UserGroup |
UserGroupServiceImpl.getUserGroup(String name)
|
UserGroup |
UserGroupLocalServiceImpl.updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
|
UserGroup |
UserGroupServiceImpl.updateUserGroup(long userGroupId,
String name,
String description)
|
| Methods in com.liferay.portal.service.impl that return types with arguments of type UserGroup | |
|---|---|
List<UserGroup> |
UserGroupLocalServiceImpl.getUserGroups(long companyId)
|
List<UserGroup> |
UserGroupLocalServiceImpl.getUserGroups(long[] userGroupIds)
|
List<UserGroup> |
UserGroupServiceImpl.getUserUserGroups(long userId)
|
List<UserGroup> |
UserGroupLocalServiceImpl.getUserUserGroups(long userId)
|
List<UserGroup> |
UserGroupLocalServiceImpl.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
| Method parameters in com.liferay.portal.service.impl with type arguments of type UserGroup | |
|---|---|
List<Group> |
GroupServiceImpl.getUserGroupsGroups(List<UserGroup> userGroups)
|
List<Group> |
GroupLocalServiceImpl.getUserGroupsGroups(List<UserGroup> userGroups)
|
List<Group> |
GroupLocalServiceImpl.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
|
| Uses of UserGroup in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return UserGroup | |
|---|---|
static UserGroup |
UserGroupUtil.create(long userGroupId)
|
UserGroup |
UserGroupPersistence.create(long userGroupId)
|
UserGroup |
UserGroupPersistenceImpl.create(long userGroupId)
|
static UserGroup |
UserGroupUtil.fetchByC_N(long companyId,
String name)
|
UserGroup |
UserGroupPersistence.fetchByC_N(long companyId,
String name)
|
UserGroup |
UserGroupPersistenceImpl.fetchByC_N(long companyId,
String name)
|
static UserGroup |
UserGroupUtil.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
|
UserGroup |
UserGroupPersistence.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
|
UserGroup |
UserGroupPersistenceImpl.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
|
static UserGroup |
UserGroupUtil.fetchByPrimaryKey(long userGroupId)
|
UserGroup |
UserGroupPersistence.fetchByPrimaryKey(long userGroupId)
|
UserGroup |
UserGroupPersistenceImpl.fetchByPrimaryKey(long userGroupId)
|
UserGroup |
UserGroupPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
|
static UserGroup |
UserGroupUtil.findByC_N(long companyId,
String name)
|
UserGroup |
UserGroupPersistence.findByC_N(long companyId,
String name)
|
static UserGroup |
UserGroupFinderUtil.findByC_N(long companyId,
String name)
|
UserGroup |
UserGroupFinder.findByC_N(long companyId,
String name)
|
UserGroup |
UserGroupPersistenceImpl.findByC_N(long companyId,
String name)
|
UserGroup |
UserGroupFinderImpl.findByC_N(long companyId,
String name)
|
static UserGroup |
UserGroupUtil.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
|
UserGroup |
UserGroupPersistence.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
|
UserGroup |
UserGroupPersistenceImpl.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
|
static UserGroup |
UserGroupUtil.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
|
UserGroup |
UserGroupPersistence.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
|
UserGroup |
UserGroupPersistenceImpl.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
|
static UserGroup[] |
UserGroupUtil.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
|
UserGroup[] |
UserGroupPersistence.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
|
UserGroup[] |
UserGroupPersistenceImpl.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
|
static UserGroup |
UserGroupUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
UserGroup |
UserGroupPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
UserGroup |
UserGroupPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
static UserGroup |
UserGroupUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
UserGroup |
UserGroupPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
UserGroup |
UserGroupPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
static UserGroup[] |
UserGroupUtil.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator orderByComparator)
|
UserGroup[] |
UserGroupPersistence.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator orderByComparator)
|
UserGroup[] |
UserGroupPersistenceImpl.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator orderByComparator)
|
static UserGroup |
UserGroupUtil.findByPrimaryKey(long userGroupId)
|
UserGroup |
UserGroupPersistence.findByPrimaryKey(long userGroupId)
|
UserGroup |
UserGroupPersistenceImpl.findByPrimaryKey(long userGroupId)
|
UserGroup |
UserGroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
|
protected UserGroup |
UserGroupPersistenceImpl.getByC_P_PrevAndNext(Session session,
UserGroup userGroup,
long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected UserGroup |
UserGroupPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
UserGroup userGroup,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
static UserGroup |
UserGroupUtil.remove(long userGroupId)
|
UserGroup |
UserGroupPersistence.remove(long userGroupId)
|
UserGroup |
UserGroupPersistenceImpl.remove(long userGroupId)
|
UserGroup |
UserGroupPersistenceImpl.remove(Serializable primaryKey)
|
static UserGroup |
UserGroupUtil.remove(UserGroup userGroup)
|
protected UserGroup |
UserGroupPersistenceImpl.removeImpl(UserGroup userGroup)
|
protected UserGroup |
UserGroupPersistenceImpl.toUnwrappedModel(UserGroup userGroup)
|
static UserGroup |
UserGroupUtil.update(UserGroup userGroup,
boolean merge)
|
static UserGroup |
UserGroupUtil.update(UserGroup userGroup,
boolean merge,
ServiceContext serviceContext)
|
static UserGroup |
UserGroupUtil.updateImpl(UserGroup userGroup,
boolean merge)
|
UserGroup |
UserGroupPersistence.updateImpl(UserGroup userGroup,
boolean merge)
|
UserGroup |
UserGroupPersistenceImpl.updateImpl(UserGroup userGroup,
boolean merge)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type UserGroup | |
|---|---|
static List<UserGroup> |
UserGroupUtil.findAll()
|
List<UserGroup> |
UserGroupPersistence.findAll()
|
List<UserGroup> |
UserGroupPersistenceImpl.findAll()
|
static List<UserGroup> |
UserGroupUtil.findAll(int start,
int end)
|
List<UserGroup> |
UserGroupPersistence.findAll(int start,
int end)
|
List<UserGroup> |
UserGroupPersistenceImpl.findAll(int start,
int end)
|
static List<UserGroup> |
UserGroupUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
|
List<UserGroup> |
UserGroupPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
|
List<UserGroup> |
UserGroupPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
|
static List<UserGroup> |
UserGroupFinderUtil.findByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<UserGroup> |
UserGroupFinder.findByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<UserGroup> |
UserGroupFinderImpl.findByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId)
|
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId)
|
List<UserGroup> |
UserGroupPersistenceImpl.findByC_P(long companyId,
long parentUserGroupId)
|
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
|
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
|
List<UserGroup> |
UserGroupPersistenceImpl.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
|
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<UserGroup> |
UserGroupPersistenceImpl.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId)
|
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId)
|
List<UserGroup> |
UserGroupPersistenceImpl.findByCompanyId(long companyId)
|
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId,
int start,
int end)
|
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId,
int start,
int end)
|
List<UserGroup> |
UserGroupPersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
|
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<UserGroup> |
UserGroupPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<UserGroup> |
UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<UserGroup> |
UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<UserGroup> |
UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<UserGroup> |
UserUtil.getUserGroups(long pk)
|
List<UserGroup> |
UserPersistence.getUserGroups(long pk)
|
static List<UserGroup> |
GroupUtil.getUserGroups(long pk)
|
List<UserGroup> |
GroupPersistence.getUserGroups(long pk)
|
List<UserGroup> |
UserPersistenceImpl.getUserGroups(long pk)
|
List<UserGroup> |
GroupPersistenceImpl.getUserGroups(long pk)
|
static List<UserGroup> |
UserUtil.getUserGroups(long pk,
int start,
int end)
|
List<UserGroup> |
UserPersistence.getUserGroups(long pk,
int start,
int end)
|
static List<UserGroup> |
GroupUtil.getUserGroups(long pk,
int start,
int end)
|
List<UserGroup> |
GroupPersistence.getUserGroups(long pk,
int start,
int end)
|
List<UserGroup> |
UserPersistenceImpl.getUserGroups(long pk,
int start,
int end)
|
List<UserGroup> |
GroupPersistenceImpl.getUserGroups(long pk,
int start,
int end)
|
static List<UserGroup> |
UserUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
List<UserGroup> |
UserPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<UserGroup> |
GroupUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
List<UserGroup> |
GroupPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
List<UserGroup> |
UserPersistenceImpl.getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
List<UserGroup> |
GroupPersistenceImpl.getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type UserGroup | |
|---|---|
static void |
UserUtil.addUserGroup(long pk,
UserGroup userGroup)
|
void |
UserPersistence.addUserGroup(long pk,
UserGroup userGroup)
|
static void |
GroupUtil.addUserGroup(long pk,
UserGroup userGroup)
|
void |
GroupPersistence.addUserGroup(long pk,
UserGroup userGroup)
|
void |
UserPersistenceImpl.addUserGroup(long pk,
UserGroup userGroup)
|
void |
GroupPersistenceImpl.addUserGroup(long pk,
UserGroup userGroup)
|
static void |
UserGroupUtil.cacheResult(UserGroup userGroup)
|
void |
UserGroupPersistence.cacheResult(UserGroup userGroup)
|
void |
UserGroupPersistenceImpl.cacheResult(UserGroup userGroup)
|
static void |
UserGroupUtil.clearCache(UserGroup userGroup)
|
void |
UserGroupPersistenceImpl.clearCache(UserGroup userGroup)
|
protected UserGroup |
UserGroupPersistenceImpl.getByC_P_PrevAndNext(Session session,
UserGroup userGroup,
long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected UserGroup |
UserGroupPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
UserGroup userGroup,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
static UserGroup |
UserGroupUtil.remove(UserGroup userGroup)
|
protected UserGroup |
UserGroupPersistenceImpl.removeImpl(UserGroup userGroup)
|
static void |
UserUtil.removeUserGroup(long pk,
UserGroup userGroup)
|
void |
UserPersistence.removeUserGroup(long pk,
UserGroup userGroup)
|
static void |
GroupUtil.removeUserGroup(long pk,
UserGroup userGroup)
|
void |
GroupPersistence.removeUserGroup(long pk,
UserGroup userGroup)
|
void |
UserPersistenceImpl.removeUserGroup(long pk,
UserGroup userGroup)
|
void |
GroupPersistenceImpl.removeUserGroup(long pk,
UserGroup userGroup)
|
protected UserGroup |
UserGroupPersistenceImpl.toUnwrappedModel(UserGroup userGroup)
|
static UserGroup |
UserGroupUtil.update(UserGroup userGroup,
boolean merge)
|
static UserGroup |
UserGroupUtil.update(UserGroup userGroup,
boolean merge,
ServiceContext serviceContext)
|
static UserGroup |
UserGroupUtil.updateImpl(UserGroup userGroup,
boolean merge)
|
UserGroup |
UserGroupPersistence.updateImpl(UserGroup userGroup,
boolean merge)
|
UserGroup |
UserGroupPersistenceImpl.updateImpl(UserGroup userGroup,
boolean merge)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type UserGroup | |
|---|---|
static void |
UserUtil.addUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
UserPersistence.addUserGroups(long pk,
List<UserGroup> userGroups)
|
static void |
GroupUtil.addUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
GroupPersistence.addUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
UserPersistenceImpl.addUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
GroupPersistenceImpl.addUserGroups(long pk,
List<UserGroup> userGroups)
|
static void |
UserGroupUtil.cacheResult(List<UserGroup> userGroups)
|
void |
UserGroupPersistence.cacheResult(List<UserGroup> userGroups)
|
void |
UserGroupPersistenceImpl.cacheResult(List<UserGroup> userGroups)
|
static void |
UserUtil.removeUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
UserPersistence.removeUserGroups(long pk,
List<UserGroup> userGroups)
|
static void |
GroupUtil.removeUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
GroupPersistence.removeUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
UserPersistenceImpl.removeUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
GroupPersistenceImpl.removeUserGroups(long pk,
List<UserGroup> userGroups)
|
static void |
UserUtil.setUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
UserPersistence.setUserGroups(long pk,
List<UserGroup> userGroups)
|
static void |
GroupUtil.setUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
GroupPersistence.setUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
UserPersistenceImpl.setUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
GroupPersistenceImpl.setUserGroups(long pk,
List<UserGroup> userGroups)
|
| Uses of UserGroup in com.liferay.portlet.enterpriseadmin.search |
|---|
| Constructors in com.liferay.portlet.enterpriseadmin.search with parameters of type UserGroup | |
|---|---|
UserUserGroupChecker(RenderResponse renderResponse,
UserGroup userGroup)
|
|
| Uses of UserGroup in com.liferay.portlet.enterpriseadmin.util |
|---|
| Methods in com.liferay.portlet.enterpriseadmin.util that return types with arguments of type UserGroup | |
|---|---|
static List<UserGroup> |
EnterpriseAdminUtil.filterUserGroups(PermissionChecker permissionChecker,
List<UserGroup> userGroups)
|
List<UserGroup> |
EnterpriseAdmin.filterUserGroups(PermissionChecker permissionChecker,
List<UserGroup> userGroups)
|
List<UserGroup> |
EnterpriseAdminImpl.filterUserGroups(PermissionChecker permissionChecker,
List<UserGroup> userGroups)
|
| Method parameters in com.liferay.portlet.enterpriseadmin.util with type arguments of type UserGroup | |
|---|---|
static List<UserGroup> |
EnterpriseAdminUtil.filterUserGroups(PermissionChecker permissionChecker,
List<UserGroup> userGroups)
|
List<UserGroup> |
EnterpriseAdmin.filterUserGroups(PermissionChecker permissionChecker,
List<UserGroup> userGroups)
|
List<UserGroup> |
EnterpriseAdminImpl.filterUserGroups(PermissionChecker permissionChecker,
List<UserGroup> userGroups)
|
|
Liferay 6.0.3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||