public abstract class AbstractFeedGenerator extends java.lang.Object implements FeedGenerator
| Constructor and Description |
|---|
AbstractFeedGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected abstract boolean |
generate() |
AuthenticationService |
getAuthenticationService() |
abstract int |
getEstimatedGridSize() |
int |
getMaxItemsPerCycle() |
ActivityPostDAO |
getPostDaoService() |
RepoCtx |
getWebScriptsCtx() |
void |
init() |
protected boolean |
isActive() |
void |
setActivityPostServiceImpl(ActivityPostServiceImpl activityPostServiceImpl) |
void |
setAuthenticationService(AuthenticationService authenticationService) |
void |
setJobLockService(JobLockService jobLockService) |
void |
setMaxItemsPerCycle(int maxItemsPerCycle) |
void |
setPostDAO(ActivityPostDAO postDAO) |
void |
setRepoEndPoint(java.lang.String repoEndPoint) |
void |
setSysAdminParams(SysAdminParams sysAdminParams) |
void |
setTransactionService(TransactionService transactionService) |
void |
setUserNamesAreCaseSensitive(boolean userNamesAreCaseSensitive) |
public void setActivityPostServiceImpl(ActivityPostServiceImpl activityPostServiceImpl)
public void setPostDAO(ActivityPostDAO postDAO)
public void setAuthenticationService(AuthenticationService authenticationService)
public void setRepoEndPoint(java.lang.String repoEndPoint)
public void setUserNamesAreCaseSensitive(boolean userNamesAreCaseSensitive)
public void setMaxItemsPerCycle(int maxItemsPerCycle)
public int getMaxItemsPerCycle()
public ActivityPostDAO getPostDaoService()
public AuthenticationService getAuthenticationService()
public void setJobLockService(JobLockService jobLockService)
public void setSysAdminParams(SysAdminParams sysAdminParams)
public void setTransactionService(TransactionService transactionService)
public RepoCtx getWebScriptsCtx()
public void init()
throws java.lang.Exception
java.lang.Exceptionpublic abstract int getEstimatedGridSize()
getEstimatedGridSize in interface FeedGeneratorprotected boolean isActive()
public void execute()
throws org.quartz.JobExecutionException
execute in interface FeedGeneratororg.quartz.JobExecutionExceptionprotected abstract boolean generate()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.