com.liferay.portal.mirage.service
Class WorkflowServiceImpl

java.lang.Object
  extended by com.liferay.portal.mirage.service.WorkflowServiceImpl
All Implemented Interfaces:
com.sun.portal.cms.mirage.service.custom.WorkflowService

public class WorkflowServiceImpl
extends java.lang.Object
implements com.sun.portal.cms.mirage.service.custom.WorkflowService

View Source

Author:
Prakash Reddy, Karthik Sudarshan, Joshna Reddy

Constructor Summary
WorkflowServiceImpl()
           
 
Method Summary
protected  void process(com.sun.portal.cms.mirage.model.custom.Content content)
           
 void submitContentToWorkflow(java.lang.String contentUUID)
           
 void updateWorkflowCommentsAccepted(java.lang.String contentUUID)
           
 void updateWorkflowComplete(com.sun.portal.cms.mirage.model.custom.Content content)
           
 void updateWorkflowComplete(java.lang.String contentUUID)
           
 void updateWorkflowContentRejected(com.sun.portal.cms.mirage.model.custom.Content content)
           
 void updateWorkflowContentRejected(java.lang.String contentUUID, java.lang.String comments)
           
 void updateWorkflowStatus(java.lang.String contentUUID, java.lang.String status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowServiceImpl

public WorkflowServiceImpl()
Method Detail

submitContentToWorkflow

public void submitContentToWorkflow(java.lang.String contentUUID)
Specified by:
submitContentToWorkflow in interface com.sun.portal.cms.mirage.service.custom.WorkflowService

updateWorkflowCommentsAccepted

public void updateWorkflowCommentsAccepted(java.lang.String contentUUID)
Specified by:
updateWorkflowCommentsAccepted in interface com.sun.portal.cms.mirage.service.custom.WorkflowService

updateWorkflowComplete

public void updateWorkflowComplete(com.sun.portal.cms.mirage.model.custom.Content content)
                            throws com.sun.portal.cms.mirage.exception.CMSException
Specified by:
updateWorkflowComplete in interface com.sun.portal.cms.mirage.service.custom.WorkflowService
Throws:
com.sun.portal.cms.mirage.exception.CMSException

updateWorkflowComplete

public void updateWorkflowComplete(java.lang.String contentUUID)
Specified by:
updateWorkflowComplete in interface com.sun.portal.cms.mirage.service.custom.WorkflowService

updateWorkflowContentRejected

public void updateWorkflowContentRejected(com.sun.portal.cms.mirage.model.custom.Content content)
                                   throws com.sun.portal.cms.mirage.exception.CMSException
Specified by:
updateWorkflowContentRejected in interface com.sun.portal.cms.mirage.service.custom.WorkflowService
Throws:
com.sun.portal.cms.mirage.exception.CMSException

updateWorkflowContentRejected

public void updateWorkflowContentRejected(java.lang.String contentUUID,
                                          java.lang.String comments)
Specified by:
updateWorkflowContentRejected in interface com.sun.portal.cms.mirage.service.custom.WorkflowService

updateWorkflowStatus

public void updateWorkflowStatus(java.lang.String contentUUID,
                                 java.lang.String status)
Specified by:
updateWorkflowStatus in interface com.sun.portal.cms.mirage.service.custom.WorkflowService

process

protected void process(com.sun.portal.cms.mirage.model.custom.Content content)
                throws com.sun.portal.cms.mirage.exception.CMSException
Throws:
com.sun.portal.cms.mirage.exception.CMSException