Liferay 6.1.2-ce-ga3

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

Packages that use UserGroupRole
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.search   
com.liferay.portal.security.ldap This package defines the portal security LDAP interfaces and classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.usersadmin.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.
 

Fields in com.liferay.portal.model with type parameters of type UserGroupRole
static Accessor<UserGroupRole,Long> UserGroupRole.GROUP_ID_ACCESSOR
           
static Accessor<UserGroupRole,Long> UserGroupRole.ROLE_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return UserGroupRole
 UserGroupRole UserGroupRoleWrapper.getWrappedModel()
           
 UserGroupRole UserGroupRoleWrapper.getWrappedUserGroupRole()
          Deprecated. Renamed to UserGroupRoleWrapper.getWrappedModel()
 UserGroupRole UserGroupRoleWrapper.toEscapedModel()
           
 UserGroupRole UserGroupRoleModel.toEscapedModel()
           
 UserGroupRole UserGroupRoleWrapper.toUnescapedModel()
           
 UserGroupRole UserGroupRoleModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type UserGroupRole
 CacheModel<UserGroupRole> UserGroupRoleWrapper.toCacheModel()
           
 CacheModel<UserGroupRole> UserGroupRoleModel.toCacheModel()
           
 

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 UserGroupRoleBaseImpl
          The extended model base implementation for the UserGroupRole service.
 class UserGroupRoleImpl
           
 

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

Methods in com.liferay.portal.model.impl that return types with arguments of type UserGroupRole
 CacheModel<UserGroupRole> UserGroupRoleModelImpl.toCacheModel()
           
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.search
 

Method parameters in com.liferay.portal.search with type arguments of type UserGroupRole
protected  Query SearchPermissionCheckerImpl.doGetPermissionQuery_5(long companyId, long[] groupIds, long userId, String className, Query query, SearchContext searchContext, AdvancedPermissionChecker advancedPermissionChecker, List<Group> groups, List<Role> roles, List<UserGroupRole> userGroupRoles, Map<Long,List<Role>> groupIdsToRoles)
           
protected  Query SearchPermissionCheckerImpl.doGetPermissionQuery_6(long companyId, long[] groupIds, long userId, String className, Query query, SearchContext searchContext, AdvancedPermissionChecker advancedPermissionChecker, List<Group> groups, List<Role> roles, List<UserGroupRole> userGroupRoles, Map<Long,List<Role>> groupIdsToRoles)
           
 

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.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
static UserGroupRole UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
 UserGroupRole UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
 UserGroupRole UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
static UserGroupRole UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 UserGroupRole UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 UserGroupRole UserGroupRoleLocalServiceWrapper.fetchUserGroupRole(UserGroupRolePK userGroupRolePK)
           
static UserGroupRole UserGroupRoleLocalServiceUtil.fetchUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRoleLocalService.fetchUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRoleLocalServiceWrapper.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key.
static UserGroupRole UserGroupRoleLocalServiceUtil.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key.
 UserGroupRole UserGroupRoleLocalService.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key.
 UserGroupRole UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database or adds it if it does not yet exist.
static UserGroupRole UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database or adds it if it does not yet exist.
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database or adds it if it does not yet exist.
 UserGroupRole UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database or adds it if it does not yet exist.
static UserGroupRole UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database or adds it if it does not yet exist.
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type UserGroupRole
 List<UserGroupRole> UserGroupRoleLocalServiceWrapper.getUserGroupRoles(int start, int end)
          Returns a range of all the user group roles.
static List<UserGroupRole> UserGroupRoleLocalServiceUtil.getUserGroupRoles(int start, int end)
          Returns a range of all the user group roles.
 List<UserGroupRole> UserGroupRoleLocalService.getUserGroupRoles(int start, int end)
          Returns 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.
 UserGroupRole UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
static UserGroupRole UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
 UserGroupRole 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 or adds it if it does not yet exist.
static UserGroupRole UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database or adds it if it does not yet exist.
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database or adds it if it does not yet exist.
 UserGroupRole UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database or adds it if it does not yet exist.
static UserGroupRole UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database or adds it if it does not yet exist.
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database or adds it if it does not yet exist.
 

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)
          Updates the user with additional parameters.
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)
          Updates the user with additional parameters.
 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)
          Updates the user with additional parameters.
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)
          Updates the user.
 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)
          Updates the user.
 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)
          Updates the user.
 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)
          Updates the user.
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)
          Updates the user.
 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)
          Updates the user.
 

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.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.fetchUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database or adds it if it does not yet exist.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type UserGroupRole
 List<UserGroupRole> UserGroupRoleLocalServiceBaseImpl.getUserGroupRoles(int start, int end)
          Returns 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.
 UserGroupRole 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 or adds it if it does not yet exist.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
          Updates the user group role in the database or adds it if it does not yet exist.
 

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

Method parameters in com.liferay.portal.service.http with type arguments of type UserGroupRole
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 UserGroupRole
 UserGroupRole UserGroupRoleLocalServiceImpl.deleteUserGroupRole(UserGroupRole userGroupRole)
           
 

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
 UserGroupRole 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)
          Updates the user with additional parameters.
 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)
          Updates the user.
 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)
          Updates the user.
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.
static UserGroupRole UserGroupRoleUtil.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the user group role with the primary key or returns null if it could not be found.
static UserGroupRole UserGroupRoleUtil.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or returns null if it could not be found.
 UserGroupRole UserGroupRolePersistence.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or returns null if it could not be found.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or returns null if it could not be found.
static UserGroupRole UserGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user group role with the primary key or throws a NoSuchModelException if it could not be found.
static UserGroupRole UserGroupRoleUtil.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
 UserGroupRole UserGroupRolePersistence.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
 UserGroupRole UserGroupRolePersistenceImpl.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns 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)
          Returns the first user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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(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()
          Returns all the user group roles.
 List<UserGroupRole> UserGroupRolePersistence.findAll()
          Returns all the user group roles.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findAll()
          Returns all the user group roles.
static List<UserGroupRole> UserGroupRoleUtil.findAll(int start, int end)
          Returns a range of all the user group roles.
 List<UserGroupRole> UserGroupRolePersistence.findAll(int start, int end)
          Returns a range of all the user group roles.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findAll(int start, int end)
          Returns a range of all the user group roles.
static List<UserGroupRole> UserGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles.
 List<UserGroupRole> UserGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles.
static List<UserGroupRole> UserGroupRoleUtil.findByG_R(long groupId, long roleId)
          Returns all the user group roles where groupId = ? and roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByG_R(long groupId, long roleId)
          Returns all the user group roles where groupId = ? and roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByG_R(long groupId, long roleId)
          Returns all the user group roles where groupId = ? and roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByGroupId(long groupId)
          Returns all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId)
          Returns all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByGroupId(long groupId)
          Returns all the user group roles where groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the user group roles where groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId)
          Returns all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId)
          Returns all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByRoleId(long roleId)
          Returns all the user group roles where roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId, int start, int end)
          Returns a range of all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId, int start, int end)
          Returns a range of all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end)
          Returns a range of all the user group roles where roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByU_G(long userId, long groupId)
          Returns all the user group roles where userId = ? and groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByU_G(long userId, long groupId)
          Returns all the user group roles where userId = ? and groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByU_G(long userId, long groupId)
          Returns all the user group roles where userId = ? and groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByUserId(long userId)
          Returns all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId)
          Returns all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByUserId(long userId)
          Returns all the user group roles where userId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByUserId(long userId, int start, int end)
          Returns a range of all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId, int start, int end)
          Returns a range of all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByUserId(long userId, int start, int end)
          Returns a range of all the user group roles where userId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns 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)
           
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.
 void UserGroupRolePersistenceImpl.clearCache(List<UserGroupRole> userGroupRoles)
           
 

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

Methods in com.liferay.portlet.usersadmin.util that return types with arguments of type UserGroupRole
 List<UserGroupRole> UsersAdmin.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
static List<UserGroupRole> UsersAdminUtil.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
 List<UserGroupRole> UsersAdminImpl.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
 List<UserGroupRole> UsersAdmin.getUserGroupRoles(PortletRequest portletRequest)
           
static List<UserGroupRole> UsersAdminUtil.getUserGroupRoles(PortletRequest portletRequest)
           
 List<UserGroupRole> UsersAdminImpl.getUserGroupRoles(PortletRequest portletRequest)
           
 

Method parameters in com.liferay.portlet.usersadmin.util with type arguments of type UserGroupRole
 List<UserGroupRole> UsersAdmin.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
static List<UserGroupRole> UsersAdminUtil.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
 List<UserGroupRole> UsersAdminImpl.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
 


Liferay 6.1.2-ce-ga3