Liferay 6.2-ce-ga5

com.liferay.portal.service
Interface QuartzLocalService

All Superinterfaces:
BaseLocalService
All Known Implementing Classes:
QuartzLocalServiceWrapper

@ProviderType
@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface QuartzLocalService
extends BaseLocalService

Provides the local service interface for Quartz. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

See Also:
QuartzLocalServiceUtil, QuartzLocalServiceBaseImpl, com.liferay.portal.service.impl.QuartzLocalServiceImpl

Method Summary
 void checkQuartzTables()
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 

Method Detail

getBeanIdentifier

String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

checkQuartzTables

void checkQuartzTables()
                       throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5