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 Team
TeamLocalServiceUtil.addTeam
(long userId, long groupId, String name, String description, ServiceContext serviceContext) static Team
Adds 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 Team
TeamServiceUtil.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 Team
TeamLocalServiceUtil.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 Team
TeamLocalServiceUtil.deleteTeam
(long teamId) Deletes the team with the primary key from the database.static Team
TeamLocalServiceUtil.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 Team
TeamLocalServiceUtil.fetchTeam
(long teamId) static Team
TeamLocalServiceWrapper.fetchTeam
(long teamId) TeamLocalService.fetchTeamByUuidAndGroupId
(String uuid, long groupId) Returns the team matching the UUID and group.static Team
TeamLocalServiceUtil.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 Team
TeamLocalServiceUtil.getTeam
(long teamId) Returns the team with the primary key.static Team
TeamLocalServiceWrapper.getTeam
(long teamId) Returns the team with the primary key.TeamService.getTeam
(long teamId) static Team
TeamServiceUtil.getTeam
(long teamId) static Team
TeamServiceWrapper.getTeam
(long teamId) TeamLocalService.getTeamByUuidAndGroupId
(String uuid, long groupId) Returns the team matching the UUID and group.static Team
TeamLocalServiceUtil.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 Team
TeamLocalServiceUtil.updateTeam
(long teamId, String name, String description) static Team
TeamLocalServiceUtil.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 Team
TeamServiceUtil.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 Team
Adds the team to the database.Adds the team to the database.boolean
TeamLocalService.addUserGroupTeam
(long userGroupId, Team team) static boolean
TeamLocalServiceUtil.addUserGroupTeam
(long userGroupId, Team team) boolean
TeamLocalServiceWrapper.addUserGroupTeam
(long userGroupId, Team team) boolean
TeamLocalService.addUserTeam
(long userId, Team team) static boolean
TeamLocalServiceUtil.addUserTeam
(long userId, Team team) boolean
TeamLocalServiceWrapper.addUserTeam
(long userId, Team team) TeamLocalService.deleteTeam
(Team team) Deletes the team from the database.static Team
TeamLocalServiceUtil.deleteTeam
(Team team) Deletes the team from the database.TeamLocalServiceWrapper.deleteTeam
(Team team) Deletes the team from the database.void
TeamLocalService.deleteUserGroupTeam
(long userGroupId, Team team) static void
TeamLocalServiceUtil.deleteUserGroupTeam
(long userGroupId, Team team) void
TeamLocalServiceWrapper.deleteUserGroupTeam
(long userGroupId, Team team) void
TeamLocalService.deleteUserTeam
(long userId, Team team) static void
TeamLocalServiceUtil.deleteUserTeam
(long userId, Team team) void
TeamLocalServiceWrapper.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 Team
TeamLocalServiceUtil.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 TypeMethodDescriptionboolean
TeamLocalService.addUserGroupTeams
(long userGroupId, List<Team> teams) static boolean
TeamLocalServiceUtil.addUserGroupTeams
(long userGroupId, List<Team> teams) boolean
TeamLocalServiceWrapper.addUserGroupTeams
(long userGroupId, List<Team> teams) boolean
TeamLocalService.addUserTeams
(long userId, List<Team> teams) static boolean
TeamLocalServiceUtil.addUserTeams
(long userId, List<Team> teams) boolean
TeamLocalServiceWrapper.addUserTeams
(long userId, List<Team> teams) void
TeamLocalService.deleteUserGroupTeams
(long userGroupId, List<Team> teams) static void
TeamLocalServiceUtil.deleteUserGroupTeams
(long userGroupId, List<Team> teams) void
TeamLocalServiceWrapper.deleteUserGroupTeams
(long userGroupId, List<Team> teams) void
TeamLocalService.deleteUserTeams
(long userId, List<Team> teams) static void
TeamLocalServiceUtil.deleteUserTeams
(long userId, List<Team> teams) void
TeamLocalServiceWrapper.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 void
TeamPermissionUtil.check
(PermissionChecker permissionChecker, Team team, String actionId) static boolean
TeamPermissionUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 returnsnull
if it could not be found.TeamPersistence.fetchByG_N
(long groupId, String name, boolean useFinderCache) Returns the team where groupId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.static Team
TeamUtil.fetchByG_N
(long groupId, String name) Returns the team where groupId = ? and name = ? or returnsnull
if it could not be found.static Team
TeamUtil.fetchByG_N
(long groupId, String name, boolean useFinderCache) Returns the team where groupId = ? and name = ? or returnsnull
if 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 Team
TeamUtil.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 Team
TeamUtil.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 returnsnull
if it could not be found.static Team
TeamUtil.fetchByPrimaryKey
(long teamId) Returns the team with the primary key or returnsnull
if 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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 returnsnull
if it could not be found.TeamPersistence.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the team where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static Team
TeamUtil.fetchByUUID_G
(String uuid, long groupId) Returns the team where uuid = ? and groupId = ? or returnsnull
if it could not be found.static Team
TeamUtil.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the team where uuid = ? and groupId = ? or returnsnull
if 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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 aNoSuchTeamException
if it could not be found.static Team
Returns the team where groupId = ? and name = ? or throws aNoSuchTeamException
if it could not be found.TeamPersistence.findByGroupId_First
(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.static Team
TeamUtil.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 Team
TeamUtil.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 aNoSuchTeamException
if it could not be found.static Team
TeamUtil.findByPrimaryKey
(long teamId) Returns the team with the primary key or throws aNoSuchTeamException
if 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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 aNoSuchTeamException
if it could not be found.static Team
TeamUtil.findByUUID_G
(String uuid, long groupId) Returns the team where uuid = ? and groupId = ? or throws aNoSuchTeamException
if it could not be found.TeamPersistence.findByUuid_Last
(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.static Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.removeByUUID_G
(String uuid, long groupId) Removes the team where uuid = ? and groupId = ? from the database.static Team
static Team
TeamUtil.update
(Team team, ServiceContext serviceContext) TeamPersistence.updateImpl
(Team team) static Team
TeamUtil.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 TypeMethodDescriptionboolean
Adds an association between the user group and the team.static boolean
Adds an association between the user group and the team.boolean
Adds an association between the user and the team.static boolean
Adds an association between the user and the team.void
TeamPersistence.cacheResult
(Team team) Caches the team in the entity cache if it is enabled.static void
TeamUtil.cacheResult
(Team team) Caches the team in the entity cache if it is enabled.static void
TeamUtil.clearCache
(Team team) void
UserGroupPersistence.removeTeam
(long pk, Team team) Removes the association between the user group and the team.static void
UserGroupUtil.removeTeam
(long pk, Team team) Removes the association between the user group and the team.void
UserPersistence.removeTeam
(long pk, Team team) Removes the association between the user and the team.static void
UserUtil.removeTeam
(long pk, Team team) Removes the association between the user and the team.static Team
static Team
TeamUtil.update
(Team team, ServiceContext serviceContext) TeamPersistence.updateImpl
(Team team) static Team
TeamUtil.updateImpl
(Team team) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type TeamModifier and TypeMethodDescriptionboolean
Adds an association between the user group and the teams.static boolean
Adds an association between the user group and the teams.boolean
Adds an association between the user and the teams.static boolean
Adds an association between the user and the teams.void
TeamPersistence.cacheResult
(List<Team> teams) Caches the teams in the entity cache if it is enabled.static void
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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 Team
TeamUtil.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.void
UserGroupPersistence.removeTeams
(long pk, List<Team> teams) Removes the association between the user group and the teams.static void
UserGroupUtil.removeTeams
(long pk, List<Team> teams) Removes the association between the user group and the teams.void
UserPersistence.removeTeams
(long pk, List<Team> teams) Removes the association between the user and the teams.static void
UserUtil.removeTeams
(long pk, List<Team> teams) Removes the association between the user and the teams.void
Sets the teams associated with the user group, removing and adding associations as necessary.static void
Sets the teams associated with the user group, removing and adding associations as necessary.void
Sets the teams associated with the user, removing and adding associations as necessary.static void
Sets 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