public abstract class ImageServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.ImageService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in ImageServiceImpl
.
ImageServiceImpl
,
ImageServiceUtil
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder |
dlFileEntryFinder |
protected com.liferay.document.library.kernel.service.DLFileEntryLocalService |
dlFileEntryLocalService |
protected com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence |
dlFileEntryPersistence |
protected com.liferay.document.library.kernel.service.DLFileEntryService |
dlFileEntryService |
protected com.liferay.portal.kernel.service.ImageLocalService |
imageLocalService |
protected com.liferay.portal.kernel.service.persistence.ImagePersistence |
imagePersistence |
protected com.liferay.portal.kernel.service.ImageService |
imageService |
Constructor and Description |
---|
ImageServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder |
getDLFileEntryFinder()
Returns the document library file entry finder.
|
com.liferay.document.library.kernel.service.DLFileEntryLocalService |
getDLFileEntryLocalService()
Returns the document library file entry local service.
|
com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence |
getDLFileEntryPersistence()
Returns the document library file entry persistence.
|
com.liferay.document.library.kernel.service.DLFileEntryService |
getDLFileEntryService()
Returns the document library file entry remote service.
|
com.liferay.portal.kernel.service.ImageLocalService |
getImageLocalService()
Returns the image local service.
|
com.liferay.portal.kernel.service.persistence.ImagePersistence |
getImagePersistence()
Returns the image persistence.
|
com.liferay.portal.kernel.service.ImageService |
getImageService()
Returns the image remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setDLFileEntryFinder(com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder dlFileEntryFinder)
Sets the document library file entry finder.
|
void |
setDLFileEntryLocalService(com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService)
Sets the document library file entry local service.
|
void |
setDLFileEntryPersistence(com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence dlFileEntryPersistence)
Sets the document library file entry persistence.
|
void |
setDLFileEntryService(com.liferay.document.library.kernel.service.DLFileEntryService dlFileEntryService)
Sets the document library file entry remote service.
|
void |
setImageLocalService(com.liferay.portal.kernel.service.ImageLocalService imageLocalService)
Sets the image local service.
|
void |
setImagePersistence(com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence)
Sets the image persistence.
|
void |
setImageService(com.liferay.portal.kernel.service.ImageService imageService)
Sets the image remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.portal.kernel.service.ImageLocalService.class) protected com.liferay.portal.kernel.service.ImageLocalService imageLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ImageService.class) protected com.liferay.portal.kernel.service.ImageService imageService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ImagePersistence.class) protected com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.document.library.kernel.service.DLFileEntryLocalService.class) protected com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService
@BeanReference(type=com.liferay.document.library.kernel.service.DLFileEntryService.class) protected com.liferay.document.library.kernel.service.DLFileEntryService dlFileEntryService
@BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence.class) protected com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence dlFileEntryPersistence
@BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder.class) protected com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder dlFileEntryFinder
public com.liferay.portal.kernel.service.ImageLocalService getImageLocalService()
public void setImageLocalService(com.liferay.portal.kernel.service.ImageLocalService imageLocalService)
imageLocalService
- the image local servicepublic com.liferay.portal.kernel.service.ImageService getImageService()
public void setImageService(com.liferay.portal.kernel.service.ImageService imageService)
imageService
- the image remote servicepublic com.liferay.portal.kernel.service.persistence.ImagePersistence getImagePersistence()
public void setImagePersistence(com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence)
imagePersistence
- the image persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic com.liferay.document.library.kernel.service.DLFileEntryLocalService getDLFileEntryLocalService()
public void setDLFileEntryLocalService(com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService)
dlFileEntryLocalService
- the document library file entry local servicepublic com.liferay.document.library.kernel.service.DLFileEntryService getDLFileEntryService()
public void setDLFileEntryService(com.liferay.document.library.kernel.service.DLFileEntryService dlFileEntryService)
dlFileEntryService
- the document library file entry remote servicepublic com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence getDLFileEntryPersistence()
public void setDLFileEntryPersistence(com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence dlFileEntryPersistence)
dlFileEntryPersistence
- the document library file entry persistencepublic com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder getDLFileEntryFinder()
public void setDLFileEntryFinder(com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder dlFileEntryFinder)
dlFileEntryFinder
- the document library file entry finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.service.ImageService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query