Liferay 7.0-ce-b4

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

Packages that use Team
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.permission This package defines the portal service permission interfaces and utilities. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portal.util.comparator This package defines the portal comparator classes. 
com.liferay.portlet.sitesadmin.search   
 

Uses of Team in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Team
 class TeamWrapper
           This class is a wrapper for Team.
 

Fields in com.liferay.portal.model with type parameters of type Team
static Accessor<Team,String> Team.NAME_ACCESSOR
           
static Accessor<Team,Long> Team.TEAM_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return Team
 Team TeamWrapper.getWrappedModel()
           
 Team TeamModel.toEscapedModel()
           
 Team TeamWrapper.toEscapedModel()
           
 Team TeamModel.toUnescapedModel()
           
 Team TeamWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Team
 List<Team> User.getTeams()
           
 List<Team> UserWrapper.getTeams()
           
 CacheModel<Team> TeamModel.toCacheModel()
           
 CacheModel<Team> TeamWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Team
 int TeamModel.compareTo(Team team)
           
 int TeamWrapper.compareTo(Team team)
           
static TeamSoap TeamSoap.toSoapModel(Team model)
           
static TeamSoap[] TeamSoap.toSoapModels(Team[] models)
           
static TeamSoap[][] TeamSoap.toSoapModels(Team[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type Team
TeamWrapper(Team team)
           
 

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

Classes in com.liferay.portal.model.impl that implement Team
 class TeamBaseImpl
          The extended model base implementation for the Team service.
 class TeamImpl
           
 

Methods in com.liferay.portal.model.impl that return Team
 Team TeamCacheModel.toEntityModel()
           
 Team TeamModelImpl.toEscapedModel()
           
static Team TeamModelImpl.toModel(TeamSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Team
 List<Team> UserImpl.getTeams()
           
 CacheModel<Team> TeamModelImpl.toCacheModel()
           
static List<Team> TeamModelImpl.toModels(TeamSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Team
 int TeamModelImpl.compareTo(Team team)
           
 

Uses of Team in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Team
static Team TeamLocalServiceUtil.addTeam(long userId, long groupId, String name, String description)
          Deprecated. As of 7.0.0, replaced by TeamLocalServiceUtil.addTeam(long, long, String, String, ServiceContext)
 Team TeamLocalServiceWrapper.addTeam(long userId, long groupId, String name, String description)
          Deprecated. As of 7.0.0, replaced by TeamLocalServiceWrapper.addTeam(long, long, String, String, ServiceContext)
 Team TeamLocalService.addTeam(long userId, long groupId, String name, String description)
          Deprecated. As of 7.0.0, replaced by TeamLocalService.addTeam(long, long, String, String, ServiceContext)
static Team TeamLocalServiceUtil.addTeam(long userId, long groupId, String name, String description, ServiceContext serviceContext)
           
 Team TeamLocalServiceWrapper.addTeam(long userId, long groupId, String name, String description, ServiceContext serviceContext)
           
 Team TeamLocalService.addTeam(long userId, long groupId, String name, String description, ServiceContext serviceContext)
           
static Team TeamServiceUtil.addTeam(long groupId, String name, String description)
          Deprecated. As of 7.0.0, replaced by TeamServiceUtil.addTeam(long, String, String, ServiceContext)
 Team TeamService.addTeam(long groupId, String name, String description)
          Deprecated. As of 7.0.0, replaced by TeamService.addTeam(long, String, String, ServiceContext)
 Team TeamServiceWrapper.addTeam(long groupId, String name, String description)
          Deprecated. As of 7.0.0, replaced by TeamServiceWrapper.addTeam(long, String, String, ServiceContext)
static Team TeamServiceUtil.addTeam(long groupId, String name, String description, ServiceContext serviceContext)
           
 Team TeamService.addTeam(long groupId, String name, String description, ServiceContext serviceContext)
           
 Team TeamServiceWrapper.addTeam(long groupId, String name, String description, ServiceContext serviceContext)
           
static Team TeamLocalServiceUtil.addTeam(Team team)
          Adds the team to the database.
 Team TeamLocalServiceWrapper.addTeam(Team team)
          Adds the team to the database.
 Team TeamLocalService.addTeam(Team team)
          Adds the team to the database.
static Team TeamLocalServiceUtil.createTeam(long teamId)
          Creates a new team with the primary key.
 Team TeamLocalServiceWrapper.createTeam(long teamId)
          Creates a new team with the primary key.
 Team TeamLocalService.createTeam(long teamId)
          Creates a new team with the primary key.
static Team TeamLocalServiceUtil.deleteTeam(long teamId)
          Deletes the team with the primary key from the database.
 Team TeamLocalServiceWrapper.deleteTeam(long teamId)
          Deletes the team with the primary key from the database.
 Team TeamLocalService.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.
 Team TeamLocalServiceWrapper.deleteTeam(Team team)
          Deletes the team from the database.
 Team TeamLocalService.deleteTeam(Team team)
          Deletes the team from the database.
static Team TeamLocalServiceUtil.fetchTeam(long teamId)
           
 Team TeamLocalServiceWrapper.fetchTeam(long teamId)
           
 Team TeamLocalService.fetchTeam(long teamId)
           
static Team TeamLocalServiceUtil.fetchTeam(long groupId, String name)
           
 Team TeamLocalServiceWrapper.fetchTeam(long groupId, String name)
           
 Team TeamLocalService.fetchTeam(long groupId, String name)
           
static Team TeamLocalServiceUtil.fetchTeamByUuidAndGroupId(String uuid, long groupId)
          Returns the team matching the UUID and group.
 Team TeamLocalServiceWrapper.fetchTeamByUuidAndGroupId(String uuid, long groupId)
          Returns the team matching the UUID and group.
 Team TeamLocalService.fetchTeamByUuidAndGroupId(String uuid, long groupId)
          Returns the team matching the UUID and group.
static Team TeamServiceUtil.getTeam(long teamId)
           
static Team TeamLocalServiceUtil.getTeam(long teamId)
          Returns the team with the primary key.
 Team TeamLocalServiceWrapper.getTeam(long teamId)
          Returns the team with the primary key.
 Team TeamService.getTeam(long teamId)
           
 Team TeamServiceWrapper.getTeam(long teamId)
           
 Team TeamLocalService.getTeam(long teamId)
          Returns the team with the primary key.
static Team TeamServiceUtil.getTeam(long groupId, String name)
           
static Team TeamLocalServiceUtil.getTeam(long groupId, String name)
           
 Team TeamLocalServiceWrapper.getTeam(long groupId, String name)
           
 Team TeamService.getTeam(long groupId, String name)
           
 Team TeamServiceWrapper.getTeam(long groupId, String name)
           
 Team TeamLocalService.getTeam(long groupId, String name)
           
static Team TeamLocalServiceUtil.getTeamByUuidAndGroupId(String uuid, long groupId)
          Returns the team matching the UUID and group.
 Team TeamLocalServiceWrapper.getTeamByUuidAndGroupId(String uuid, long groupId)
          Returns the team matching the UUID and group.
 Team TeamLocalService.getTeamByUuidAndGroupId(String uuid, long groupId)
          Returns the team matching the UUID and group.
static Team TeamServiceUtil.updateTeam(long teamId, String name, String description)
           
static Team TeamLocalServiceUtil.updateTeam(long teamId, String name, String description)
           
 Team TeamLocalServiceWrapper.updateTeam(long teamId, String name, String description)
           
 Team TeamService.updateTeam(long teamId, String name, String description)
           
 Team TeamServiceWrapper.updateTeam(long teamId, String name, String description)
           
 Team TeamLocalService.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.
 Team TeamLocalServiceWrapper.updateTeam(Team team)
          Updates the team in the database or adds it if it does not yet exist.
 Team TeamLocalService.updateTeam(Team team)
          Updates the team in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type Team
static List<Team> TeamServiceUtil.getGroupTeams(long groupId)
           
static List<Team> TeamLocalServiceUtil.getGroupTeams(long groupId)
           
 List<Team> TeamLocalServiceWrapper.getGroupTeams(long groupId)
           
 List<Team> TeamService.getGroupTeams(long groupId)
           
 List<Team> TeamServiceWrapper.getGroupTeams(long groupId)
           
 List<Team> TeamLocalService.getGroupTeams(long groupId)
           
 Map<Team,Role> RoleLocalService.getTeamRoleMap(long groupId)
          Returns the team role map for the group.
static Map<Team,Role> RoleLocalServiceUtil.getTeamRoleMap(long groupId)
          Returns the team role map for the group.
 Map<Team,Role> RoleLocalServiceWrapper.getTeamRoleMap(long groupId)
          Returns the team role map for the group.
static List<Team> TeamLocalServiceUtil.getTeams(int start, int end)
          Returns a range of all the teams.
 List<Team> TeamLocalServiceWrapper.getTeams(int start, int end)
          Returns a range of all the teams.
 List<Team> TeamLocalService.getTeams(int start, int end)
          Returns a range of all the teams.
static List<Team> TeamLocalServiceUtil.getTeamsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the teams matching the UUID and company.
 List<Team> TeamLocalServiceWrapper.getTeamsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the teams matching the UUID and company.
 List<Team> TeamLocalService.getTeamsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the teams matching the UUID and company.
static List<Team> TeamLocalServiceUtil.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns a range of teams matching the UUID and company.
 List<Team> TeamLocalServiceWrapper.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns a range of teams matching the UUID and company.
 List<Team> TeamLocalService.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns a range of teams matching the UUID and company.
static List<Team> TeamLocalServiceUtil.getUserGroupTeams(long userGroupId)
           
 List<Team> TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId)
           
 List<Team> TeamLocalService.getUserGroupTeams(long userGroupId)
           
static List<Team> TeamLocalServiceUtil.getUserGroupTeams(long userGroupId, int start, int end)
           
 List<Team> TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId, int start, int end)
           
 List<Team> TeamLocalService.getUserGroupTeams(long userGroupId, int start, int end)
           
static List<Team> TeamLocalServiceUtil.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalService.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
static List<Team> TeamLocalServiceUtil.getUserOrUserGroupTeams(long groupId, long userId)
           
 List<Team> TeamLocalServiceWrapper.getUserOrUserGroupTeams(long groupId, long userId)
           
 List<Team> TeamLocalService.getUserOrUserGroupTeams(long groupId, long userId)
           
static List<Team> TeamServiceUtil.getUserTeams(long userId)
           
static List<Team> TeamLocalServiceUtil.getUserTeams(long userId)
           
 List<Team> TeamLocalServiceWrapper.getUserTeams(long userId)
           
 List<Team> TeamService.getUserTeams(long userId)
           
 List<Team> TeamServiceWrapper.getUserTeams(long userId)
           
 List<Team> TeamLocalService.getUserTeams(long userId)
           
static List<Team> TeamLocalServiceUtil.getUserTeams(long userId, int start, int end)
           
 List<Team> TeamLocalServiceWrapper.getUserTeams(long userId, int start, int end)
           
 List<Team> TeamLocalService.getUserTeams(long userId, int start, int end)
           
static List<Team> TeamLocalServiceUtil.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalServiceWrapper.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalService.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
static List<Team> TeamServiceUtil.getUserTeams(long userId, long groupId)
           
static List<Team> TeamLocalServiceUtil.getUserTeams(long userId, long groupId)
           
 List<Team> TeamLocalServiceWrapper.getUserTeams(long userId, long groupId)
           
 List<Team> TeamService.getUserTeams(long userId, long groupId)
           
 List<Team> TeamServiceWrapper.getUserTeams(long userId, long groupId)
           
 List<Team> TeamLocalService.getUserTeams(long userId, long groupId)
           
static List<Team> TeamServiceUtil.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
static List<Team> TeamLocalServiceUtil.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamLocalServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamService.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamLocalService.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 

Methods in com.liferay.portal.service with parameters of type Team
static Team TeamLocalServiceUtil.addTeam(Team team)
          Adds the team to the database.
 Team TeamLocalServiceWrapper.addTeam(Team team)
          Adds the team to the database.
 Team TeamLocalService.addTeam(Team team)
          Adds the team to the database.
static void TeamLocalServiceUtil.addUserGroupTeam(long userGroupId, Team team)
           
 void TeamLocalServiceWrapper.addUserGroupTeam(long userGroupId, Team team)
           
 void TeamLocalService.addUserGroupTeam(long userGroupId, Team team)
           
static void TeamLocalServiceUtil.addUserTeam(long userId, Team team)
           
 void TeamLocalServiceWrapper.addUserTeam(long userId, Team team)
           
 void TeamLocalService.addUserTeam(long userId, Team team)
           
static Team TeamLocalServiceUtil.deleteTeam(Team team)
          Deletes the team from the database.
 Team TeamLocalServiceWrapper.deleteTeam(Team team)
          Deletes the team from the database.
 Team TeamLocalService.deleteTeam(Team team)
          Deletes the team from the database.
static void TeamLocalServiceUtil.deleteUserGroupTeam(long userGroupId, Team team)
           
 void TeamLocalServiceWrapper.deleteUserGroupTeam(long userGroupId, Team team)
           
 void TeamLocalService.deleteUserGroupTeam(long userGroupId, Team team)
           
static void TeamLocalServiceUtil.deleteUserTeam(long userId, Team team)
           
 void TeamLocalServiceWrapper.deleteUserTeam(long userId, Team team)
           
 void TeamLocalService.deleteUserTeam(long userId, Team team)
           
static Team TeamLocalServiceUtil.updateTeam(Team team)
          Updates the team in the database or adds it if it does not yet exist.
 Team TeamLocalServiceWrapper.updateTeam(Team team)
          Updates the team in the database or adds it if it does not yet exist.
 Team TeamLocalService.updateTeam(Team team)
          Updates the team in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portal.service with type arguments of type Team
static void TeamLocalServiceUtil.addUserGroupTeams(long userGroupId, List<Team> Teams)
           
 void TeamLocalServiceWrapper.addUserGroupTeams(long userGroupId, List<Team> Teams)
           
 void TeamLocalService.addUserGroupTeams(long userGroupId, List<Team> Teams)
           
static void TeamLocalServiceUtil.addUserTeams(long userId, List<Team> Teams)
           
 void TeamLocalServiceWrapper.addUserTeams(long userId, List<Team> Teams)
           
 void TeamLocalService.addUserTeams(long userId, List<Team> Teams)
           
static void TeamLocalServiceUtil.deleteUserGroupTeams(long userGroupId, List<Team> Teams)
           
 void TeamLocalServiceWrapper.deleteUserGroupTeams(long userGroupId, List<Team> Teams)
           
 void TeamLocalService.deleteUserGroupTeams(long userGroupId, List<Team> Teams)
           
static void TeamLocalServiceUtil.deleteUserTeams(long userId, List<Team> Teams)
           
 void TeamLocalServiceWrapper.deleteUserTeams(long userId, List<Team> Teams)
           
 void TeamLocalService.deleteUserTeams(long userId, List<Team> Teams)
           
static List<Team> TeamLocalServiceUtil.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns a range of teams matching the UUID and company.
 List<Team> TeamLocalServiceWrapper.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns a range of teams matching the UUID and company.
 List<Team> TeamLocalService.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns a range of teams matching the UUID and company.
static List<Team> TeamLocalServiceUtil.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalService.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
static List<Team> TeamLocalServiceUtil.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalServiceWrapper.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalService.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
static List<Team> TeamServiceUtil.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
static List<Team> TeamLocalServiceUtil.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamLocalServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamService.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamLocalService.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 

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

Methods in com.liferay.portal.service.base that return Team
 Team TeamLocalServiceBaseImpl.addTeam(Team team)
          Adds the team to the database.
 Team TeamLocalServiceBaseImpl.createTeam(long teamId)
          Creates a new team with the primary key.
 Team TeamLocalServiceBaseImpl.deleteTeam(long teamId)
          Deletes the team with the primary key from the database.
 Team TeamLocalServiceBaseImpl.deleteTeam(Team team)
          Deletes the team from the database.
 Team TeamLocalServiceBaseImpl.fetchTeam(long teamId)
           
 Team TeamLocalServiceBaseImpl.fetchTeamByUuidAndGroupId(String uuid, long groupId)
          Returns the team matching the UUID and group.
 Team TeamLocalServiceBaseImpl.getTeam(long teamId)
          Returns the team with the primary key.
 Team TeamLocalServiceBaseImpl.getTeamByUuidAndGroupId(String uuid, long groupId)
          Returns the team matching the UUID and group.
 Team TeamLocalServiceBaseImpl.updateTeam(Team team)
          Updates the team in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Team
 List<Team> TeamLocalServiceBaseImpl.getTeams(int start, int end)
          Returns a range of all the teams.
 List<Team> TeamLocalServiceBaseImpl.getTeamsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the teams matching the UUID and company.
 List<Team> TeamLocalServiceBaseImpl.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns a range of teams matching the UUID and company.
 List<Team> TeamLocalServiceBaseImpl.getUserGroupTeams(long userGroupId)
           
 List<Team> TeamLocalServiceBaseImpl.getUserGroupTeams(long userGroupId, int start, int end)
           
 List<Team> TeamLocalServiceBaseImpl.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalServiceBaseImpl.getUserTeams(long userId)
           
 List<Team> TeamLocalServiceBaseImpl.getUserTeams(long userId, int start, int end)
           
 List<Team> TeamLocalServiceBaseImpl.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 

Methods in com.liferay.portal.service.base with parameters of type Team
 Team TeamLocalServiceBaseImpl.addTeam(Team team)
          Adds the team to the database.
 void TeamLocalServiceBaseImpl.addUserGroupTeam(long userGroupId, Team team)
           
 void TeamLocalServiceBaseImpl.addUserTeam(long userId, Team team)
           
 Team TeamLocalServiceBaseImpl.deleteTeam(Team team)
          Deletes the team from the database.
 void TeamLocalServiceBaseImpl.deleteUserGroupTeam(long userGroupId, Team team)
           
 void TeamLocalServiceBaseImpl.deleteUserTeam(long userId, Team team)
           
 Team TeamLocalServiceBaseImpl.updateTeam(Team team)
          Updates the team in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portal.service.base with type arguments of type Team
 void TeamLocalServiceBaseImpl.addUserGroupTeams(long userGroupId, List<Team> Teams)
           
 void TeamLocalServiceBaseImpl.addUserTeams(long userId, List<Team> Teams)
           
 void TeamLocalServiceBaseImpl.deleteUserGroupTeams(long userGroupId, List<Team> Teams)
           
 void TeamLocalServiceBaseImpl.deleteUserTeams(long userId, List<Team> Teams)
           
 List<Team> TeamLocalServiceBaseImpl.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns a range of teams matching the UUID and company.
 List<Team> TeamLocalServiceBaseImpl.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalServiceBaseImpl.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 

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

Methods in com.liferay.portal.service.http that return Team
static Team TeamServiceHttp.addTeam(HttpPrincipal httpPrincipal, long groupId, String name, String description)
           
static Team TeamServiceHttp.addTeam(HttpPrincipal httpPrincipal, long groupId, String name, String description, ServiceContext serviceContext)
           
static Team TeamServiceHttp.getTeam(HttpPrincipal httpPrincipal, long teamId)
           
static Team TeamServiceHttp.getTeam(HttpPrincipal httpPrincipal, long groupId, String name)
           
static Team TeamServiceHttp.updateTeam(HttpPrincipal httpPrincipal, long teamId, String name, String description)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type Team
static List<Team> TeamServiceHttp.getGroupTeams(HttpPrincipal httpPrincipal, long groupId)
           
static List<Team> TeamServiceHttp.getUserTeams(HttpPrincipal httpPrincipal, long userId)
           
static List<Team> TeamServiceHttp.getUserTeams(HttpPrincipal httpPrincipal, long userId, long groupId)
           
static List<Team> TeamServiceHttp.search(HttpPrincipal httpPrincipal, long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type Team
static List<Team> TeamServiceHttp.search(HttpPrincipal httpPrincipal, long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 

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

Methods in com.liferay.portal.service.impl that return Team
 Team TeamLocalServiceImpl.addTeam(long userId, long groupId, String name, String description)
          Deprecated. As of 7.0.0, replaced by TeamLocalServiceImpl.addTeam(long, long, String, String, ServiceContext)
 Team TeamLocalServiceImpl.addTeam(long userId, long groupId, String name, String description, ServiceContext serviceContext)
           
 Team TeamServiceImpl.addTeam(long groupId, String name, String description)
          Deprecated. As of 7.0.0, replaced by TeamServiceImpl.addTeam(long, String, String, ServiceContext)
 Team TeamServiceImpl.addTeam(long groupId, String name, String description, ServiceContext serviceContext)
           
 Team TeamLocalServiceImpl.deleteTeam(long teamId)
           
 Team TeamLocalServiceImpl.deleteTeam(Team team)
           
 Team TeamLocalServiceImpl.fetchTeam(long groupId, String name)
           
 Team TeamServiceImpl.getTeam(long teamId)
           
 Team TeamServiceImpl.getTeam(long groupId, String name)
           
 Team TeamLocalServiceImpl.getTeam(long groupId, String name)
           
 Team TeamServiceImpl.updateTeam(long teamId, String name, String description)
           
 Team TeamLocalServiceImpl.updateTeam(long teamId, String name, String description)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Team
 List<Team> TeamServiceImpl.getGroupTeams(long groupId)
           
 List<Team> TeamLocalServiceImpl.getGroupTeams(long groupId)
           
 Map<Team,Role> RoleLocalServiceImpl.getTeamRoleMap(long groupId)
          Returns the team role map for the group.
protected  Map<Team,Role> RoleLocalServiceImpl.getTeamRoleMap(long groupId, long[] excludedRoleIds)
           
 List<Team> TeamLocalServiceImpl.getUserOrUserGroupTeams(long groupId, long userId)
           
 List<Team> TeamServiceImpl.getUserTeams(long userId)
           
 List<Team> TeamServiceImpl.getUserTeams(long userId, long groupId)
           
 List<Team> TeamLocalServiceImpl.getUserTeams(long userId, long groupId)
           
 List<Team> TeamServiceImpl.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamLocalServiceImpl.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Team
 void TeamLocalServiceImpl.addUserGroupTeam(long userGroupId, Team team)
           
 void TeamLocalServiceImpl.addUserTeam(long userId, Team team)
           
 Team TeamLocalServiceImpl.deleteTeam(Team team)
           
 void TeamLocalServiceImpl.deleteUserGroupTeam(long userGroupId, Team team)
           
 void TeamLocalServiceImpl.deleteUserTeam(long userId, Team team)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Team
 void TeamLocalServiceImpl.addUserGroupTeams(long userGroupId, List<Team> Teams)
           
 void TeamLocalServiceImpl.addUserTeams(long userId, List<Team> Teams)
           
 void TeamLocalServiceImpl.deleteUserGroupTeams(long userGroupId, List<Team> Teams)
           
 void TeamLocalServiceImpl.deleteUserTeams(long userId, List<Team> Teams)
           
 List<Team> TeamServiceImpl.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamLocalServiceImpl.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 

Uses of Team in com.liferay.portal.service.permission
 

Methods in com.liferay.portal.service.permission with parameters of type Team
static void TeamPermissionUtil.check(PermissionChecker permissionChecker, Team team, String actionId)
           
 void TeamPermission.check(PermissionChecker permissionChecker, Team team, String actionId)
           
 void TeamPermissionImpl.check(PermissionChecker permissionChecker, Team team, String actionId)
           
static boolean TeamPermissionUtil.contains(PermissionChecker permissionChecker, Team team, String actionId)
           
 boolean TeamPermission.contains(PermissionChecker permissionChecker, Team team, String actionId)
           
 boolean TeamPermissionImpl.contains(PermissionChecker permissionChecker, Team team, String actionId)
           
 

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

Methods in com.liferay.portal.service.persistence that return Team
 Team TeamPersistence.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.
 Team TeamPersistence.fetchByG_N(long groupId, String name)
          Returns the team where groupId = ? and name = ? or returns null if it could not be found.
static Team TeamUtil.fetchByG_N(long groupId, String name)
          Returns the team where groupId = ? and name = ? or returns null if it could not be found.
 Team TeamPersistence.fetchByG_N(long groupId, String name, boolean retrieveFromCache)
          Returns the team where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static Team TeamUtil.fetchByG_N(long groupId, String name, boolean retrieveFromCache)
          Returns the team where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 Team 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 = ?.
 Team 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 = ?.
 Team TeamPersistence.fetchByPrimaryKey(long teamId)
          Returns the team with the primary key or returns null if it could not be found.
static Team TeamUtil.fetchByPrimaryKey(long teamId)
          Returns the team with the primary key or returns null if it could not be found.
 Team 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 = ?.
 Team 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 = ?.
 Team 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 = ?.
 Team TeamPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the team where uuid = ? and groupId = ? or returns null if it could not be found.
static Team TeamUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the team where uuid = ? and groupId = ? or returns null if it could not be found.
 Team TeamPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the team where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static Team TeamUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the team where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 Team 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 = ?.
 Team TeamPersistence.findByG_N(long groupId, String name)
          Returns the team where groupId = ? and name = ? or throws a NoSuchTeamException if it could not be found.
static Team TeamUtil.findByG_N(long groupId, String name)
          Returns the team where groupId = ? and name = ? or throws a NoSuchTeamException if it could not be found.
 Team 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 = ?.
 Team 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 = ?.
 Team TeamPersistence.findByPrimaryKey(long teamId)
          Returns the team with the primary key or throws a NoSuchTeamException if it could not be found.
static Team TeamUtil.findByPrimaryKey(long teamId)
          Returns the team with the primary key or throws a NoSuchTeamException if it could not be found.
 Team 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 = ?.
 Team 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 = ?.
 Team 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 = ?.
 Team TeamPersistence.findByUUID_G(String uuid, long groupId)
          Returns the team where uuid = ? and groupId = ? or throws a NoSuchTeamException if it could not be found.
static Team TeamUtil.findByUUID_G(String uuid, long groupId)
          Returns the team where uuid = ? and groupId = ? or throws a NoSuchTeamException if it could not be found.
 Team 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 = ?.
 Team 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.
 Team 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.
 Team 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 TeamUtil.update(Team team)
           
static Team TeamUtil.update(Team team, ServiceContext serviceContext)
           
 Team TeamPersistence.updateImpl(Team team)
           
static Team TeamUtil.updateImpl(Team team)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Team
 Map<Serializable,Team> TeamPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,Team> TeamUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<Team> TeamFinder.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
static List<Team> TeamFinderUtil.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamPersistence.filterFindByGroupId(long groupId)
          Returns all the teams that the user has permission to view where groupId = ?.
static List<Team> TeamUtil.filterFindByGroupId(long groupId)
          Returns all the teams that the user has permission to view where groupId = ?.
 List<Team> TeamPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the teams that the user has permission to view where groupId = ?.
static List<Team> TeamUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the teams that the user has permission to view where groupId = ?.
 List<Team> 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 = ?.
static List<Team> 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 = ?.
 List<Team> TeamPersistence.findAll()
          Returns all the teams.
static List<Team> TeamUtil.findAll()
          Returns all the teams.
 List<Team> TeamPersistence.findAll(int start, int end)
          Returns a range of all the teams.
static List<Team> TeamUtil.findAll(int start, int end)
          Returns a range of all the teams.
 List<Team> TeamPersistence.findAll(int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams.
static List<Team> TeamUtil.findAll(int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams.
 List<Team> TeamPersistence.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams.
static List<Team> TeamUtil.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams.
 List<Team> TeamFinder.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
static List<Team> TeamFinderUtil.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamFinder.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> obc)
           
static List<Team> TeamFinderUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamPersistence.findByGroupId(long groupId)
          Returns all the teams where groupId = ?.
static List<Team> TeamUtil.findByGroupId(long groupId)
          Returns all the teams where groupId = ?.
 List<Team> TeamPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the teams where groupId = ?.
static List<Team> TeamUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the teams where groupId = ?.
 List<Team> TeamPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
static List<Team> TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
 List<Team> TeamPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where groupId = ?.
static List<Team> TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where groupId = ?.
 List<Team> TeamPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the teams where uuid = ? and companyId = ?.
static List<Team> TeamUtil.findByUuid_C(String uuid, long companyId)
          Returns all the teams where uuid = ? and companyId = ?.
 List<Team> TeamPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the teams where uuid = ? and companyId = ?.
static List<Team> TeamUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the teams where uuid = ? and companyId = ?.
 List<Team> 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 = ?.
static List<Team> 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 = ?.
 List<Team> TeamPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ? and companyId = ?.
static List<Team> TeamUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ? and companyId = ?.
 List<Team> TeamPersistence.findByUuid(String uuid)
          Returns all the teams where uuid = ?.
static List<Team> TeamUtil.findByUuid(String uuid)
          Returns all the teams where uuid = ?.
 List<Team> TeamPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the teams where uuid = ?.
static List<Team> TeamUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the teams where uuid = ?.
 List<Team> TeamPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where uuid = ?.
static List<Team> TeamUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where uuid = ?.
 List<Team> TeamPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ?.
static List<Team> TeamUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ?.
static List<Team> TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Team> TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Team> TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> UserPersistence.getTeams(long pk)
          Returns all the teams associated with the user.
static List<Team> UserUtil.getTeams(long pk)
          Returns all the teams associated with the user.
 List<Team> UserGroupPersistence.getTeams(long pk)
          Returns all the teams associated with the user group.
static List<Team> UserGroupUtil.getTeams(long pk)
          Returns all the teams associated with the user group.
 List<Team> UserPersistence.getTeams(long pk, int start, int end)
          Returns a range of all the teams associated with the user.
static List<Team> UserUtil.getTeams(long pk, int start, int end)
          Returns a range of all the teams associated with the user.
 List<Team> UserGroupPersistence.getTeams(long pk, int start, int end)
          Returns a range of all the teams associated with the user group.
static List<Team> UserGroupUtil.getTeams(long pk, int start, int end)
          Returns a range of all the teams associated with the user group.
 List<Team> UserPersistence.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user.
static List<Team> UserUtil.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user.
 List<Team> UserGroupPersistence.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
static List<Team> UserGroupUtil.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
 

Methods in com.liferay.portal.service.persistence with parameters of type Team
 void UserPersistence.addTeam(long pk, Team team)
          Adds an association between the user and the team.
static void UserUtil.addTeam(long pk, Team team)
          Adds an association between the user and the team.
 void UserGroupPersistence.addTeam(long pk, Team team)
          Adds an association between the user group and the team.
static void UserGroupUtil.addTeam(long pk, Team team)
          Adds an association between the user group 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 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.
 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.
static Team TeamUtil.update(Team team)
           
static Team TeamUtil.update(Team team, ServiceContext serviceContext)
           
 Team TeamPersistence.updateImpl(Team team)
           
static Team TeamUtil.updateImpl(Team team)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Team
 void UserPersistence.addTeams(long pk, List<Team> teams)
          Adds an association between the user and the teams.
static void UserUtil.addTeams(long pk, List<Team> teams)
          Adds an association between the user and the teams.
 void UserGroupPersistence.addTeams(long pk, List<Team> teams)
          Adds an association between the user group and the teams.
static void UserGroupUtil.addTeams(long pk, List<Team> teams)
          Adds an association between the user group 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.
 Team 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 = ?.
 Team 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 = ?.
 Team 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 = ?.
 Team 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 = ?.
 Team 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 = ?.
 Team 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 = ?.
 List<Team> TeamFinder.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
static List<Team> TeamFinderUtil.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 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 = ?.
 List<Team> 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 = ?.
static List<Team> 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 = ?.
 List<Team> TeamPersistence.findAll(int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams.
static List<Team> TeamUtil.findAll(int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams.
 List<Team> TeamPersistence.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams.
static List<Team> TeamUtil.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams.
 List<Team> TeamFinder.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
static List<Team> TeamFinderUtil.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamFinder.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> obc)
           
static List<Team> TeamFinderUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> obc)
           
 Team 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 = ?.
 Team 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 = ?.
 List<Team> TeamPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
static List<Team> TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
 List<Team> TeamPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where groupId = ?.
static List<Team> TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where groupId = ?.
 Team 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 = ?.
 Team 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 = ?.
 List<Team> 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 = ?.
static List<Team> 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 = ?.
 List<Team> TeamPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ? and companyId = ?.
static List<Team> TeamUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ? and companyId = ?.
 Team 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 = ?.
 Team 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 = ?.
 List<Team> TeamPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where uuid = ?.
static List<Team> TeamUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where uuid = ?.
 List<Team> TeamPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ?.
static List<Team> TeamUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ?.
static List<Team> TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> UserPersistence.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user.
static List<Team> UserUtil.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user.
 List<Team> UserGroupPersistence.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
static List<Team> UserGroupUtil.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
 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 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.setTeams(long pk, List<Team> teams)
          Sets the teams associated with the user, removing and adding associations as necessary.
static void UserUtil.setTeams(long pk, List<Team> teams)
          Sets the teams associated with the user, removing and adding associations as necessary.
 void UserGroupPersistence.setTeams(long pk, List<Team> teams)
          Sets the teams associated with the user group, removing and adding associations as necessary.
static void UserGroupUtil.setTeams(long pk, List<Team> teams)
          Sets the teams associated with the user group, removing and adding associations as necessary.
 

Uses of Team in com.liferay.portal.service.persistence.impl
 

Fields in com.liferay.portal.service.persistence.impl with type parameters of type Team
protected  TableMapper<Team,UserGroup> TeamPersistenceImpl.teamToUserGroupTableMapper
           
protected  TableMapper<Team,User> TeamPersistenceImpl.teamToUserTableMapper
           
protected  TableMapper<UserGroup,Team> UserGroupPersistenceImpl.userGroupToTeamTableMapper
           
protected  TableMapper<User,Team> UserPersistenceImpl.userToTeamTableMapper
           
 

Methods in com.liferay.portal.service.persistence.impl that return Team
 Team TeamPersistenceImpl.create(long teamId)
          Creates a new team with the primary key.
 Team TeamPersistenceImpl.fetchByG_N(long groupId, String name)
          Returns the team where groupId = ? and name = ? or returns null if it could not be found.
 Team TeamPersistenceImpl.fetchByG_N(long groupId, String name, boolean retrieveFromCache)
          Returns the team where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 Team TeamPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.fetchByPrimaryKey(long teamId)
          Returns the team with the primary key or returns null if it could not be found.
 Team TeamPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the team with the primary key or returns null if it could not be found.
 Team TeamPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ?.
 Team TeamPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the team where uuid = ? and groupId = ? or returns null if it could not be found.
 Team TeamPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the team where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 Team TeamPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ?.
 Team[] TeamPersistenceImpl.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 = ?.
protected  Team TeamPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, Team team, long groupId, OrderByComparator<Team> orderByComparator, boolean previous)
           
 Team TeamPersistenceImpl.findByG_N(long groupId, String name)
          Returns the team where groupId = ? and name = ? or throws a NoSuchTeamException if it could not be found.
 Team TeamPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
 Team[] TeamPersistenceImpl.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.findByPrimaryKey(long teamId)
          Returns the team with the primary key or throws a NoSuchTeamException if it could not be found.
 Team TeamPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the team with the primary key or throws a NoSuchModelException if it could not be found.
 Team TeamPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ? and companyId = ?.
 Team[] TeamPersistenceImpl.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 = ?.
 Team TeamPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ?.
 Team TeamPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the team where uuid = ? and groupId = ? or throws a NoSuchTeamException if it could not be found.
 Team TeamPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ?.
 Team[] TeamPersistenceImpl.findByUuid_PrevAndNext(long teamId, String uuid, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team in the ordered set where uuid = ?.
protected  Team TeamPersistenceImpl.getByGroupId_PrevAndNext(Session session, Team team, long groupId, OrderByComparator<Team> orderByComparator, boolean previous)
           
protected  Team TeamPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Team team, String uuid, long companyId, OrderByComparator<Team> orderByComparator, boolean previous)
           
protected  Team TeamPersistenceImpl.getByUuid_PrevAndNext(Session session, Team team, String uuid, OrderByComparator<Team> orderByComparator, boolean previous)
           
 Team TeamPersistenceImpl.remove(long teamId)
          Removes the team with the primary key from the database.
 Team TeamPersistenceImpl.remove(Serializable primaryKey)
          Removes the team with the primary key from the database.
 Team TeamPersistenceImpl.removeByG_N(long groupId, String name)
          Removes the team where groupId = ? and name = ? from the database.
 Team TeamPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the team where uuid = ? and groupId = ? from the database.
protected  Team TeamPersistenceImpl.removeImpl(Team team)
           
protected  Team TeamPersistenceImpl.toUnwrappedModel(Team team)
           
 Team TeamPersistenceImpl.updateImpl(Team team)
           
 

Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type Team
protected  List<Team> TeamFinderImpl.doFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc, boolean inlineSQLHelper)
           
protected  List<Team> TeamFinderImpl.doFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> obc)
           
 Map<Serializable,Team> TeamPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<Team> TeamFinderImpl.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamPersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the teams that the user has permission to view where groupId = ?.
 List<Team> TeamPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the teams that the user has permission to view where groupId = ?.
 List<Team> TeamPersistenceImpl.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 = ?.
 List<Team> TeamPersistenceImpl.findAll()
          Returns all the teams.
 List<Team> TeamPersistenceImpl.findAll(int start, int end)
          Returns a range of all the teams.
 List<Team> TeamPersistenceImpl.findAll(int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams.
 List<Team> TeamPersistenceImpl.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams.
 List<Team> TeamFinderImpl.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamFinderImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamPersistenceImpl.findByGroupId(long groupId)
          Returns all the teams where groupId = ?.
 List<Team> TeamPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the teams where groupId = ?.
 List<Team> TeamPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
 List<Team> TeamPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where groupId = ?.
 List<Team> TeamPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the teams where uuid = ? and companyId = ?.
 List<Team> TeamPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the teams where uuid = ? and companyId = ?.
 List<Team> TeamPersistenceImpl.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 = ?.
 List<Team> TeamPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ? and companyId = ?.
 List<Team> TeamPersistenceImpl.findByUuid(String uuid)
          Returns all the teams where uuid = ?.
 List<Team> TeamPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the teams where uuid = ?.
 List<Team> TeamPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where uuid = ?.
 List<Team> TeamPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ?.
 List<Team> UserPersistenceImpl.getTeams(long pk)
          Returns all the teams associated with the user.
 List<Team> UserGroupPersistenceImpl.getTeams(long pk)
          Returns all the teams associated with the user group.
 List<Team> UserPersistenceImpl.getTeams(long pk, int start, int end)
          Returns a range of all the teams associated with the user.
 List<Team> UserGroupPersistenceImpl.getTeams(long pk, int start, int end)
          Returns a range of all the teams associated with the user group.
 List<Team> UserPersistenceImpl.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user.
 List<Team> UserGroupPersistenceImpl.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type Team
 void UserPersistenceImpl.addTeam(long pk, Team team)
          Adds an association between the user and the team.
 void UserGroupPersistenceImpl.addTeam(long pk, Team team)
          Adds an association between the user group and the team.
 void TeamPersistenceImpl.cacheResult(Team team)
          Caches the team in the entity cache if it is enabled.
 void TeamPersistenceImpl.clearCache(Team team)
          Clears the cache for the team.
protected  Team TeamPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, Team team, long groupId, OrderByComparator<Team> orderByComparator, boolean previous)
           
protected  Team TeamPersistenceImpl.getByGroupId_PrevAndNext(Session session, Team team, long groupId, OrderByComparator<Team> orderByComparator, boolean previous)
           
protected  Team TeamPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Team team, String uuid, long companyId, OrderByComparator<Team> orderByComparator, boolean previous)
           
protected  Team TeamPersistenceImpl.getByUuid_PrevAndNext(Session session, Team team, String uuid, OrderByComparator<Team> orderByComparator, boolean previous)
           
protected  Team TeamPersistenceImpl.removeImpl(Team team)
           
 void UserPersistenceImpl.removeTeam(long pk, Team team)
          Removes the association between the user and the team.
 void UserGroupPersistenceImpl.removeTeam(long pk, Team team)
          Removes the association between the user group and the team.
protected  Team TeamPersistenceImpl.toUnwrappedModel(Team team)
           
 Team TeamPersistenceImpl.updateImpl(Team team)
           
 

Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type Team
 void UserPersistenceImpl.addTeams(long pk, List<Team> teams)
          Adds an association between the user and the teams.
 void UserGroupPersistenceImpl.addTeams(long pk, List<Team> teams)
          Adds an association between the user group and the teams.
 void TeamPersistenceImpl.cacheResult(List<Team> teams)
          Caches the teams in the entity cache if it is enabled.
 void TeamPersistenceImpl.clearCache(List<Team> teams)
           
protected  List<Team> TeamFinderImpl.doFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc, boolean inlineSQLHelper)
           
protected  List<Team> TeamFinderImpl.doFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> obc)
           
 Team TeamPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ?.
 Team TeamPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ?.
 List<Team> TeamFinderImpl.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 Team[] TeamPersistenceImpl.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 = ?.
 List<Team> TeamPersistenceImpl.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 = ?.
protected  Team TeamPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, Team team, long groupId, OrderByComparator<Team> orderByComparator, boolean previous)
           
 List<Team> TeamPersistenceImpl.findAll(int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams.
 List<Team> TeamPersistenceImpl.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams.
 List<Team> TeamFinderImpl.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamFinderImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> obc)
           
 Team TeamPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
 Team[] TeamPersistenceImpl.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team in the ordered set where groupId = ?.
 List<Team> TeamPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
 List<Team> TeamPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where groupId = ?.
 Team TeamPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ? and companyId = ?.
 Team[] TeamPersistenceImpl.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 = ?.
 List<Team> TeamPersistenceImpl.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 = ?.
 List<Team> TeamPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ? and companyId = ?.
 Team TeamPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ?.
 Team TeamPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ?.
 Team[] TeamPersistenceImpl.findByUuid_PrevAndNext(long teamId, String uuid, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team in the ordered set where uuid = ?.
 List<Team> TeamPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where uuid = ?.
 List<Team> TeamPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ?.
protected  Team TeamPersistenceImpl.getByGroupId_PrevAndNext(Session session, Team team, long groupId, OrderByComparator<Team> orderByComparator, boolean previous)
           
protected  Team TeamPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Team team, String uuid, long companyId, OrderByComparator<Team> orderByComparator, boolean previous)
           
protected  Team TeamPersistenceImpl.getByUuid_PrevAndNext(Session session, Team team, String uuid, OrderByComparator<Team> orderByComparator, boolean previous)
           
 List<Team> UserPersistenceImpl.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user.
 List<Team> UserGroupPersistenceImpl.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
 void UserPersistenceImpl.removeTeams(long pk, List<Team> teams)
          Removes the association between the user and the teams.
 void UserGroupPersistenceImpl.removeTeams(long pk, List<Team> teams)
          Removes the association between the user group and the teams.
 void UserPersistenceImpl.setTeams(long pk, List<Team> teams)
          Sets the teams associated with the user, removing and adding associations as necessary.
 void UserGroupPersistenceImpl.setTeams(long pk, List<Team> teams)
          Sets the teams associated with the user group, removing and adding associations as necessary.
 

Uses of Team in com.liferay.portal.util.comparator
 

Methods in com.liferay.portal.util.comparator with parameters of type Team
 int TeamNameComparator.compare(Team team1, Team team2)
           
 

Uses of Team in com.liferay.portlet.sitesadmin.search
 

Constructors in com.liferay.portlet.sitesadmin.search with parameters of type Team
UserGroupTeamChecker(RenderResponse renderResponse, Team team)
           
UserTeamChecker(RenderResponse renderResponse, Team team)
           
 


Liferay 7.0-ce-b4