com.liferay.portlet.workflow.service
Class WorkflowComponentServiceFactory

java.lang.Object
  extended by com.liferay.portlet.workflow.service.WorkflowComponentServiceFactory

public class WorkflowComponentServiceFactory
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is responsible for the lookup of the implementation for com.liferay.portlet.workflow.service.WorkflowComponentService. Spring manages the lookup and lifecycle of the beans. This means you can modify the Spring configuration files to return a different implementation or to inject additional behavior.

See the spring.configs property in portal.properties for additional information on how to customize the Spring XML files.

Author:
Brian Wing Shun Chan
See Also:
WorkflowComponentService, WorkflowComponentServiceUtil

Constructor Summary
WorkflowComponentServiceFactory()
           
 
Method Summary
static WorkflowComponentService getImpl()
           
static WorkflowComponentService getService()
           
static WorkflowComponentService getTxImpl()
           
 void setService(WorkflowComponentService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowComponentServiceFactory

public WorkflowComponentServiceFactory()
Method Detail

getService

public static WorkflowComponentService getService()

getImpl

public static WorkflowComponentService getImpl()

getTxImpl

public static WorkflowComponentService getTxImpl()

setService

public void setService(WorkflowComponentService service)