Liferay 6.0.5

com.liferay.portlet.tasks.service.base
Class TasksReviewServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.tasks.service.base.TasksReviewServiceBaseImpl
All Implemented Interfaces:
TasksReviewService
Direct Known Subclasses:
TasksReviewServiceImpl

public abstract class TasksReviewServiceBaseImpl
extends PrincipalBean
implements TasksReviewService

The base implementation of the tasks review 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 TasksReviewServiceImpl.

Never modify or reference this class directly. Always use TasksReviewServiceUtil to access the tasks review remote service.

See Also:
TasksReviewServiceImpl, TasksReviewServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
protected  CounterLocalService counterLocalService
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  SocialActivityFinder socialActivityFinder
           
protected  SocialActivityLocalService socialActivityLocalService
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  TasksProposalFinder tasksProposalFinder
           
protected  TasksProposalLocalService tasksProposalLocalService
           
protected  TasksProposalPersistence tasksProposalPersistence
           
protected  TasksProposalService tasksProposalService
           
protected  TasksReviewLocalService tasksReviewLocalService
           
protected  TasksReviewPersistence tasksReviewPersistence
           
protected  TasksReviewService tasksReviewService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
TasksReviewServiceBaseImpl()
           
 
Method Summary
 CounterLocalService getCounterLocalService()
          Gets the counter local service.
 ResourceFinder getResourceFinder()
          Gets the resource finder.
 ResourceLocalService getResourceLocalService()
          Gets the resource local service.
 ResourcePersistence getResourcePersistence()
          Gets the resource persistence.
 ResourceService getResourceService()
          Gets the resource remote service.
 SocialActivityFinder getSocialActivityFinder()
          Gets the social activity finder.
 SocialActivityLocalService getSocialActivityLocalService()
          Gets the social activity local service.
 SocialActivityPersistence getSocialActivityPersistence()
          Gets the social activity persistence.
 TasksProposalFinder getTasksProposalFinder()
          Gets the tasks proposal finder.
 TasksProposalLocalService getTasksProposalLocalService()
          Gets the tasks proposal local service.
 TasksProposalPersistence getTasksProposalPersistence()
          Gets the tasks proposal persistence.
 TasksProposalService getTasksProposalService()
          Gets the tasks proposal remote service.
 TasksReviewLocalService getTasksReviewLocalService()
          Gets the tasks review local service.
 TasksReviewPersistence getTasksReviewPersistence()
          Gets the tasks review persistence.
 TasksReviewService getTasksReviewService()
          Gets the tasks review remote service.
 UserFinder getUserFinder()
          Gets the user finder.
 UserLocalService getUserLocalService()
          Gets the user local service.
 UserPersistence getUserPersistence()
          Gets the user persistence.
 UserService getUserService()
          Gets the user remote service.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setResourceFinder(ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(ResourceService resourceService)
          Sets the resource remote service.
 void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
          Sets the social activity local service.
 void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
          Sets the social activity persistence.
 void setTasksProposalFinder(TasksProposalFinder tasksProposalFinder)
          Sets the tasks proposal finder.
 void setTasksProposalLocalService(TasksProposalLocalService tasksProposalLocalService)
          Sets the tasks proposal local service.
 void setTasksProposalPersistence(TasksProposalPersistence tasksProposalPersistence)
          Sets the tasks proposal persistence.
 void setTasksProposalService(TasksProposalService tasksProposalService)
          Sets the tasks proposal remote service.
 void setTasksReviewLocalService(TasksReviewLocalService tasksReviewLocalService)
          Sets the tasks review local service.
 void setTasksReviewPersistence(TasksReviewPersistence tasksReviewPersistence)
          Sets the tasks review persistence.
 void setTasksReviewService(TasksReviewService tasksReviewService)
          Sets the tasks review 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.base.PrincipalBean
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.portlet.tasks.service.TasksReviewService
approveReview, rejectReview, updateReviews
 

Field Detail

tasksProposalLocalService

@BeanReference(type=TasksProposalLocalService.class)
protected TasksProposalLocalService tasksProposalLocalService

tasksProposalService

@BeanReference(type=TasksProposalService.class)
protected TasksProposalService tasksProposalService

tasksProposalPersistence

@BeanReference(type=TasksProposalPersistence.class)
protected TasksProposalPersistence tasksProposalPersistence

tasksProposalFinder

@BeanReference(type=TasksProposalFinder.class)
protected TasksProposalFinder tasksProposalFinder

tasksReviewLocalService

@BeanReference(type=TasksReviewLocalService.class)
protected TasksReviewLocalService tasksReviewLocalService

tasksReviewService

@BeanReference(type=TasksReviewService.class)
protected TasksReviewService tasksReviewService

tasksReviewPersistence

@BeanReference(type=TasksReviewPersistence.class)
protected TasksReviewPersistence tasksReviewPersistence

counterLocalService

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

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

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

socialActivityLocalService

@BeanReference(type=SocialActivityLocalService.class)
protected SocialActivityLocalService socialActivityLocalService

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialActivityFinder

@BeanReference(type=SocialActivityFinder.class)
protected SocialActivityFinder socialActivityFinder
Constructor Detail

TasksReviewServiceBaseImpl

public TasksReviewServiceBaseImpl()
Method Detail

getTasksProposalLocalService

public TasksProposalLocalService getTasksProposalLocalService()
Gets the tasks proposal local service.

Returns:
the tasks proposal local service

setTasksProposalLocalService

public void setTasksProposalLocalService(TasksProposalLocalService tasksProposalLocalService)
Sets the tasks proposal local service.

Parameters:
tasksProposalLocalService - the tasks proposal local service

getTasksProposalService

public TasksProposalService getTasksProposalService()
Gets the tasks proposal remote service.

Returns:
the tasks proposal remote service

setTasksProposalService

public void setTasksProposalService(TasksProposalService tasksProposalService)
Sets the tasks proposal remote service.

Parameters:
tasksProposalService - the tasks proposal remote service

getTasksProposalPersistence

public TasksProposalPersistence getTasksProposalPersistence()
Gets the tasks proposal persistence.

Returns:
the tasks proposal persistence

setTasksProposalPersistence

public void setTasksProposalPersistence(TasksProposalPersistence tasksProposalPersistence)
Sets the tasks proposal persistence.

Parameters:
tasksProposalPersistence - the tasks proposal persistence

getTasksProposalFinder

public TasksProposalFinder getTasksProposalFinder()
Gets the tasks proposal finder.

Returns:
the tasks proposal finder

setTasksProposalFinder

public void setTasksProposalFinder(TasksProposalFinder tasksProposalFinder)
Sets the tasks proposal finder.

Parameters:
tasksProposalFinder - the tasks proposal finder

getTasksReviewLocalService

public TasksReviewLocalService getTasksReviewLocalService()
Gets the tasks review local service.

Returns:
the tasks review local service

setTasksReviewLocalService

public void setTasksReviewLocalService(TasksReviewLocalService tasksReviewLocalService)
Sets the tasks review local service.

Parameters:
tasksReviewLocalService - the tasks review local service

getTasksReviewService

public TasksReviewService getTasksReviewService()
Gets the tasks review remote service.

Returns:
the tasks review remote service

setTasksReviewService

public void setTasksReviewService(TasksReviewService tasksReviewService)
Sets the tasks review remote service.

Parameters:
tasksReviewService - the tasks review remote service

getTasksReviewPersistence

public TasksReviewPersistence getTasksReviewPersistence()
Gets the tasks review persistence.

Returns:
the tasks review persistence

setTasksReviewPersistence

public void setTasksReviewPersistence(TasksReviewPersistence tasksReviewPersistence)
Sets the tasks review persistence.

Parameters:
tasksReviewPersistence - the tasks review persistence

getCounterLocalService

public CounterLocalService getCounterLocalService()
Gets 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

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Gets the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public ResourceService getResourceService()
Gets the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public ResourcePersistence getResourcePersistence()
Gets the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public ResourceFinder getResourceFinder()
Gets the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public UserLocalService getUserLocalService()
Gets 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()
Gets 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()
Gets 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()
Gets the user finder.

Returns:
the user finder

setUserFinder

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

Parameters:
userFinder - the user finder

getSocialActivityLocalService

public SocialActivityLocalService getSocialActivityLocalService()
Gets the social activity local service.

Returns:
the social activity local service

setSocialActivityLocalService

public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service.

Parameters:
socialActivityLocalService - the social activity local service

getSocialActivityPersistence

public SocialActivityPersistence getSocialActivityPersistence()
Gets the social activity persistence.

Returns:
the social activity persistence

setSocialActivityPersistence

public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence.

Parameters:
socialActivityPersistence - the social activity persistence

getSocialActivityFinder

public SocialActivityFinder getSocialActivityFinder()
Gets the social activity finder.

Returns:
the social activity finder

setSocialActivityFinder

public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder.

Parameters:
socialActivityFinder - the social activity finder

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query to perform
Throws:
SystemException

Liferay 6.0.5