Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.service.base
Class TeamServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.TeamServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.TeamService
Direct Known Subclasses:
TeamServiceImpl

public abstract class TeamServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.TeamService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

Provides the base implementation for the team remote service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in TeamServiceImpl.

See Also:
TeamServiceImpl, TeamServiceUtil
{$generated.description}

Field Summary
protected  com.liferay.counter.kernel.service.CounterLocalService counterLocalService
           
protected  com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder
           
protected  com.liferay.portal.kernel.service.RoleLocalService roleLocalService
           
protected  com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence
           
protected  com.liferay.portal.kernel.service.RoleService roleService
           
protected  com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder
           
protected  com.liferay.portal.kernel.service.TeamLocalService teamLocalService
           
protected  com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence
           
protected  com.liferay.portal.kernel.service.TeamService teamService
           
protected  com.liferay.portal.kernel.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder
           
protected  com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence
           
protected  com.liferay.portal.kernel.service.UserGroupService userGroupService
           
protected  com.liferay.portal.kernel.service.UserLocalService userLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.kernel.service.UserService userService
           
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
TeamServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 com.liferay.portal.kernel.service.persistence.RoleFinder getRoleFinder()
          Returns the role finder.
 com.liferay.portal.kernel.service.RoleLocalService getRoleLocalService()
          Returns the role local service.
 com.liferay.portal.kernel.service.persistence.RolePersistence getRolePersistence()
          Returns the role persistence.
 com.liferay.portal.kernel.service.RoleService getRoleService()
          Returns the role remote service.
 com.liferay.portal.kernel.service.persistence.TeamFinder getTeamFinder()
          Returns the team finder.
 com.liferay.portal.kernel.service.TeamLocalService getTeamLocalService()
          Returns the team local service.
 com.liferay.portal.kernel.service.persistence.TeamPersistence getTeamPersistence()
          Returns the team persistence.
 com.liferay.portal.kernel.service.TeamService getTeamService()
          Returns the team remote service.
 com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
          Returns the user finder.
 com.liferay.portal.kernel.service.persistence.UserGroupFinder getUserGroupFinder()
          Returns the user group finder.
 com.liferay.portal.kernel.service.UserGroupLocalService getUserGroupLocalService()
          Returns the user group local service.
 com.liferay.portal.kernel.service.persistence.UserGroupPersistence getUserGroupPersistence()
          Returns the user group persistence.
 com.liferay.portal.kernel.service.UserGroupService getUserGroupService()
          Returns the user group remote service.
 com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
          Returns the user local service.
 com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
          Returns the user persistence.
 com.liferay.portal.kernel.service.UserService getUserService()
          Returns the user remote service.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
          Sets the role finder.
 void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
          Sets the role local service.
 void setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
          Sets the role persistence.
 void setRoleService(com.liferay.portal.kernel.service.RoleService roleService)
          Sets the role remote service.
 void setTeamFinder(com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder)
          Sets the team finder.
 void setTeamLocalService(com.liferay.portal.kernel.service.TeamLocalService teamLocalService)
          Sets the team local service.
 void setTeamPersistence(com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence)
          Sets the team persistence.
 void setTeamService(com.liferay.portal.kernel.service.TeamService teamService)
          Sets the team remote service.
 void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
          Sets the user finder.
 void setUserGroupFinder(com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void setUserGroupLocalService(com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService)
          Sets the user group local service.
 void setUserGroupPersistence(com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence)
          Sets the user group persistence.
 void setUserGroupService(com.liferay.portal.kernel.service.UserGroupService userGroupService)
          Sets the user group remote service.
 void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(com.liferay.portal.kernel.service.UserService userService)
          Sets the user remote service.
 
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.service.TeamService
addTeam, addTeam, deleteTeam, getGroupTeams, getTeam, getTeam, getUserTeams, getUserTeams, hasUserTeam, search, searchCount, updateTeam
 

Field Detail

teamLocalService

@BeanReference(type=com.liferay.portal.kernel.service.TeamLocalService.class)
protected com.liferay.portal.kernel.service.TeamLocalService teamLocalService

teamService

@BeanReference(type=com.liferay.portal.kernel.service.TeamService.class)
protected com.liferay.portal.kernel.service.TeamService teamService

teamPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.TeamPersistence.class)
protected com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence

teamFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.TeamFinder.class)
protected com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder

counterLocalService

@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class)
protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService

resourceLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class)
protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService

roleLocalService

@BeanReference(type=com.liferay.portal.kernel.service.RoleLocalService.class)
protected com.liferay.portal.kernel.service.RoleLocalService roleLocalService

roleService

@BeanReference(type=com.liferay.portal.kernel.service.RoleService.class)
protected com.liferay.portal.kernel.service.RoleService roleService

rolePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.RolePersistence.class)
protected com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence

roleFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.RoleFinder.class)
protected com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder

userLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class)
protected com.liferay.portal.kernel.service.UserLocalService userLocalService

userService

@BeanReference(type=com.liferay.portal.kernel.service.UserService.class)
protected com.liferay.portal.kernel.service.UserService userService

userPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder

userGroupLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserGroupLocalService.class)
protected com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService

userGroupService

@BeanReference(type=com.liferay.portal.kernel.service.UserGroupService.class)
protected com.liferay.portal.kernel.service.UserGroupService userGroupService

userGroupPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence

userGroupFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder
Constructor Detail

TeamServiceBaseImpl

public TeamServiceBaseImpl()
Method Detail

getTeamLocalService

public com.liferay.portal.kernel.service.TeamLocalService getTeamLocalService()
Returns the team local service.

Returns:
the team local service

setTeamLocalService

public void setTeamLocalService(com.liferay.portal.kernel.service.TeamLocalService teamLocalService)
Sets the team local service.

Parameters:
teamLocalService - the team local service

getTeamService

public com.liferay.portal.kernel.service.TeamService getTeamService()
Returns the team remote service.

Returns:
the team remote service

setTeamService

public void setTeamService(com.liferay.portal.kernel.service.TeamService teamService)
Sets the team remote service.

Parameters:
teamService - the team remote service

getTeamPersistence

public com.liferay.portal.kernel.service.persistence.TeamPersistence getTeamPersistence()
Returns the team persistence.

Returns:
the team persistence

setTeamPersistence

public void setTeamPersistence(com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence)
Sets the team persistence.

Parameters:
teamPersistence - the team persistence

getTeamFinder

public com.liferay.portal.kernel.service.persistence.TeamFinder getTeamFinder()
Returns the team finder.

Returns:
the team finder

setTeamFinder

public void setTeamFinder(com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder)
Sets the team finder.

Parameters:
teamFinder - the team finder

getCounterLocalService

public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getResourceLocalService

public com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getRoleLocalService

public com.liferay.portal.kernel.service.RoleLocalService getRoleLocalService()
Returns the role local service.

Returns:
the role local service

setRoleLocalService

public void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
Sets the role local service.

Parameters:
roleLocalService - the role local service

getRoleService

public com.liferay.portal.kernel.service.RoleService getRoleService()
Returns the role remote service.

Returns:
the role remote service

setRoleService

public void setRoleService(com.liferay.portal.kernel.service.RoleService roleService)
Sets the role remote service.

Parameters:
roleService - the role remote service

getRolePersistence

public com.liferay.portal.kernel.service.persistence.RolePersistence getRolePersistence()
Returns the role persistence.

Returns:
the role persistence

setRolePersistence

public void setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
Sets the role persistence.

Parameters:
rolePersistence - the role persistence

getRoleFinder

public com.liferay.portal.kernel.service.persistence.RoleFinder getRoleFinder()
Returns the role finder.

Returns:
the role finder

setRoleFinder

public void setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
Sets the role finder.

Parameters:
roleFinder - the role finder

getUserLocalService

public com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public com.liferay.portal.kernel.service.UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(com.liferay.portal.kernel.service.UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getUserGroupLocalService

public com.liferay.portal.kernel.service.UserGroupLocalService getUserGroupLocalService()
Returns the user group local service.

Returns:
the user group local service

setUserGroupLocalService

public void setUserGroupLocalService(com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService)
Sets the user group local service.

Parameters:
userGroupLocalService - the user group local service

getUserGroupService

public com.liferay.portal.kernel.service.UserGroupService getUserGroupService()
Returns the user group remote service.

Returns:
the user group remote service

setUserGroupService

public void setUserGroupService(com.liferay.portal.kernel.service.UserGroupService userGroupService)
Sets the user group remote service.

Parameters:
userGroupService - the user group remote service

getUserGroupPersistence

public com.liferay.portal.kernel.service.persistence.UserGroupPersistence getUserGroupPersistence()
Returns the user group persistence.

Returns:
the user group persistence

setUserGroupPersistence

public void setUserGroupPersistence(com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence)
Sets the user group persistence.

Parameters:
userGroupPersistence - the user group persistence

getUserGroupFinder

public com.liferay.portal.kernel.service.persistence.UserGroupFinder getUserGroupFinder()
Returns the user group finder.

Returns:
the user group finder

setUserGroupFinder

public void setUserGroupFinder(com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder)
Sets the user group finder.

Parameters:
userGroupFinder - the user group finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.TeamService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b8 portal-impl