Liferay 6.0-ee

Uses of Interface
com.liferay.portal.model.UserGroupRole

Packages that use UserGroupRole
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.security.ldap   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portlet.enterpriseadmin.util   
 

Uses of UserGroupRole in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement UserGroupRole
 class UserGroupRoleWrapper
           This class is a wrapper for UserGroupRole.
 

Methods in com.liferay.portal.model that return UserGroupRole
 UserGroupRole UserGroupRoleWrapper.getWrappedUserGroupRole()
           
 UserGroupRole UserGroupRoleWrapper.toEscapedModel()
           
 UserGroupRole UserGroupRoleModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model with parameters of type UserGroupRole
 int UserGroupRoleWrapper.compareTo(UserGroupRole userGroupRole)
           
 int UserGroupRoleModel.compareTo(UserGroupRole userGroupRole)
           
static UserGroupRoleSoap UserGroupRoleSoap.toSoapModel(UserGroupRole model)
           
static UserGroupRoleSoap[] UserGroupRoleSoap.toSoapModels(UserGroupRole[] models)
           
static UserGroupRoleSoap[][] UserGroupRoleSoap.toSoapModels(UserGroupRole[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type UserGroupRole
static UserGroupRoleSoap[] UserGroupRoleSoap.toSoapModels(List<UserGroupRole> models)
           
 

Constructors in com.liferay.portal.model with parameters of type UserGroupRole
UserGroupRoleWrapper(UserGroupRole userGroupRole)
           
 

Uses of UserGroupRole in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement UserGroupRole
 class UserGroupRoleImpl
           
 

Methods in com.liferay.portal.model.impl that return UserGroupRole
 UserGroupRole UserGroupRoleModelImpl.toEscapedModel()
           
static UserGroupRole UserGroupRoleModelImpl.toModel(UserGroupRoleSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type UserGroupRole
static List<UserGroupRole> UserGroupRoleModelImpl.toModels(UserGroupRoleSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type UserGroupRole
 int UserGroupRoleModelImpl.compareTo(UserGroupRole userGroupRole)
           
 

Uses of UserGroupRole in com.liferay.portal.security.ldap
 

Methods in com.liferay.portal.security.ldap that return types with arguments of type UserGroupRole
 List<UserGroupRole> LDAPUser.getUserGroupRoles()
           
 

Method parameters in com.liferay.portal.security.ldap with type arguments of type UserGroupRole
 void LDAPUser.setUserGroupRoles(List<UserGroupRole> userGroupRoles)
           
 

Uses of UserGroupRole in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return UserGroupRole
 UserGroupRole UserGroupRoleLocalServiceWrapper.addUserGroupRole(UserGroupRole userGroupRole)
          Adds the user group role to the database.
static UserGroupRole UserGroupRoleLocalServiceUtil.addUserGroupRole(UserGroupRole userGroupRole)
          Adds the user group role to the database.
 UserGroupRole UserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole)
          Adds the user group role to the database.
 UserGroupRole UserGroupRoleLocalServiceWrapper.createUserGroupRole(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
static UserGroupRole UserGroupRoleLocalServiceUtil.createUserGroupRole(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
 UserGroupRole UserGroupRoleLocalService.createUserGroupRole(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
 UserGroupRole UserGroupRoleLocalServiceWrapper.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Gets the user group role with the primary key.
static UserGroupRole UserGroupRoleLocalServiceUtil.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Gets the user group role with the primary key.
 UserGroupRole UserGroupRoleLocalService.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Gets the user group role with the primary key.
 UserGroupRole UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database.
static UserGroupRole UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database.
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database.
 UserGroupRole UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database.
static UserGroupRole UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database.
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type UserGroupRole
 List<UserGroupRole> UserGroupRoleLocalServiceWrapper.getUserGroupRoles(int start, int end)
          Gets a range of all the user group roles.
static List<UserGroupRole> UserGroupRoleLocalServiceUtil.getUserGroupRoles(int start, int end)
          Gets a range of all the user group roles.
 List<UserGroupRole> UserGroupRoleLocalService.getUserGroupRoles(int start, int end)
          Gets a range of all the user group roles.
 List<UserGroupRole> UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId)
           
static List<UserGroupRole> UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId)
           
 List<UserGroupRole> UserGroupRoleLocalService.getUserGroupRoles(long userId)
           
 List<UserGroupRole> UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId, long groupId)
           
static List<UserGroupRole> UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId, long groupId)
           
 List<UserGroupRole> UserGroupRoleLocalService.getUserGroupRoles(long userId, long groupId)
           
 List<UserGroupRole> UserGroupRoleLocalServiceWrapper.getUserGroupRolesByGroupAndRole(long groupId, long roleId)
           
static List<UserGroupRole> UserGroupRoleLocalServiceUtil.getUserGroupRolesByGroupAndRole(long groupId, long roleId)
           
 List<UserGroupRole> UserGroupRoleLocalService.getUserGroupRolesByGroupAndRole(long groupId, long roleId)
           
 List<UserGroupRole> UserGroupRoleLocalServiceWrapper.getUserGroupRolesByUserUserGroupAndGroup(long userId, long groupId)
           
static List<UserGroupRole> UserGroupRoleLocalServiceUtil.getUserGroupRolesByUserUserGroupAndGroup(long userId, long groupId)
           
 List<UserGroupRole> UserGroupRoleLocalService.getUserGroupRolesByUserUserGroupAndGroup(long userId, long groupId)
           
 

Methods in com.liferay.portal.service with parameters of type UserGroupRole
 UserGroupRole UserGroupRoleLocalServiceWrapper.addUserGroupRole(UserGroupRole userGroupRole)
          Adds the user group role to the database.
static UserGroupRole UserGroupRoleLocalServiceUtil.addUserGroupRole(UserGroupRole userGroupRole)
          Adds the user group role to the database.
 UserGroupRole UserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole)
          Adds the user group role to the database.
 void UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
static void UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
 void UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
 UserGroupRole UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database.
static UserGroupRole UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database.
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database.
 UserGroupRole UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database.
static UserGroupRole UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database.
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database.
 

Method parameters in com.liferay.portal.service with type arguments of type UserGroupRole
 User UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
static User UserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 User UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 User UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
static User UserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 User UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 User UserLocalServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
static User UserLocalServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 User UserLocalService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 

Uses of UserGroupRole in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return UserGroupRole
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.addUserGroupRole(UserGroupRole userGroupRole)
          Adds the user group role to the database.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.createUserGroupRole(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Gets the user group role with the primary key.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type UserGroupRole
 List<UserGroupRole> UserGroupRoleLocalServiceBaseImpl.getUserGroupRoles(int start, int end)
          Gets a range of all the user group roles.
 

Methods in com.liferay.portal.service.base with parameters of type UserGroupRole
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.addUserGroupRole(UserGroupRole userGroupRole)
          Adds the user group role to the database.
 void UserGroupRoleLocalServiceBaseImpl.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database.
 

Uses of UserGroupRole in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http with parameters of type UserGroupRole
static JSONArray UserGroupRoleJSONSerializer.toJSONArray(UserGroupRole[] models)
           
static JSONArray UserGroupRoleJSONSerializer.toJSONArray(UserGroupRole[][] models)
           
static JSONObject UserGroupRoleJSONSerializer.toJSONObject(UserGroupRole model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type UserGroupRole
static JSONArray UserGroupRoleJSONSerializer.toJSONArray(List<UserGroupRole> models)
           
static User UserServiceHttp.updateUser(HttpPrincipal httpPrincipal, long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
static User UserServiceHttp.updateUser(HttpPrincipal httpPrincipal, long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 

Uses of UserGroupRole in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return types with arguments of type UserGroupRole
protected  List<UserGroupRole> UserServiceImpl.checkUserGroupRoles(long userId, List<UserGroupRole> userGroupRoles)
           
 List<UserGroupRole> UserGroupRoleLocalServiceImpl.getUserGroupRoles(long userId)
           
 List<UserGroupRole> UserGroupRoleLocalServiceImpl.getUserGroupRoles(long userId, long groupId)
           
 List<UserGroupRole> UserGroupRoleLocalServiceImpl.getUserGroupRolesByGroupAndRole(long groupId, long roleId)
           
 List<UserGroupRole> UserGroupRoleLocalServiceImpl.getUserGroupRolesByUserUserGroupAndGroup(long userId, long groupId)
           
 

Methods in com.liferay.portal.service.impl with parameters of type UserGroupRole
 void UserGroupRoleLocalServiceImpl.deleteUserGroupRole(UserGroupRole userGroupRole)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type UserGroupRole
protected  List<UserGroupRole> UserServiceImpl.checkUserGroupRoles(long userId, List<UserGroupRole> userGroupRoles)
           
 User UserServiceImpl.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 User UserServiceImpl.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 User UserLocalServiceImpl.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
protected  void UserLocalServiceImpl.updateUserGroupRoles(User user, long[] groupIds, long[] organizationIds, List<UserGroupRole> userGroupRoles)
           
 

Uses of UserGroupRole in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return UserGroupRole
static UserGroupRole UserGroupRoleUtil.create(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
 UserGroupRole UserGroupRolePersistence.create(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
 UserGroupRole UserGroupRolePersistenceImpl.create(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the user group role with the primary key or returns null if it could not be found.
static UserGroupRole UserGroupRoleUtil.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Finds the user group role with the primary key or returns null if it could not be found.
 UserGroupRole UserGroupRolePersistence.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Finds the user group role with the primary key or returns null if it could not be found.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Finds the user group role with the primary key or returns null if it could not be found.
static UserGroupRole UserGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where groupId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where groupId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the user group role with the primary key or throws a NoSuchModelException if it could not be found.
static UserGroupRole UserGroupRoleUtil.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Finds the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
 UserGroupRole UserGroupRolePersistence.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Finds the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
 UserGroupRole UserGroupRolePersistenceImpl.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Finds the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
static UserGroupRole UserGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where roleId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where roleId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first user group role in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last user group role in the ordered set where userId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where userId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where userId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where userId = ?.
protected  UserGroupRole UserGroupRolePersistenceImpl.getByG_R_PrevAndNext(Session session, UserGroupRole userGroupRole, long groupId, long roleId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByGroupId_PrevAndNext(Session session, UserGroupRole userGroupRole, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByRoleId_PrevAndNext(Session session, UserGroupRole userGroupRole, long roleId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByU_G_PrevAndNext(Session session, UserGroupRole userGroupRole, long userId, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByUserId_PrevAndNext(Session session, UserGroupRole userGroupRole, long userId, OrderByComparator orderByComparator, boolean previous)
           
 UserGroupRole UserGroupRolePersistenceImpl.remove(Serializable primaryKey)
          Removes the user group role with the primary key from the database.
static UserGroupRole UserGroupRoleUtil.remove(UserGroupRole userGroupRole)
           
static UserGroupRole UserGroupRoleUtil.remove(UserGroupRolePK userGroupRolePK)
          Removes the user group role with the primary key from the database.
 UserGroupRole UserGroupRolePersistence.remove(UserGroupRolePK userGroupRolePK)
          Removes the user group role with the primary key from the database.
 UserGroupRole UserGroupRolePersistenceImpl.remove(UserGroupRolePK userGroupRolePK)
          Removes the user group role with the primary key from the database.
protected  UserGroupRole UserGroupRolePersistenceImpl.removeImpl(UserGroupRole userGroupRole)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.toUnwrappedModel(UserGroupRole userGroupRole)
           
static UserGroupRole UserGroupRoleUtil.update(UserGroupRole userGroupRole, boolean merge)
           
static UserGroupRole UserGroupRoleUtil.update(UserGroupRole userGroupRole, boolean merge, ServiceContext serviceContext)
           
static UserGroupRole UserGroupRoleUtil.updateImpl(UserGroupRole userGroupRole, boolean merge)
           
 UserGroupRole UserGroupRolePersistence.updateImpl(UserGroupRole userGroupRole, boolean merge)
           
 UserGroupRole UserGroupRolePersistenceImpl.updateImpl(UserGroupRole userGroupRole, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type UserGroupRole
static List<UserGroupRole> UserGroupRoleUtil.findAll()
          Finds all the user group roles.
 List<UserGroupRole> UserGroupRolePersistence.findAll()
          Finds all the user group roles.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findAll()
          Finds all the user group roles.
static List<UserGroupRole> UserGroupRoleUtil.findAll(int start, int end)
          Finds a range of all the user group roles.
 List<UserGroupRole> UserGroupRolePersistence.findAll(int start, int end)
          Finds a range of all the user group roles.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findAll(int start, int end)
          Finds a range of all the user group roles.
static List<UserGroupRole> UserGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles.
 List<UserGroupRole> UserGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles.
static List<UserGroupRole> UserGroupRoleUtil.findByG_R(long groupId, long roleId)
          Finds all the user group roles where groupId = ? and roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByG_R(long groupId, long roleId)
          Finds all the user group roles where groupId = ? and roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByG_R(long groupId, long roleId)
          Finds all the user group roles where groupId = ? and roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end)
          Finds a range of all the user group roles where groupId = ? and roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end)
          Finds a range of all the user group roles where groupId = ? and roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByG_R(long groupId, long roleId, int start, int end)
          Finds a range of all the user group roles where groupId = ? and roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where groupId = ? and roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where groupId = ? and roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where groupId = ? and roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByGroupId(long groupId)
          Finds all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId)
          Finds all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByGroupId(long groupId)
          Finds all the user group roles where groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the user group roles where groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId)
          Finds all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId)
          Finds all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByRoleId(long roleId)
          Finds all the user group roles where roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId, int start, int end)
          Finds a range of all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId, int start, int end)
          Finds a range of all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end)
          Finds a range of all the user group roles where roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByU_G(long userId, long groupId)
          Finds all the user group roles where userId = ? and groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByU_G(long userId, long groupId)
          Finds all the user group roles where userId = ? and groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByU_G(long userId, long groupId)
          Finds all the user group roles where userId = ? and groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end)
          Finds a range of all the user group roles where userId = ? and groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByU_G(long userId, long groupId, int start, int end)
          Finds a range of all the user group roles where userId = ? and groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByU_G(long userId, long groupId, int start, int end)
          Finds a range of all the user group roles where userId = ? and groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where userId = ? and groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByU_G(long userId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where userId = ? and groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByU_G(long userId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where userId = ? and groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByUserId(long userId)
          Finds all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId)
          Finds all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByUserId(long userId)
          Finds all the user group roles where userId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByUserId(long userId, int start, int end)
          Finds a range of all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId, int start, int end)
          Finds a range of all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByUserId(long userId, int start, int end)
          Finds a range of all the user group roles where userId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group roles where userId = ?.
static List<UserGroupRole> UserGroupRoleFinderUtil.findByUserUserGroupGroupRole(long userId, long groupId)
           
 List<UserGroupRole> UserGroupRoleFinder.findByUserUserGroupGroupRole(long userId, long groupId)
           
 List<UserGroupRole> UserGroupRoleFinderImpl.findByUserUserGroupGroupRole(long userId, long groupId)
           
static List<UserGroupRole> UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<UserGroupRole> UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<UserGroupRole> UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type UserGroupRole
static void UserGroupRoleUtil.cacheResult(UserGroupRole userGroupRole)
          Caches the user group role in the entity cache if it is enabled.
 void UserGroupRolePersistence.cacheResult(UserGroupRole userGroupRole)
          Caches the user group role in the entity cache if it is enabled.
 void UserGroupRolePersistenceImpl.cacheResult(UserGroupRole userGroupRole)
          Caches the user group role in the entity cache if it is enabled.
static void UserGroupRoleUtil.clearCache(UserGroupRole userGroupRole)
           
 void UserGroupRolePersistenceImpl.clearCache(UserGroupRole userGroupRole)
          Clears the cache for the user group role.
protected  UserGroupRole UserGroupRolePersistenceImpl.getByG_R_PrevAndNext(Session session, UserGroupRole userGroupRole, long groupId, long roleId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByGroupId_PrevAndNext(Session session, UserGroupRole userGroupRole, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByRoleId_PrevAndNext(Session session, UserGroupRole userGroupRole, long roleId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByU_G_PrevAndNext(Session session, UserGroupRole userGroupRole, long userId, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByUserId_PrevAndNext(Session session, UserGroupRole userGroupRole, long userId, OrderByComparator orderByComparator, boolean previous)
           
static UserGroupRole UserGroupRoleUtil.remove(UserGroupRole userGroupRole)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.removeImpl(UserGroupRole userGroupRole)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.toUnwrappedModel(UserGroupRole userGroupRole)
           
static UserGroupRole UserGroupRoleUtil.update(UserGroupRole userGroupRole, boolean merge)
           
static UserGroupRole UserGroupRoleUtil.update(UserGroupRole userGroupRole, boolean merge, ServiceContext serviceContext)
           
static UserGroupRole UserGroupRoleUtil.updateImpl(UserGroupRole userGroupRole, boolean merge)
           
 UserGroupRole UserGroupRolePersistence.updateImpl(UserGroupRole userGroupRole, boolean merge)
           
 UserGroupRole UserGroupRolePersistenceImpl.updateImpl(UserGroupRole userGroupRole, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type UserGroupRole
static void UserGroupRoleUtil.cacheResult(List<UserGroupRole> userGroupRoles)
          Caches the user group roles in the entity cache if it is enabled.
 void UserGroupRolePersistence.cacheResult(List<UserGroupRole> userGroupRoles)
          Caches the user group roles in the entity cache if it is enabled.
 void UserGroupRolePersistenceImpl.cacheResult(List<UserGroupRole> userGroupRoles)
          Caches the user group roles in the entity cache if it is enabled.
 

Uses of UserGroupRole in com.liferay.portlet.enterpriseadmin.util
 

Methods in com.liferay.portlet.enterpriseadmin.util that return types with arguments of type UserGroupRole
static List<UserGroupRole> EnterpriseAdminUtil.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
 List<UserGroupRole> EnterpriseAdmin.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
 List<UserGroupRole> EnterpriseAdminImpl.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
static List<UserGroupRole> EnterpriseAdminUtil.getUserGroupRoles(PortletRequest portletRequest)
           
 List<UserGroupRole> EnterpriseAdmin.getUserGroupRoles(PortletRequest portletRequest)
           
 List<UserGroupRole> EnterpriseAdminImpl.getUserGroupRoles(PortletRequest portletRequest)
           
 

Method parameters in com.liferay.portlet.enterpriseadmin.util with type arguments of type UserGroupRole
static List<UserGroupRole> EnterpriseAdminUtil.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
 List<UserGroupRole> EnterpriseAdmin.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
 List<UserGroupRole> EnterpriseAdminImpl.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
 


Liferay 6.0-ee