Uses of Interface
com.liferay.portal.kernel.model.Team
Packages that use Team
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service permission interfaces and utilities.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the portal comparator classes.
-
Uses of Team in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement TeamFields in com.liferay.portal.kernel.model with type parameters of type TeamMethods in com.liferay.portal.kernel.model that return TeamModifier and TypeMethodDescriptionTeamModel.cloneWithOriginalValues()TeamWrapper.cloneWithOriginalValues()Methods in com.liferay.portal.kernel.model that return types with arguments of type TeamModifier and TypeMethodDescriptionTeamWrapper.getAttributeGetterFunctions()TeamWrapper.getAttributeSetterBiConsumers()User.getTeams()UserWrapper.getTeams()Methods in com.liferay.portal.kernel.model with parameters of type TeamConstructors in com.liferay.portal.kernel.model with parameters of type Team -
Uses of Team in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return TeamModifier and TypeMethodDescriptionTeamLocalService.addTeam(long userId, long groupId, String name, String description, ServiceContext serviceContext) Adds the team to the database.static TeamTeamLocalServiceUtil.addTeam(long userId, long groupId, String name, String description, ServiceContext serviceContext) static TeamAdds the team to the database.TeamLocalServiceWrapper.addTeam(long userId, long groupId, String name, String description, ServiceContext serviceContext) Adds the team to the database.TeamService.addTeam(long groupId, String name, String description, ServiceContext serviceContext) static TeamTeamServiceUtil.addTeam(long groupId, String name, String description, ServiceContext serviceContext) TeamServiceWrapper.addTeam(long groupId, String name, String description, ServiceContext serviceContext) TeamLocalService.createTeam(long teamId) Creates a new team with the primary key.static TeamTeamLocalServiceUtil.createTeam(long teamId) Creates a new team with the primary key.TeamLocalServiceWrapper.createTeam(long teamId) Creates a new team with the primary key.TeamLocalService.deleteTeam(long teamId) Deletes the team with the primary key from the database.TeamLocalService.deleteTeam(Team team) Deletes the team from the database.static TeamTeamLocalServiceUtil.deleteTeam(long teamId) Deletes the team with the primary key from the database.static TeamTeamLocalServiceUtil.deleteTeam(Team team) Deletes the team from the database.TeamLocalServiceWrapper.deleteTeam(long teamId) Deletes the team with the primary key from the database.TeamLocalServiceWrapper.deleteTeam(Team team) Deletes the team from the database.TeamLocalService.fetchTeam(long teamId) static TeamTeamLocalServiceUtil.fetchTeam(long teamId) static TeamTeamLocalServiceWrapper.fetchTeam(long teamId) TeamLocalService.fetchTeamByUuidAndGroupId(String uuid, long groupId) Returns the team matching the UUID and group.static TeamTeamLocalServiceUtil.fetchTeamByUuidAndGroupId(String uuid, long groupId) Returns the team matching the UUID and group.TeamLocalServiceWrapper.fetchTeamByUuidAndGroupId(String uuid, long groupId) Returns the team matching the UUID and group.TeamLocalService.getTeam(long teamId) Returns the team with the primary key.static TeamTeamLocalServiceUtil.getTeam(long teamId) Returns the team with the primary key.static TeamTeamLocalServiceWrapper.getTeam(long teamId) Returns the team with the primary key.TeamService.getTeam(long teamId) static TeamTeamServiceUtil.getTeam(long teamId) static TeamTeamServiceWrapper.getTeam(long teamId) TeamLocalService.getTeamByUuidAndGroupId(String uuid, long groupId) Returns the team matching the UUID and group.static TeamTeamLocalServiceUtil.getTeamByUuidAndGroupId(String uuid, long groupId) Returns the team matching the UUID and group.TeamLocalServiceWrapper.getTeamByUuidAndGroupId(String uuid, long groupId) Returns the team matching the UUID and group.TeamLocalService.updateTeam(long teamId, String name, String description) TeamLocalService.updateTeam(Team team) Updates the team in the database or adds it if it does not yet exist.static TeamTeamLocalServiceUtil.updateTeam(long teamId, String name, String description) static TeamTeamLocalServiceUtil.updateTeam(Team team) Updates the team in the database or adds it if it does not yet exist.TeamLocalServiceWrapper.updateTeam(long teamId, String name, String description) TeamLocalServiceWrapper.updateTeam(Team team) Updates the team in the database or adds it if it does not yet exist.TeamService.updateTeam(long teamId, String name, String description) static TeamTeamServiceUtil.updateTeam(long teamId, String name, String description) TeamServiceWrapper.updateTeam(long teamId, String name, String description) Methods in com.liferay.portal.kernel.service that return types with arguments of type TeamModifier and TypeMethodDescriptionTeamLocalService.getCTPersistence()TeamLocalServiceWrapper.getCTPersistence()TeamLocalService.getGroupTeams(long groupId) TeamLocalServiceUtil.getGroupTeams(long groupId) TeamLocalServiceWrapper.getGroupTeams(long groupId) TeamService.getGroupTeams(long groupId) TeamServiceUtil.getGroupTeams(long groupId) TeamServiceWrapper.getGroupTeams(long groupId) TeamLocalService.getModelClass()TeamLocalServiceWrapper.getModelClass()RoleLocalService.getTeamRoleMap(long groupId) Returns the team role map for the group.RoleLocalServiceUtil.getTeamRoleMap(long groupId) Returns the team role map for the group.RoleLocalServiceWrapper.getTeamRoleMap(long groupId) Returns the team role map for the group.TeamLocalService.getTeams(int start, int end) Returns a range of all the teams.TeamLocalServiceUtil.getTeams(int start, int end) Returns a range of all the teams.TeamLocalServiceWrapper.getTeams(int start, int end) Returns a range of all the teams.TeamLocalService.getTeamsByUuidAndCompanyId(String uuid, long companyId) Returns all the teams matching the UUID and company.TeamLocalService.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns a range of teams matching the UUID and company.TeamLocalServiceUtil.getTeamsByUuidAndCompanyId(String uuid, long companyId) Returns all the teams matching the UUID and company.TeamLocalServiceUtil.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns a range of teams matching the UUID and company.TeamLocalServiceWrapper.getTeamsByUuidAndCompanyId(String uuid, long companyId) Returns all the teams matching the UUID and company.TeamLocalServiceWrapper.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns a range of teams matching the UUID and company.TeamLocalService.getUserGroupTeams(long userGroupId) TeamLocalService.getUserGroupTeams(long userGroupId, int start, int end) TeamLocalService.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceUtil.getUserGroupTeams(long userGroupId) TeamLocalServiceUtil.getUserGroupTeams(long userGroupId, int start, int end) TeamLocalServiceUtil.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId) TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId, int start, int end) TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalService.getUserOrUserGroupTeams(long groupId, long userId) TeamLocalServiceUtil.getUserOrUserGroupTeams(long groupId, long userId) TeamLocalServiceWrapper.getUserOrUserGroupTeams(long groupId, long userId) TeamLocalService.getUserTeams(long userId) TeamLocalService.getUserTeams(long userId, int start, int end) TeamLocalService.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalService.getUserTeams(long userId, long groupId) TeamLocalServiceUtil.getUserTeams(long userId) TeamLocalServiceUtil.getUserTeams(long userId, int start, int end) TeamLocalServiceUtil.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceUtil.getUserTeams(long userId, long groupId) TeamLocalServiceWrapper.getUserTeams(long userId) TeamLocalServiceWrapper.getUserTeams(long userId, int start, int end) TeamLocalServiceWrapper.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceWrapper.getUserTeams(long userId, long groupId) TeamService.getUserTeams(long userId) TeamService.getUserTeams(long userId, long groupId) TeamServiceUtil.getUserTeams(long userId) TeamServiceUtil.getUserTeams(long userId, long groupId) TeamServiceWrapper.getUserTeams(long userId) TeamServiceWrapper.getUserTeams(long userId, long groupId) TeamLocalService.search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceUtil.search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamService.search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamServiceUtil.search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) Methods in com.liferay.portal.kernel.service with parameters of type TeamModifier and TypeMethodDescriptionAdds the team to the database.static TeamAdds the team to the database.Adds the team to the database.booleanTeamLocalService.addUserGroupTeam(long userGroupId, Team team) static booleanTeamLocalServiceUtil.addUserGroupTeam(long userGroupId, Team team) booleanTeamLocalServiceWrapper.addUserGroupTeam(long userGroupId, Team team) booleanTeamLocalService.addUserTeam(long userId, Team team) static booleanTeamLocalServiceUtil.addUserTeam(long userId, Team team) booleanTeamLocalServiceWrapper.addUserTeam(long userId, Team team) TeamLocalService.deleteTeam(Team team) Deletes the team from the database.static TeamTeamLocalServiceUtil.deleteTeam(Team team) Deletes the team from the database.TeamLocalServiceWrapper.deleteTeam(Team team) Deletes the team from the database.voidTeamLocalService.deleteUserGroupTeam(long userGroupId, Team team) static voidTeamLocalServiceUtil.deleteUserGroupTeam(long userGroupId, Team team) voidTeamLocalServiceWrapper.deleteUserGroupTeam(long userGroupId, Team team) voidTeamLocalService.deleteUserTeam(long userId, Team team) static voidTeamLocalServiceUtil.deleteUserTeam(long userId, Team team) voidTeamLocalServiceWrapper.deleteUserTeam(long userId, Team team) TeamLocalService.updateTeam(Team team) Updates the team in the database or adds it if it does not yet exist.static TeamTeamLocalServiceUtil.updateTeam(Team team) Updates the team in the database or adds it if it does not yet exist.TeamLocalServiceWrapper.updateTeam(Team team) Updates the team in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type TeamModifier and TypeMethodDescriptionbooleanTeamLocalService.addUserGroupTeams(long userGroupId, List<Team> teams) static booleanTeamLocalServiceUtil.addUserGroupTeams(long userGroupId, List<Team> teams) booleanTeamLocalServiceWrapper.addUserGroupTeams(long userGroupId, List<Team> teams) booleanTeamLocalService.addUserTeams(long userId, List<Team> teams) static booleanTeamLocalServiceUtil.addUserTeams(long userId, List<Team> teams) booleanTeamLocalServiceWrapper.addUserTeams(long userId, List<Team> teams) voidTeamLocalService.deleteUserGroupTeams(long userGroupId, List<Team> teams) static voidTeamLocalServiceUtil.deleteUserGroupTeams(long userGroupId, List<Team> teams) voidTeamLocalServiceWrapper.deleteUserGroupTeams(long userGroupId, List<Team> teams) voidTeamLocalService.deleteUserTeams(long userId, List<Team> teams) static voidTeamLocalServiceUtil.deleteUserTeams(long userId, List<Team> teams) voidTeamLocalServiceWrapper.deleteUserTeams(long userId, List<Team> teams) TeamLocalService.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns a range of teams matching the UUID and company.TeamLocalServiceUtil.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns a range of teams matching the UUID and company.TeamLocalServiceWrapper.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns a range of teams matching the UUID and company.TeamLocalService.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceUtil.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalService.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceUtil.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceWrapper.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalService.search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceUtil.search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamService.search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamServiceUtil.search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) <R,E extends Throwable>
RTeamLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<Team>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RTeamLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<Team>, R, E> updateUnsafeFunction) -
Uses of Team in com.liferay.portal.kernel.service.permission
Methods in com.liferay.portal.kernel.service.permission with parameters of type TeamModifier and TypeMethodDescriptionstatic voidTeamPermissionUtil.check(PermissionChecker permissionChecker, Team team, String actionId) static booleanTeamPermissionUtil.contains(PermissionChecker permissionChecker, Team team, String actionId) -
Uses of Team in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return TeamModifier and TypeMethodDescriptionTeamPersistence.create(long teamId) Creates a new team with the primary key.static TeamTeamUtil.create(long teamId) Creates a new team with the primary key.TeamPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.static TeamTeamUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.TeamPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.static TeamTeamUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.TeamPersistence.fetchByG_N(long groupId, String name) Returns the team where groupId = ? and name = ? or returnsnullif it could not be found.TeamPersistence.fetchByG_N(long groupId, String name, boolean useFinderCache) Returns the team where groupId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.static TeamTeamUtil.fetchByG_N(long groupId, String name) Returns the team where groupId = ? and name = ? or returnsnullif it could not be found.static TeamTeamUtil.fetchByG_N(long groupId, String name, boolean useFinderCache) Returns the team where groupId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.TeamPersistence.fetchByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.static TeamTeamUtil.fetchByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.TeamPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where groupId = ?.static TeamTeamUtil.fetchByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where groupId = ?.TeamPersistence.fetchByPrimaryKey(long teamId) Returns the team with the primary key or returnsnullif it could not be found.static TeamTeamUtil.fetchByPrimaryKey(long teamId) Returns the team with the primary key or returnsnullif it could not be found.TeamPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ? and companyId = ?.static TeamTeamUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ? and companyId = ?.TeamPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ? and companyId = ?.static TeamTeamUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ? and companyId = ?.TeamPersistence.fetchByUuid_First(String uuid, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ?.static TeamTeamUtil.fetchByUuid_First(String uuid, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ?.TeamPersistence.fetchByUUID_G(String uuid, long groupId) Returns the team where uuid = ? and groupId = ? or returnsnullif it could not be found.TeamPersistence.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the team where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static TeamTeamUtil.fetchByUUID_G(String uuid, long groupId) Returns the team where uuid = ? and groupId = ? or returnsnullif it could not be found.static TeamTeamUtil.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the team where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.TeamPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.static TeamTeamUtil.fetchByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.Team[]TeamPersistence.filterFindByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?.static Team[]TeamUtil.filterFindByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?.TeamPersistence.findByCompanyId_First(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.static TeamTeamUtil.findByCompanyId_First(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.TeamPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.static TeamTeamUtil.findByCompanyId_Last(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.Team[]TeamPersistence.findByCompanyId_PrevAndNext(long teamId, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where companyId = ?.static Team[]TeamUtil.findByCompanyId_PrevAndNext(long teamId, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where companyId = ?.Returns the team where groupId = ? and name = ? or throws aNoSuchTeamExceptionif it could not be found.static TeamReturns the team where groupId = ? and name = ? or throws aNoSuchTeamExceptionif it could not be found.TeamPersistence.findByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.static TeamTeamUtil.findByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.TeamPersistence.findByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where groupId = ?.static TeamTeamUtil.findByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where groupId = ?.Team[]TeamPersistence.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where groupId = ?.static Team[]TeamUtil.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where groupId = ?.TeamPersistence.findByPrimaryKey(long teamId) Returns the team with the primary key or throws aNoSuchTeamExceptionif it could not be found.static TeamTeamUtil.findByPrimaryKey(long teamId) Returns the team with the primary key or throws aNoSuchTeamExceptionif it could not be found.TeamPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ? and companyId = ?.static TeamTeamUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ? and companyId = ?.TeamPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ? and companyId = ?.static TeamTeamUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ? and companyId = ?.Team[]TeamPersistence.findByUuid_C_PrevAndNext(long teamId, String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where uuid = ? and companyId = ?.static Team[]TeamUtil.findByUuid_C_PrevAndNext(long teamId, String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where uuid = ? and companyId = ?.TeamPersistence.findByUuid_First(String uuid, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ?.static TeamTeamUtil.findByUuid_First(String uuid, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ?.TeamPersistence.findByUUID_G(String uuid, long groupId) Returns the team where uuid = ? and groupId = ? or throws aNoSuchTeamExceptionif it could not be found.static TeamTeamUtil.findByUUID_G(String uuid, long groupId) Returns the team where uuid = ? and groupId = ? or throws aNoSuchTeamExceptionif it could not be found.TeamPersistence.findByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.static TeamTeamUtil.findByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.Team[]TeamPersistence.findByUuid_PrevAndNext(long teamId, String uuid, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where uuid = ?.static Team[]TeamUtil.findByUuid_PrevAndNext(long teamId, String uuid, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where uuid = ?.TeamPersistence.remove(long teamId) Removes the team with the primary key from the database.static TeamTeamUtil.remove(long teamId) Removes the team with the primary key from the database.TeamPersistence.removeByG_N(long groupId, String name) Removes the team where groupId = ? and name = ? from the database.static TeamTeamUtil.removeByG_N(long groupId, String name) Removes the team where groupId = ? and name = ? from the database.TeamPersistence.removeByUUID_G(String uuid, long groupId) Removes the team where uuid = ? and groupId = ? from the database.static TeamTeamUtil.removeByUUID_G(String uuid, long groupId) Removes the team where uuid = ? and groupId = ? from the database.static Teamstatic TeamTeamUtil.update(Team team, ServiceContext serviceContext) TeamPersistence.updateImpl(Team team) static TeamTeamUtil.updateImpl(Team team) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type TeamModifier and TypeMethodDescriptionstatic Map<Serializable,Team> TeamUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) TeamFinder.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamFinderUtil.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamPersistence.filterFindByGroupId(long groupId) Returns all the teams that the user has permission to view where groupId = ?.TeamPersistence.filterFindByGroupId(long groupId, int start, int end) Returns a range of all the teams that the user has permission to view where groupId = ?.TeamPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams that the user has permissions to view where groupId = ?.TeamUtil.filterFindByGroupId(long groupId) Returns all the teams that the user has permission to view where groupId = ?.TeamUtil.filterFindByGroupId(long groupId, int start, int end) Returns a range of all the teams that the user has permission to view where groupId = ?.TeamUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams that the user has permissions to view where groupId = ?.TeamPersistence.findAll()Returns all the teams.TeamPersistence.findAll(int start, int end) Returns a range of all the teams.TeamPersistence.findAll(int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams.TeamPersistence.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams.TeamUtil.findAll()Returns all the teams.TeamUtil.findAll(int start, int end) Returns a range of all the teams.TeamUtil.findAll(int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams.TeamUtil.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams.TeamPersistence.findByCompanyId(long companyId) Returns all the teams where companyId = ?.TeamPersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the teams where companyId = ?.TeamPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where companyId = ?.TeamPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where companyId = ?.TeamUtil.findByCompanyId(long companyId) Returns all the teams where companyId = ?.TeamUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the teams where companyId = ?.TeamUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where companyId = ?.TeamUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where companyId = ?.TeamFinder.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamFinderUtil.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamFinder.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamFinderUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamPersistence.findByGroupId(long groupId) Returns all the teams where groupId = ?.TeamPersistence.findByGroupId(long groupId, int start, int end) Returns a range of all the teams where groupId = ?.TeamPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where groupId = ?.TeamPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where groupId = ?.TeamUtil.findByGroupId(long groupId) Returns all the teams where groupId = ?.TeamUtil.findByGroupId(long groupId, int start, int end) Returns a range of all the teams where groupId = ?.TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where groupId = ?.TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where groupId = ?.TeamPersistence.findByUuid(String uuid) Returns all the teams where uuid = ?.TeamPersistence.findByUuid(String uuid, int start, int end) Returns a range of all the teams where uuid = ?.TeamPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where uuid = ?.TeamPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where uuid = ?.TeamUtil.findByUuid(String uuid) Returns all the teams where uuid = ?.TeamUtil.findByUuid(String uuid, int start, int end) Returns a range of all the teams where uuid = ?.TeamUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where uuid = ?.TeamUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where uuid = ?.TeamPersistence.findByUuid_C(String uuid, long companyId) Returns all the teams where uuid = ? and companyId = ?.TeamPersistence.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the teams where uuid = ? and companyId = ?.TeamPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where uuid = ? and companyId = ?.TeamPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where uuid = ? and companyId = ?.TeamUtil.findByUuid_C(String uuid, long companyId) Returns all the teams where uuid = ? and companyId = ?.TeamUtil.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the teams where uuid = ? and companyId = ?.TeamUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where uuid = ? and companyId = ?.TeamUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where uuid = ? and companyId = ?.TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Team> orderByComparator) UserGroupPersistence.getTeams(long pk) Returns all the teams associated with the user group.UserGroupPersistence.getTeams(long pk, int start, int end) Returns a range of all the teams associated with the user group.UserGroupPersistence.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams associated with the user group.UserGroupUtil.getTeams(long pk) Returns all the teams associated with the user group.UserGroupUtil.getTeams(long pk, int start, int end) Returns a range of all the teams associated with the user group.UserGroupUtil.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams associated with the user group.UserPersistence.getTeams(long pk) Returns all the teams associated with the user.UserPersistence.getTeams(long pk, int start, int end) Returns a range of all the teams associated with the user.UserPersistence.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams associated with the user.UserUtil.getTeams(long pk) Returns all the teams associated with the user.UserUtil.getTeams(long pk, int start, int end) Returns a range of all the teams associated with the user.UserUtil.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams associated with the user.Methods in com.liferay.portal.kernel.service.persistence with parameters of type TeamModifier and TypeMethodDescriptionbooleanAdds an association between the user group and the team.static booleanAdds an association between the user group and the team.booleanAdds an association between the user and the team.static booleanAdds an association between the user and the team.voidTeamPersistence.cacheResult(Team team) Caches the team in the entity cache if it is enabled.static voidTeamUtil.cacheResult(Team team) Caches the team in the entity cache if it is enabled.static voidTeamUtil.clearCache(Team team) voidUserGroupPersistence.removeTeam(long pk, Team team) Removes the association between the user group and the team.static voidUserGroupUtil.removeTeam(long pk, Team team) Removes the association between the user group and the team.voidUserPersistence.removeTeam(long pk, Team team) Removes the association between the user and the team.static voidUserUtil.removeTeam(long pk, Team team) Removes the association between the user and the team.static Teamstatic TeamTeamUtil.update(Team team, ServiceContext serviceContext) TeamPersistence.updateImpl(Team team) static TeamTeamUtil.updateImpl(Team team) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type TeamModifier and TypeMethodDescriptionbooleanAdds an association between the user group and the teams.static booleanAdds an association between the user group and the teams.booleanAdds an association between the user and the teams.static booleanAdds an association between the user and the teams.voidTeamPersistence.cacheResult(List<Team> teams) Caches the teams in the entity cache if it is enabled.static voidTeamUtil.cacheResult(List<Team> teams) Caches the teams in the entity cache if it is enabled.TeamPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.static TeamTeamUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.TeamPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.static TeamTeamUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.TeamPersistence.fetchByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.static TeamTeamUtil.fetchByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.TeamPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where groupId = ?.static TeamTeamUtil.fetchByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where groupId = ?.TeamPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ? and companyId = ?.static TeamTeamUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ? and companyId = ?.TeamPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ? and companyId = ?.static TeamTeamUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ? and companyId = ?.TeamPersistence.fetchByUuid_First(String uuid, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ?.static TeamTeamUtil.fetchByUuid_First(String uuid, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ?.TeamPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.static TeamTeamUtil.fetchByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.TeamFinder.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamFinderUtil.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams that the user has permissions to view where groupId = ?.TeamUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams that the user has permissions to view where groupId = ?.Team[]TeamPersistence.filterFindByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?.static Team[]TeamUtil.filterFindByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?.TeamPersistence.findAll(int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams.TeamPersistence.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams.TeamUtil.findAll(int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams.TeamUtil.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams.TeamPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where companyId = ?.TeamPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where companyId = ?.TeamUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where companyId = ?.TeamUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where companyId = ?.TeamPersistence.findByCompanyId_First(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.static TeamTeamUtil.findByCompanyId_First(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.TeamPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.static TeamTeamUtil.findByCompanyId_Last(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.Team[]TeamPersistence.findByCompanyId_PrevAndNext(long teamId, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where companyId = ?.static Team[]TeamUtil.findByCompanyId_PrevAndNext(long teamId, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where companyId = ?.TeamFinder.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamFinderUtil.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamFinder.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamFinderUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where groupId = ?.TeamPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where groupId = ?.TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where groupId = ?.TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where groupId = ?.TeamPersistence.findByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.static TeamTeamUtil.findByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.TeamPersistence.findByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where groupId = ?.static TeamTeamUtil.findByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where groupId = ?.Team[]TeamPersistence.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where groupId = ?.static Team[]TeamUtil.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where groupId = ?.TeamPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where uuid = ?.TeamPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where uuid = ?.TeamUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where uuid = ?.TeamUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where uuid = ?.TeamPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where uuid = ? and companyId = ?.TeamPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where uuid = ? and companyId = ?.TeamUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where uuid = ? and companyId = ?.TeamUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where uuid = ? and companyId = ?.TeamPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ? and companyId = ?.static TeamTeamUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ? and companyId = ?.TeamPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ? and companyId = ?.static TeamTeamUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ? and companyId = ?.Team[]TeamPersistence.findByUuid_C_PrevAndNext(long teamId, String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where uuid = ? and companyId = ?.static Team[]TeamUtil.findByUuid_C_PrevAndNext(long teamId, String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where uuid = ? and companyId = ?.TeamPersistence.findByUuid_First(String uuid, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ?.static TeamTeamUtil.findByUuid_First(String uuid, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ?.TeamPersistence.findByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.static TeamTeamUtil.findByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.Team[]TeamPersistence.findByUuid_PrevAndNext(long teamId, String uuid, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where uuid = ?.static Team[]TeamUtil.findByUuid_PrevAndNext(long teamId, String uuid, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where uuid = ?.TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Team> orderByComparator) UserGroupPersistence.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams associated with the user group.UserGroupUtil.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams associated with the user group.UserPersistence.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams associated with the user.UserUtil.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams associated with the user.voidUserGroupPersistence.removeTeams(long pk, List<Team> teams) Removes the association between the user group and the teams.static voidUserGroupUtil.removeTeams(long pk, List<Team> teams) Removes the association between the user group and the teams.voidUserPersistence.removeTeams(long pk, List<Team> teams) Removes the association between the user and the teams.static voidUserUtil.removeTeams(long pk, List<Team> teams) Removes the association between the user and the teams.voidSets the teams associated with the user group, removing and adding associations as necessary.static voidSets the teams associated with the user group, removing and adding associations as necessary.voidSets the teams associated with the user, removing and adding associations as necessary.static voidSets the teams associated with the user, removing and adding associations as necessary. -
Uses of Team in com.liferay.portal.kernel.util.comparator
Methods in com.liferay.portal.kernel.util.comparator with parameters of type Team