Liferay 6.0.3

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)
           
 

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

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)
           
static UserGroupRole UserGroupRoleLocalServiceUtil.addUserGroupRole(UserGroupRole userGroupRole)
           
 UserGroupRole UserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole)
           
 UserGroupRole UserGroupRoleLocalServiceWrapper.createUserGroupRole(UserGroupRolePK userGroupRolePK)
           
static UserGroupRole UserGroupRoleLocalServiceUtil.createUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRoleLocalService.createUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRoleLocalServiceWrapper.getUserGroupRole(UserGroupRolePK userGroupRolePK)
           
static UserGroupRole UserGroupRoleLocalServiceUtil.getUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRoleLocalService.getUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole)
           
static UserGroupRole UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole)
           
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole)
           
 UserGroupRole UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
           
static UserGroupRole UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
           
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
           
 

Methods in com.liferay.portal.service that return types with arguments of type UserGroupRole
 List<UserGroupRole> UserGroupRoleLocalServiceWrapper.getUserGroupRoles(int start, int end)
           
static List<UserGroupRole> UserGroupRoleLocalServiceUtil.getUserGroupRoles(int start, int end)
           
 List<UserGroupRole> UserGroupRoleLocalService.getUserGroupRoles(int start, int end)
           
 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)
           
static UserGroupRole UserGroupRoleLocalServiceUtil.addUserGroupRole(UserGroupRole userGroupRole)
           
 UserGroupRole UserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole)
           
 void UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRole userGroupRole)
           
static void UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRole userGroupRole)
           
 void UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRole userGroupRole)
           
 UserGroupRole UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole)
           
static UserGroupRole UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole)
           
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole)
           
 UserGroupRole UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
           
static UserGroupRole UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
           
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
           
 

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)
           
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.createUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.getUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.updateUserGroupRole(UserGroupRole userGroupRole)
           
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
           
 

Methods in com.liferay.portal.service.base that return types with arguments of type UserGroupRole
 List<UserGroupRole> UserGroupRoleLocalServiceBaseImpl.getUserGroupRoles(int start, int end)
           
 

Methods in com.liferay.portal.service.base with parameters of type UserGroupRole
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.addUserGroupRole(UserGroupRole userGroupRole)
           
 void UserGroupRoleLocalServiceBaseImpl.deleteUserGroupRole(UserGroupRole userGroupRole)
           
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.updateUserGroupRole(UserGroupRole userGroupRole)
           
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.updateUserGroupRole(UserGroupRole userGroupRole, boolean merge)
           
 

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)
           
 UserGroupRole UserGroupRolePersistence.create(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRolePersistenceImpl.create(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRolePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static UserGroupRole UserGroupRoleUtil.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRolePersistence.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRolePersistenceImpl.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
           
static UserGroupRole UserGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistenceImpl.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
           
static UserGroupRole UserGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistenceImpl.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
           
static UserGroupRole[] UserGroupRoleUtil.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
           
 UserGroupRole[] UserGroupRolePersistence.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
           
 UserGroupRole[] UserGroupRolePersistenceImpl.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
           
static UserGroupRole UserGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static UserGroupRole UserGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static UserGroupRole[] UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole[] UserGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole[] UserGroupRolePersistenceImpl.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static UserGroupRole UserGroupRoleUtil.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRolePersistence.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRolePersistenceImpl.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
           
static UserGroupRole UserGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistenceImpl.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
           
static UserGroupRole UserGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
           
static UserGroupRole[] UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
           
 UserGroupRole[] UserGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
           
 UserGroupRole[] UserGroupRolePersistenceImpl.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
           
static UserGroupRole UserGroupRoleUtil.findByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistence.findByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistenceImpl.findByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
           
static UserGroupRole UserGroupRoleUtil.findByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistence.findByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistenceImpl.findByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
           
static UserGroupRole[] UserGroupRoleUtil.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole[] UserGroupRolePersistence.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
           
 UserGroupRole[] UserGroupRolePersistenceImpl.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
           
static UserGroupRole UserGroupRoleUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
static UserGroupRole UserGroupRoleUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 UserGroupRole UserGroupRolePersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
static UserGroupRole[] UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
           
 UserGroupRole[] UserGroupRolePersistence.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
           
 UserGroupRole[] UserGroupRolePersistenceImpl.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
           
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)
           
static UserGroupRole UserGroupRoleUtil.remove(UserGroupRole userGroupRole)
           
static UserGroupRole UserGroupRoleUtil.remove(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRolePersistence.remove(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRolePersistenceImpl.remove(UserGroupRolePK userGroupRolePK)
           
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()
           
 List<UserGroupRole> UserGroupRolePersistence.findAll()
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findAll()
           
static List<UserGroupRole> UserGroupRoleUtil.findAll(int start, int end)
           
 List<UserGroupRole> UserGroupRolePersistence.findAll(int start, int end)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findAll(int start, int end)
           
static List<UserGroupRole> UserGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroupRole> UserGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroupRole> UserGroupRoleUtil.findByG_R(long groupId, long roleId)
           
 List<UserGroupRole> UserGroupRolePersistence.findByG_R(long groupId, long roleId)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByG_R(long groupId, long roleId)
           
static List<UserGroupRole> UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end)
           
 List<UserGroupRole> UserGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByG_R(long groupId, long roleId, int start, int end)
           
static List<UserGroupRole> UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroupRole> UserGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroupRole> UserGroupRoleUtil.findByGroupId(long groupId)
           
 List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByGroupId(long groupId)
           
static List<UserGroupRole> UserGroupRoleUtil.findByGroupId(long groupId, int start, int end)
           
 List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId, int start, int end)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<UserGroupRole> UserGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId)
           
 List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByRoleId(long roleId)
           
static List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId, int start, int end)
           
 List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId, int start, int end)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end)
           
static List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroupRole> UserGroupRoleUtil.findByU_G(long userId, long groupId)
           
 List<UserGroupRole> UserGroupRolePersistence.findByU_G(long userId, long groupId)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByU_G(long userId, long groupId)
           
static List<UserGroupRole> UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end)
           
 List<UserGroupRole> UserGroupRolePersistence.findByU_G(long userId, long groupId, int start, int end)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByU_G(long userId, long groupId, int start, int end)
           
static List<UserGroupRole> UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroupRole> UserGroupRolePersistence.findByU_G(long userId, long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByU_G(long userId, long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroupRole> UserGroupRoleUtil.findByUserId(long userId)
           
 List<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByUserId(long userId)
           
static List<UserGroupRole> UserGroupRoleUtil.findByUserId(long userId, int start, int end)
           
 List<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId, int start, int end)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByUserId(long userId, int start, int end)
           
static List<UserGroupRole> UserGroupRoleUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 void UserGroupRolePersistence.cacheResult(UserGroupRole userGroupRole)
           
 void UserGroupRolePersistenceImpl.cacheResult(UserGroupRole userGroupRole)
           
static void UserGroupRoleUtil.clearCache(UserGroupRole userGroupRole)
           
 void UserGroupRolePersistenceImpl.clearCache(UserGroupRole userGroupRole)
           
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)
           
 void UserGroupRolePersistence.cacheResult(List<UserGroupRole> userGroupRoles)
           
 void UserGroupRolePersistenceImpl.cacheResult(List<UserGroupRole> userGroupRoles)
           
 

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.3