Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.service.base
Class JournalArticleImageLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.journal.service.base.JournalArticleImageLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, JournalArticleImageLocalService
Direct Known Subclasses:
JournalArticleImageLocalServiceImpl

public abstract class JournalArticleImageLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements JournalArticleImageLocalService, IdentifiableBean

The base implementation of the journal article image local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in JournalArticleImageLocalServiceImpl.

See Also:
JournalArticleImageLocalServiceImpl, JournalArticleImageLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  CounterLocalService counterLocalService
           
protected  ImageLocalService imageLocalService
           
protected  ImagePersistence imagePersistence
           
protected  ImageService imageService
           
protected  JournalArticleFinder journalArticleFinder
           
protected  JournalArticleImageLocalService journalArticleImageLocalService
           
protected  JournalArticleImagePersistence journalArticleImagePersistence
           
protected  JournalArticleLocalService journalArticleLocalService
           
protected  JournalArticlePersistence journalArticlePersistence
           
protected  JournalArticleResourceLocalService journalArticleResourceLocalService
           
protected  JournalArticleResourcePersistence journalArticleResourcePersistence
           
protected  JournalArticleService journalArticleService
           
protected  JournalContentSearchLocalService journalContentSearchLocalService
           
protected  JournalContentSearchPersistence journalContentSearchPersistence
           
protected  JournalFeedFinder journalFeedFinder
           
protected  JournalFeedLocalService journalFeedLocalService
           
protected  JournalFeedPersistence journalFeedPersistence
           
protected  JournalFeedService journalFeedService
           
protected  JournalStructureFinder journalStructureFinder
           
protected  JournalStructureLocalService journalStructureLocalService
           
protected  JournalStructurePersistence journalStructurePersistence
           
protected  JournalStructureService journalStructureService
           
protected  JournalTemplateFinder journalTemplateFinder
           
protected  JournalTemplateLocalService journalTemplateLocalService
           
protected  JournalTemplatePersistence journalTemplatePersistence
           
protected  JournalTemplateService journalTemplateService
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
JournalArticleImageLocalServiceBaseImpl()
           
 
Method Summary
 JournalArticleImage addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
 void afterPropertiesSet()
           
 JournalArticleImage createJournalArticleImage(long articleImageId)
          Creates a new journal article image with the primary key.
 JournalArticleImage deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
 JournalArticleImage deleteJournalArticleImage(long articleImageId)
          Deletes the journal article image with the primary key from the database.
 void destroy()
           
 DynamicQuery dynamicQuery()
           
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 JournalArticleImage fetchJournalArticleImage(long articleImageId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 ImageLocalService getImageLocalService()
          Returns the image local service.
 ImagePersistence getImagePersistence()
          Returns the image persistence.
 ImageService getImageService()
          Returns the image remote service.
 JournalArticleFinder getJournalArticleFinder()
          Returns the journal article finder.
 JournalArticleImage getJournalArticleImage(long articleImageId)
          Returns the journal article image with the primary key.
 JournalArticleImageLocalService getJournalArticleImageLocalService()
          Returns the journal article image local service.
 JournalArticleImagePersistence getJournalArticleImagePersistence()
          Returns the journal article image persistence.
 List<JournalArticleImage> getJournalArticleImages(int start, int end)
          Returns a range of all the journal article images.
 int getJournalArticleImagesCount()
          Returns the number of journal article images.
 JournalArticleLocalService getJournalArticleLocalService()
          Returns the journal article local service.
 JournalArticlePersistence getJournalArticlePersistence()
          Returns the journal article persistence.
 JournalArticleResourceLocalService getJournalArticleResourceLocalService()
          Returns the journal article resource local service.
 JournalArticleResourcePersistence getJournalArticleResourcePersistence()
          Returns the journal article resource persistence.
 JournalArticleService getJournalArticleService()
          Returns the journal article remote service.
 JournalContentSearchLocalService getJournalContentSearchLocalService()
          Returns the journal content search local service.
 JournalContentSearchPersistence getJournalContentSearchPersistence()
          Returns the journal content search persistence.
 JournalFeedFinder getJournalFeedFinder()
          Returns the journal feed finder.
 JournalFeedLocalService getJournalFeedLocalService()
          Returns the journal feed local service.
 JournalFeedPersistence getJournalFeedPersistence()
          Returns the journal feed persistence.
 JournalFeedService getJournalFeedService()
          Returns the journal feed remote service.
 JournalStructureFinder getJournalStructureFinder()
          Returns the journal structure finder.
 JournalStructureLocalService getJournalStructureLocalService()
          Returns the journal structure local service.
 JournalStructurePersistence getJournalStructurePersistence()
          Returns the journal structure persistence.
 JournalStructureService getJournalStructureService()
          Returns the journal structure remote service.
 JournalTemplateFinder getJournalTemplateFinder()
          Returns the journal template finder.
 JournalTemplateLocalService getJournalTemplateLocalService()
          Returns the journal template local service.
 JournalTemplatePersistence getJournalTemplatePersistence()
          Returns the journal template persistence.
 JournalTemplateService getJournalTemplateService()
          Returns the journal template remote service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 ResourceFinder getResourceFinder()
          Returns the resource finder.
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 ResourcePersistence getResourcePersistence()
          Returns the resource persistence.
 ResourceService getResourceService()
          Returns the resource remote service.
 UserFinder getUserFinder()
          Returns the user finder.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
 UserService getUserService()
          Returns the user remote service.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void setImageService(ImageService imageService)
          Sets the image remote service.
 void setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
          Sets the journal article finder.
 void setJournalArticleImageLocalService(JournalArticleImageLocalService journalArticleImageLocalService)
          Sets the journal article image local service.
 void setJournalArticleImagePersistence(JournalArticleImagePersistence journalArticleImagePersistence)
          Sets the journal article image persistence.
 void setJournalArticleLocalService(JournalArticleLocalService journalArticleLocalService)
          Sets the journal article local service.
 void setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
          Sets the journal article persistence.
 void setJournalArticleResourceLocalService(JournalArticleResourceLocalService journalArticleResourceLocalService)
          Sets the journal article resource local service.
 void setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
          Sets the journal article resource persistence.
 void setJournalArticleService(JournalArticleService journalArticleService)
          Sets the journal article remote service.
 void setJournalContentSearchLocalService(JournalContentSearchLocalService journalContentSearchLocalService)
          Sets the journal content search local service.
 void setJournalContentSearchPersistence(JournalContentSearchPersistence journalContentSearchPersistence)
          Sets the journal content search persistence.
 void setJournalFeedFinder(JournalFeedFinder journalFeedFinder)
          Sets the journal feed finder.
 void setJournalFeedLocalService(JournalFeedLocalService journalFeedLocalService)
          Sets the journal feed local service.
 void setJournalFeedPersistence(JournalFeedPersistence journalFeedPersistence)
          Sets the journal feed persistence.
 void setJournalFeedService(JournalFeedService journalFeedService)
          Sets the journal feed remote service.
 void setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void setJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
          Sets the journal structure local service.
 void setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void setJournalStructureService(JournalStructureService journalStructureService)
          Sets the journal structure remote service.
 void setJournalTemplateFinder(JournalTemplateFinder journalTemplateFinder)
          Sets the journal template finder.
 void setJournalTemplateLocalService(JournalTemplateLocalService journalTemplateLocalService)
          Sets the journal template local service.
 void setJournalTemplatePersistence(JournalTemplatePersistence journalTemplatePersistence)
          Sets the journal template persistence.
 void setJournalTemplateService(JournalTemplateService journalTemplateService)
          Sets the journal template remote service.
 void setResourceFinder(ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(ResourceService resourceService)
          Sets the resource remote service.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 JournalArticleImage updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
 JournalArticleImage updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.journal.service.JournalArticleImageLocalService
addArticleImageId, deleteArticleImage, deleteArticleImage, deleteArticleImage, deleteImages, getArticleImage, getArticleImageId, getArticleImageId, getArticleImages
 

Field Detail

journalArticleLocalService

@BeanReference(type=JournalArticleLocalService.class)
protected JournalArticleLocalService journalArticleLocalService

journalArticleService

@BeanReference(type=JournalArticleService.class)
protected JournalArticleService journalArticleService

journalArticlePersistence

@BeanReference(type=JournalArticlePersistence.class)
protected JournalArticlePersistence journalArticlePersistence

journalArticleFinder

@BeanReference(type=JournalArticleFinder.class)
protected JournalArticleFinder journalArticleFinder

journalArticleImageLocalService

@BeanReference(type=JournalArticleImageLocalService.class)
protected JournalArticleImageLocalService journalArticleImageLocalService

journalArticleImagePersistence

@BeanReference(type=JournalArticleImagePersistence.class)
protected JournalArticleImagePersistence journalArticleImagePersistence

journalArticleResourceLocalService

@BeanReference(type=JournalArticleResourceLocalService.class)
protected JournalArticleResourceLocalService journalArticleResourceLocalService

journalArticleResourcePersistence

@BeanReference(type=JournalArticleResourcePersistence.class)
protected JournalArticleResourcePersistence journalArticleResourcePersistence

journalContentSearchLocalService

@BeanReference(type=JournalContentSearchLocalService.class)
protected JournalContentSearchLocalService journalContentSearchLocalService

journalContentSearchPersistence

@BeanReference(type=JournalContentSearchPersistence.class)
protected JournalContentSearchPersistence journalContentSearchPersistence

journalFeedLocalService

@BeanReference(type=JournalFeedLocalService.class)
protected JournalFeedLocalService journalFeedLocalService

journalFeedService

@BeanReference(type=JournalFeedService.class)
protected JournalFeedService journalFeedService

journalFeedPersistence

@BeanReference(type=JournalFeedPersistence.class)
protected JournalFeedPersistence journalFeedPersistence

journalFeedFinder

@BeanReference(type=JournalFeedFinder.class)
protected JournalFeedFinder journalFeedFinder

journalStructureLocalService

@BeanReference(type=JournalStructureLocalService.class)
protected JournalStructureLocalService journalStructureLocalService

journalStructureService

@BeanReference(type=JournalStructureService.class)
protected JournalStructureService journalStructureService

journalStructurePersistence

@BeanReference(type=JournalStructurePersistence.class)
protected JournalStructurePersistence journalStructurePersistence

journalStructureFinder

@BeanReference(type=JournalStructureFinder.class)
protected JournalStructureFinder journalStructureFinder

journalTemplateLocalService

@BeanReference(type=JournalTemplateLocalService.class)
protected JournalTemplateLocalService journalTemplateLocalService

journalTemplateService

@BeanReference(type=JournalTemplateService.class)
protected JournalTemplateService journalTemplateService

journalTemplatePersistence

@BeanReference(type=JournalTemplatePersistence.class)
protected JournalTemplatePersistence journalTemplatePersistence

journalTemplateFinder

@BeanReference(type=JournalTemplateFinder.class)
protected JournalTemplateFinder journalTemplateFinder

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

imageLocalService

@BeanReference(type=ImageLocalService.class)
protected ImageLocalService imageLocalService

imageService

@BeanReference(type=ImageService.class)
protected ImageService imageService

imagePersistence

@BeanReference(type=ImagePersistence.class)
protected ImagePersistence imagePersistence

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

persistedModelLocalServiceRegistry

@BeanReference(type=PersistedModelLocalServiceRegistry.class)
protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

JournalArticleImageLocalServiceBaseImpl

public JournalArticleImageLocalServiceBaseImpl()
Method Detail

addJournalArticleImage

@Indexable(type=REINDEX)
public JournalArticleImage addJournalArticleImage(JournalArticleImage journalArticleImage)
                                           throws SystemException
Adds the journal article image to the database. Also notifies the appropriate model listeners.

Specified by:
addJournalArticleImage in interface JournalArticleImageLocalService
Parameters:
journalArticleImage - the journal article image
Returns:
the journal article image that was added
Throws:
SystemException - if a system exception occurred

createJournalArticleImage

public JournalArticleImage createJournalArticleImage(long articleImageId)
Creates a new journal article image with the primary key. Does not add the journal article image to the database.

Specified by:
createJournalArticleImage in interface JournalArticleImageLocalService
Parameters:
articleImageId - the primary key for the new journal article image
Returns:
the new journal article image

deleteJournalArticleImage

@Indexable(type=DELETE)
public JournalArticleImage deleteJournalArticleImage(long articleImageId)
                                              throws PortalException,
                                                     SystemException
Deletes the journal article image with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteJournalArticleImage in interface JournalArticleImageLocalService
Parameters:
articleImageId - the primary key of the journal article image
Returns:
the journal article image that was removed
Throws:
PortalException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred

deleteJournalArticleImage

@Indexable(type=DELETE)
public JournalArticleImage deleteJournalArticleImage(JournalArticleImage journalArticleImage)
                                              throws SystemException
Deletes the journal article image from the database. Also notifies the appropriate model listeners.

Specified by:
deleteJournalArticleImage in interface JournalArticleImageLocalService
Parameters:
journalArticleImage - the journal article image
Returns:
the journal article image that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface JournalArticleImageLocalService

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface JournalArticleImageLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface JournalArticleImageLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface JournalArticleImageLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface JournalArticleImageLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchJournalArticleImage

public JournalArticleImage fetchJournalArticleImage(long articleImageId)
                                             throws SystemException
Specified by:
fetchJournalArticleImage in interface JournalArticleImageLocalService
Throws:
SystemException

getJournalArticleImage

public JournalArticleImage getJournalArticleImage(long articleImageId)
                                           throws PortalException,
                                                  SystemException
Returns the journal article image with the primary key.

Specified by:
getJournalArticleImage in interface JournalArticleImageLocalService
Parameters:
articleImageId - the primary key of the journal article image
Returns:
the journal article image
Throws:
PortalException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface JournalArticleImageLocalService
Throws:
PortalException
SystemException

getJournalArticleImages

public List<JournalArticleImage> getJournalArticleImages(int start,
                                                         int end)
                                                  throws SystemException
Returns a range of all the journal article images.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
getJournalArticleImages in interface JournalArticleImageLocalService
Parameters:
start - the lower bound of the range of journal article images
end - the upper bound of the range of journal article images (not inclusive)
Returns:
the range of journal article images
Throws:
SystemException - if a system exception occurred

getJournalArticleImagesCount

public int getJournalArticleImagesCount()
                                 throws SystemException
Returns the number of journal article images.

Specified by:
getJournalArticleImagesCount in interface JournalArticleImageLocalService
Returns:
the number of journal article images
Throws:
SystemException - if a system exception occurred

updateJournalArticleImage

@Indexable(type=REINDEX)
public JournalArticleImage updateJournalArticleImage(JournalArticleImage journalArticleImage)
                                              throws SystemException
Updates the journal article image in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateJournalArticleImage in interface JournalArticleImageLocalService
Parameters:
journalArticleImage - the journal article image
Returns:
the journal article image that was updated
Throws:
SystemException - if a system exception occurred

updateJournalArticleImage

@Indexable(type=REINDEX)
public JournalArticleImage updateJournalArticleImage(JournalArticleImage journalArticleImage,
                                                                          boolean merge)
                                              throws SystemException
Updates the journal article image in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateJournalArticleImage in interface JournalArticleImageLocalService
Parameters:
journalArticleImage - the journal article image
merge - whether to merge the journal article image with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the journal article image that was updated
Throws:
SystemException - if a system exception occurred

getJournalArticleLocalService

public JournalArticleLocalService getJournalArticleLocalService()
Returns the journal article local service.

Returns:
the journal article local service

setJournalArticleLocalService

public void setJournalArticleLocalService(JournalArticleLocalService journalArticleLocalService)
Sets the journal article local service.

Parameters:
journalArticleLocalService - the journal article local service

getJournalArticleService

public JournalArticleService getJournalArticleService()
Returns the journal article remote service.

Returns:
the journal article remote service

setJournalArticleService

public void setJournalArticleService(JournalArticleService journalArticleService)
Sets the journal article remote service.

Parameters:
journalArticleService - the journal article remote service

getJournalArticlePersistence

public JournalArticlePersistence getJournalArticlePersistence()
Returns the journal article persistence.

Returns:
the journal article persistence

setJournalArticlePersistence

public void setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
Sets the journal article persistence.

Parameters:
journalArticlePersistence - the journal article persistence

getJournalArticleFinder

public JournalArticleFinder getJournalArticleFinder()
Returns the journal article finder.

Returns:
the journal article finder

setJournalArticleFinder

public void setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
Sets the journal article finder.

Parameters:
journalArticleFinder - the journal article finder

getJournalArticleImageLocalService

public JournalArticleImageLocalService getJournalArticleImageLocalService()
Returns the journal article image local service.

Returns:
the journal article image local service

setJournalArticleImageLocalService

public void setJournalArticleImageLocalService(JournalArticleImageLocalService journalArticleImageLocalService)
Sets the journal article image local service.

Parameters:
journalArticleImageLocalService - the journal article image local service

getJournalArticleImagePersistence

public JournalArticleImagePersistence getJournalArticleImagePersistence()
Returns the journal article image persistence.

Returns:
the journal article image persistence

setJournalArticleImagePersistence

public void setJournalArticleImagePersistence(JournalArticleImagePersistence journalArticleImagePersistence)
Sets the journal article image persistence.

Parameters:
journalArticleImagePersistence - the journal article image persistence

getJournalArticleResourceLocalService

public JournalArticleResourceLocalService getJournalArticleResourceLocalService()
Returns the journal article resource local service.

Returns:
the journal article resource local service

setJournalArticleResourceLocalService

public void setJournalArticleResourceLocalService(JournalArticleResourceLocalService journalArticleResourceLocalService)
Sets the journal article resource local service.

Parameters:
journalArticleResourceLocalService - the journal article resource local service

getJournalArticleResourcePersistence

public JournalArticleResourcePersistence getJournalArticleResourcePersistence()
Returns the journal article resource persistence.

Returns:
the journal article resource persistence

setJournalArticleResourcePersistence

public void setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
Sets the journal article resource persistence.

Parameters:
journalArticleResourcePersistence - the journal article resource persistence

getJournalContentSearchLocalService

public JournalContentSearchLocalService getJournalContentSearchLocalService()
Returns the journal content search local service.

Returns:
the journal content search local service

setJournalContentSearchLocalService

public void setJournalContentSearchLocalService(JournalContentSearchLocalService journalContentSearchLocalService)
Sets the journal content search local service.

Parameters:
journalContentSearchLocalService - the journal content search local service

getJournalContentSearchPersistence

public JournalContentSearchPersistence getJournalContentSearchPersistence()
Returns the journal content search persistence.

Returns:
the journal content search persistence

setJournalContentSearchPersistence

public void setJournalContentSearchPersistence(JournalContentSearchPersistence journalContentSearchPersistence)
Sets the journal content search persistence.

Parameters:
journalContentSearchPersistence - the journal content search persistence

getJournalFeedLocalService

public JournalFeedLocalService getJournalFeedLocalService()
Returns the journal feed local service.

Returns:
the journal feed local service

setJournalFeedLocalService

public void setJournalFeedLocalService(JournalFeedLocalService journalFeedLocalService)
Sets the journal feed local service.

Parameters:
journalFeedLocalService - the journal feed local service

getJournalFeedService

public JournalFeedService getJournalFeedService()
Returns the journal feed remote service.

Returns:
the journal feed remote service

setJournalFeedService

public void setJournalFeedService(JournalFeedService journalFeedService)
Sets the journal feed remote service.

Parameters:
journalFeedService - the journal feed remote service

getJournalFeedPersistence

public JournalFeedPersistence getJournalFeedPersistence()
Returns the journal feed persistence.

Returns:
the journal feed persistence

setJournalFeedPersistence

public void setJournalFeedPersistence(JournalFeedPersistence journalFeedPersistence)
Sets the journal feed persistence.

Parameters:
journalFeedPersistence - the journal feed persistence

getJournalFeedFinder

public JournalFeedFinder getJournalFeedFinder()
Returns the journal feed finder.

Returns:
the journal feed finder

setJournalFeedFinder

public void setJournalFeedFinder(JournalFeedFinder journalFeedFinder)
Sets the journal feed finder.

Parameters:
journalFeedFinder - the journal feed finder

getJournalStructureLocalService

public JournalStructureLocalService getJournalStructureLocalService()
Returns the journal structure local service.

Returns:
the journal structure local service

setJournalStructureLocalService

public void setJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
Sets the journal structure local service.

Parameters:
journalStructureLocalService - the journal structure local service

getJournalStructureService

public JournalStructureService getJournalStructureService()
Returns the journal structure remote service.

Returns:
the journal structure remote service

setJournalStructureService

public void setJournalStructureService(JournalStructureService journalStructureService)
Sets the journal structure remote service.

Parameters:
journalStructureService - the journal structure remote service

getJournalStructurePersistence

public JournalStructurePersistence getJournalStructurePersistence()
Returns the journal structure persistence.

Returns:
the journal structure persistence

setJournalStructurePersistence

public void setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
Sets the journal structure persistence.

Parameters:
journalStructurePersistence - the journal structure persistence

getJournalStructureFinder

public JournalStructureFinder getJournalStructureFinder()
Returns the journal structure finder.

Returns:
the journal structure finder

setJournalStructureFinder

public void setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
Sets the journal structure finder.

Parameters:
journalStructureFinder - the journal structure finder

getJournalTemplateLocalService

public JournalTemplateLocalService getJournalTemplateLocalService()
Returns the journal template local service.

Returns:
the journal template local service

setJournalTemplateLocalService

public void setJournalTemplateLocalService(JournalTemplateLocalService journalTemplateLocalService)
Sets the journal template local service.

Parameters:
journalTemplateLocalService - the journal template local service

getJournalTemplateService

public JournalTemplateService getJournalTemplateService()
Returns the journal template remote service.

Returns:
the journal template remote service

setJournalTemplateService

public void setJournalTemplateService(JournalTemplateService journalTemplateService)
Sets the journal template remote service.

Parameters:
journalTemplateService - the journal template remote service

getJournalTemplatePersistence

public JournalTemplatePersistence getJournalTemplatePersistence()
Returns the journal template persistence.

Returns:
the journal template persistence

setJournalTemplatePersistence

public void setJournalTemplatePersistence(JournalTemplatePersistence journalTemplatePersistence)
Sets the journal template persistence.

Parameters:
journalTemplatePersistence - the journal template persistence

getJournalTemplateFinder

public JournalTemplateFinder getJournalTemplateFinder()
Returns the journal template finder.

Returns:
the journal template finder

setJournalTemplateFinder

public void setJournalTemplateFinder(JournalTemplateFinder journalTemplateFinder)
Sets the journal template finder.

Parameters:
journalTemplateFinder - the journal template finder

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getImageLocalService

public ImageLocalService getImageLocalService()
Returns the image local service.

Returns:
the image local service

setImageLocalService

public void setImageLocalService(ImageLocalService imageLocalService)
Sets the image local service.

Parameters:
imageLocalService - the image local service

getImageService

public ImageService getImageService()
Returns the image remote service.

Returns:
the image remote service

setImageService

public void setImageService(ImageService imageService)
Sets the image remote service.

Parameters:
imageService - the image remote service

getImagePersistence

public ImagePersistence getImagePersistence()
Returns the image persistence.

Returns:
the image persistence

setImagePersistence

public void setImagePersistence(ImagePersistence imagePersistence)
Sets the image persistence.

Parameters:
imagePersistence - the image persistence

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public ResourceService getResourceService()
Returns the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public ResourcePersistence getResourcePersistence()
Returns the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public ResourceFinder getResourceFinder()
Returns the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface IdentifiableBean
Specified by:
getBeanIdentifier in interface JournalArticleImageLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Specified by:
setBeanIdentifier in interface IdentifiableBean
Specified by:
setBeanIdentifier in interface JournalArticleImageLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query
Throws:
SystemException

Liferay 6.1.2-ce-ga3