com.liferay.portal.mirage.aop
Class BaseMirageAdvice
java.lang.Object
com.liferay.portal.mirage.aop.BaseMirageAdvice
- Direct Known Subclasses:
- JournalArticleImageLocalServiceAdvice, JournalArticleLocalServiceAdvice, JournalArticleResourceLocalServiceAdvice, JournalContentSearchLocalServiceAdvice, JournalFeedLocalServiceAdvice, JournalStructureLocalServiceAdvice, JournalTemplateLocalServiceAdvice
public abstract class BaseMirageAdvice
- extends java.lang.Object
View Source
- Author:
- Michael Young
Field Summary |
protected com.sun.portal.cms.mirage.service.custom.BinaryContentService |
articleImageService
|
protected com.sun.portal.cms.mirage.service.custom.BinaryContentService |
articleResourceService
|
protected com.sun.portal.cms.mirage.service.custom.ContentFeedService |
contentFeedService
|
protected com.sun.portal.cms.mirage.service.custom.BinaryContentService |
contentSearchService
|
protected com.sun.portal.cms.mirage.service.custom.ContentService |
contentService
|
protected com.sun.portal.cms.mirage.service.custom.ContentTypeService |
contentTypeService
|
protected com.sun.portal.cms.mirage.service.custom.WorkflowService |
workflowService
|
Method Summary |
protected abstract java.lang.Object |
doInvoke(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
|
java.lang.Object |
invoke(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
articleImageService
@BeanReference(name="com.liferay.portal.mirage.ArticleImageService")
protected com.sun.portal.cms.mirage.service.custom.BinaryContentService articleImageService
articleResourceService
@BeanReference(name="com.liferay.portal.mirage.ArticleResourceService")
protected com.sun.portal.cms.mirage.service.custom.BinaryContentService articleResourceService
contentFeedService
@BeanReference(name="com.liferay.portal.mirage.ContentFeedService")
protected com.sun.portal.cms.mirage.service.custom.ContentFeedService contentFeedService
contentSearchService
@BeanReference(name="com.liferay.portal.mirage.ContentSearchService")
protected com.sun.portal.cms.mirage.service.custom.BinaryContentService contentSearchService
contentService
@BeanReference(name="com.liferay.portal.mirage.ContentService")
protected com.sun.portal.cms.mirage.service.custom.ContentService contentService
contentTypeService
@BeanReference(name="com.liferay.portal.mirage.ContentTypeService")
protected com.sun.portal.cms.mirage.service.custom.ContentTypeService contentTypeService
workflowService
@BeanReference(name="com.liferay.portal.mirage.WorkflowService")
protected com.sun.portal.cms.mirage.service.custom.WorkflowService workflowService
BaseMirageAdvice
public BaseMirageAdvice()
invoke
public java.lang.Object invoke(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
doInvoke
protected abstract java.lang.Object doInvoke(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
throws java.lang.Throwable
- Throws:
java.lang.Throwable