Liferay 7.0-ce-b4

com.liferay.portal.service.base
Class PermissionServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.PermissionServiceBaseImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, PermissionService
Direct Known Subclasses:
PermissionServiceImpl

public abstract class PermissionServiceBaseImpl
extends BaseServiceImpl
implements PermissionService, IdentifiableOSGiService

Provides the base implementation for the permission 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 PermissionServiceImpl.

See Also:
PermissionServiceImpl, PermissionServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  CounterLocalService counterLocalService
           
protected  PermissionService permissionService
           
protected  ResourceBlockFinder resourceBlockFinder
           
protected  ResourceBlockLocalService resourceBlockLocalService
           
protected  ResourceBlockPersistence resourceBlockPersistence
           
protected  ResourceBlockService resourceBlockService
           
protected  ResourcePermissionFinder resourcePermissionFinder
           
protected  ResourcePermissionLocalService resourcePermissionLocalService
           
protected  ResourcePermissionPersistence resourcePermissionPersistence
           
protected  ResourcePermissionService resourcePermissionService
           
protected  RoleFinder roleFinder
           
protected  RoleLocalService roleLocalService
           
protected  RolePersistence rolePersistence
           
protected  RoleService roleService
           
protected  TeamFinder teamFinder
           
protected  TeamLocalService teamLocalService
           
protected  TeamPersistence teamPersistence
           
protected  TeamService teamService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
PermissionServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PermissionService getPermissionService()
          Returns the permission remote service.
 ResourceBlockFinder getResourceBlockFinder()
          Returns the resource block finder.
 ResourceBlockLocalService getResourceBlockLocalService()
          Returns the resource block local service.
 ResourceBlockPersistence getResourceBlockPersistence()
          Returns the resource block persistence.
 ResourceBlockService getResourceBlockService()
          Returns the resource block remote service.
 ResourcePermissionFinder getResourcePermissionFinder()
          Returns the resource permission finder.
 ResourcePermissionLocalService getResourcePermissionLocalService()
          Returns the resource permission local service.
 ResourcePermissionPersistence getResourcePermissionPersistence()
          Returns the resource permission persistence.
 ResourcePermissionService getResourcePermissionService()
          Returns the resource permission remote service.
 RoleFinder getRoleFinder()
          Returns the role finder.
 RoleLocalService getRoleLocalService()
          Returns the role local service.
 RolePersistence getRolePersistence()
          Returns the role persistence.
 RoleService getRoleService()
          Returns the role remote service.
 TeamFinder getTeamFinder()
          Returns the team finder.
 TeamLocalService getTeamLocalService()
          Returns the team local service.
 TeamPersistence getTeamPersistence()
          Returns the team persistence.
 TeamService getTeamService()
          Returns the team remote service.
 UserFinder getUserFinder()
          Returns the user finder.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
 UserService getUserService()
          Returns the user remote service.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setPermissionService(PermissionService permissionService)
          Sets the permission remote service.
 void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder)
          Sets the resource block finder.
 void setResourceBlockLocalService(ResourceBlockLocalService resourceBlockLocalService)
          Sets the resource block local service.
 void setResourceBlockPersistence(ResourceBlockPersistence resourceBlockPersistence)
          Sets the resource block persistence.
 void setResourceBlockService(ResourceBlockService resourceBlockService)
          Sets the resource block remote service.
 void setResourcePermissionFinder(ResourcePermissionFinder resourcePermissionFinder)
          Sets the resource permission finder.
 void setResourcePermissionLocalService(ResourcePermissionLocalService resourcePermissionLocalService)
          Sets the resource permission local service.
 void setResourcePermissionPersistence(ResourcePermissionPersistence resourcePermissionPersistence)
          Sets the resource permission persistence.
 void setResourcePermissionService(ResourcePermissionService resourcePermissionService)
          Sets the resource permission remote service.
 void setRoleFinder(RoleFinder roleFinder)
          Sets the role finder.
 void setRoleLocalService(RoleLocalService roleLocalService)
          Sets the role local service.
 void setRolePersistence(RolePersistence rolePersistence)
          Sets the role persistence.
 void setRoleService(RoleService roleService)
          Sets the role remote service.
 void setTeamFinder(TeamFinder teamFinder)
          Sets the team finder.
 void setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void setTeamPersistence(TeamPersistence teamPersistence)
          Sets the team persistence.
 void setTeamService(TeamService teamService)
          Sets the team remote service.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 
Methods inherited from class com.liferay.portal.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.service.PermissionService
checkPermission, checkPermission
 

Field Detail

permissionService

@BeanReference(type=PermissionService.class)
protected PermissionService permissionService

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

resourceBlockLocalService

@BeanReference(type=ResourceBlockLocalService.class)
protected ResourceBlockLocalService resourceBlockLocalService

resourceBlockService

@BeanReference(type=ResourceBlockService.class)
protected ResourceBlockService resourceBlockService

resourceBlockPersistence

@BeanReference(type=ResourceBlockPersistence.class)
protected ResourceBlockPersistence resourceBlockPersistence

resourceBlockFinder

@BeanReference(type=ResourceBlockFinder.class)
protected ResourceBlockFinder resourceBlockFinder

resourcePermissionLocalService

@BeanReference(type=ResourcePermissionLocalService.class)
protected ResourcePermissionLocalService resourcePermissionLocalService

resourcePermissionService

@BeanReference(type=ResourcePermissionService.class)
protected ResourcePermissionService resourcePermissionService

resourcePermissionPersistence

@BeanReference(type=ResourcePermissionPersistence.class)
protected ResourcePermissionPersistence resourcePermissionPersistence

resourcePermissionFinder

@BeanReference(type=ResourcePermissionFinder.class)
protected ResourcePermissionFinder resourcePermissionFinder

roleLocalService

@BeanReference(type=RoleLocalService.class)
protected RoleLocalService roleLocalService

roleService

@BeanReference(type=RoleService.class)
protected RoleService roleService

rolePersistence

@BeanReference(type=RolePersistence.class)
protected RolePersistence rolePersistence

roleFinder

@BeanReference(type=RoleFinder.class)
protected RoleFinder roleFinder

teamLocalService

@BeanReference(type=TeamLocalService.class)
protected TeamLocalService teamLocalService

teamService

@BeanReference(type=TeamService.class)
protected TeamService teamService

teamPersistence

@BeanReference(type=TeamPersistence.class)
protected TeamPersistence teamPersistence

teamFinder

@BeanReference(type=TeamFinder.class)
protected TeamFinder teamFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder
Constructor Detail

PermissionServiceBaseImpl

public PermissionServiceBaseImpl()
Method Detail

getPermissionService

public PermissionService getPermissionService()
Returns the permission remote service.

Returns:
the permission remote service

setPermissionService

public void setPermissionService(PermissionService permissionService)
Sets the permission remote service.

Parameters:
permissionService - the permission remote service

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

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

Parameters:
counterLocalService - the counter local service

getResourceBlockLocalService

public ResourceBlockLocalService getResourceBlockLocalService()
Returns the resource block local service.

Returns:
the resource block local service

setResourceBlockLocalService

public void setResourceBlockLocalService(ResourceBlockLocalService resourceBlockLocalService)
Sets the resource block local service.

Parameters:
resourceBlockLocalService - the resource block local service

getResourceBlockService

public ResourceBlockService getResourceBlockService()
Returns the resource block remote service.

Returns:
the resource block remote service

setResourceBlockService

public void setResourceBlockService(ResourceBlockService resourceBlockService)
Sets the resource block remote service.

Parameters:
resourceBlockService - the resource block remote service

getResourceBlockPersistence

public ResourceBlockPersistence getResourceBlockPersistence()
Returns the resource block persistence.

Returns:
the resource block persistence

setResourceBlockPersistence

public void setResourceBlockPersistence(ResourceBlockPersistence resourceBlockPersistence)
Sets the resource block persistence.

Parameters:
resourceBlockPersistence - the resource block persistence

getResourceBlockFinder

public ResourceBlockFinder getResourceBlockFinder()
Returns the resource block finder.

Returns:
the resource block finder

setResourceBlockFinder

public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder)
Sets the resource block finder.

Parameters:
resourceBlockFinder - the resource block finder

getResourcePermissionLocalService

public ResourcePermissionLocalService getResourcePermissionLocalService()
Returns the resource permission local service.

Returns:
the resource permission local service

setResourcePermissionLocalService

public void setResourcePermissionLocalService(ResourcePermissionLocalService resourcePermissionLocalService)
Sets the resource permission local service.

Parameters:
resourcePermissionLocalService - the resource permission local service

getResourcePermissionService

public ResourcePermissionService getResourcePermissionService()
Returns the resource permission remote service.

Returns:
the resource permission remote service

setResourcePermissionService

public void setResourcePermissionService(ResourcePermissionService resourcePermissionService)
Sets the resource permission remote service.

Parameters:
resourcePermissionService - the resource permission remote service

getResourcePermissionPersistence

public ResourcePermissionPersistence getResourcePermissionPersistence()
Returns the resource permission persistence.

Returns:
the resource permission persistence

setResourcePermissionPersistence

public void setResourcePermissionPersistence(ResourcePermissionPersistence resourcePermissionPersistence)
Sets the resource permission persistence.

Parameters:
resourcePermissionPersistence - the resource permission persistence

getResourcePermissionFinder

public ResourcePermissionFinder getResourcePermissionFinder()
Returns the resource permission finder.

Returns:
the resource permission finder

setResourcePermissionFinder

public void setResourcePermissionFinder(ResourcePermissionFinder resourcePermissionFinder)
Sets the resource permission finder.

Parameters:
resourcePermissionFinder - the resource permission finder

getRoleLocalService

public RoleLocalService getRoleLocalService()
Returns the role local service.

Returns:
the role local service

setRoleLocalService

public void setRoleLocalService(RoleLocalService roleLocalService)
Sets the role local service.

Parameters:
roleLocalService - the role local service

getRoleService

public RoleService getRoleService()
Returns the role remote service.

Returns:
the role remote service

setRoleService

public void setRoleService(RoleService roleService)
Sets the role remote service.

Parameters:
roleService - the role remote service

getRolePersistence

public RolePersistence getRolePersistence()
Returns the role persistence.

Returns:
the role persistence

setRolePersistence

public void setRolePersistence(RolePersistence rolePersistence)
Sets the role persistence.

Parameters:
rolePersistence - the role persistence

getRoleFinder

public RoleFinder getRoleFinder()
Returns the role finder.

Returns:
the role finder

setRoleFinder

public void setRoleFinder(RoleFinder roleFinder)
Sets the role finder.

Parameters:
roleFinder - the role finder

getTeamLocalService

public TeamLocalService getTeamLocalService()
Returns the team local service.

Returns:
the team local service

setTeamLocalService

public void setTeamLocalService(TeamLocalService teamLocalService)
Sets the team local service.

Parameters:
teamLocalService - the team local service

getTeamService

public TeamService getTeamService()
Returns the team remote service.

Returns:
the team remote service

setTeamService

public void setTeamService(TeamService teamService)
Sets the team remote service.

Parameters:
teamService - the team remote service

getTeamPersistence

public TeamPersistence getTeamPersistence()
Returns the team persistence.

Returns:
the team persistence

setTeamPersistence

public void setTeamPersistence(TeamPersistence teamPersistence)
Sets the team persistence.

Parameters:
teamPersistence - the team persistence

getTeamFinder

public TeamFinder getTeamFinder()
Returns the team finder.

Returns:
the team finder

setTeamFinder

public void setTeamFinder(TeamFinder teamFinder)
Sets the team finder.

Parameters:
teamFinder - the team finder

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface PermissionService
Returns:
the OSGi service identifier

runSQL

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

Parameters:
sql - the sql query

Liferay 7.0-ce-b4