|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.imagegallery.service.base.IGImageLocalServiceBaseImpl
public abstract class IGImageLocalServiceBaseImpl
The base implementation of the i g 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 IGImageLocalServiceImpl
.
Never modify or reference this class directly. Always use IGImageLocalServiceUtil
to access the i g image local service.
IGImageLocalServiceImpl
,
IGImageLocalServiceUtil
Constructor Summary | |
---|---|
IGImageLocalServiceBaseImpl()
|
Method Summary | |
---|---|
IGImage |
addIGImage(IGImage igImage)
Adds the i g image to the database. |
IGImage |
createIGImage(long imageId)
Creates a new i g image with the primary key. |
void |
deleteIGImage(IGImage igImage)
Deletes the i g image from the database. |
void |
deleteIGImage(long imageId)
Deletes the i g image with the primary key from the database. |
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)
Counts the number of rows that match the dynamic query. |
AssetCategoryFinder |
getAssetCategoryFinder()
Gets the asset category finder. |
AssetCategoryLocalService |
getAssetCategoryLocalService()
Gets the asset category local service. |
AssetCategoryPersistence |
getAssetCategoryPersistence()
Gets the asset category persistence. |
AssetCategoryService |
getAssetCategoryService()
Gets the asset category remote service. |
AssetEntryFinder |
getAssetEntryFinder()
Gets the asset entry finder. |
AssetEntryLocalService |
getAssetEntryLocalService()
Gets the asset entry local service. |
AssetEntryPersistence |
getAssetEntryPersistence()
Gets the asset entry persistence. |
AssetEntryService |
getAssetEntryService()
Gets the asset entry remote service. |
AssetTagFinder |
getAssetTagFinder()
Gets the asset tag finder. |
AssetTagLocalService |
getAssetTagLocalService()
Gets the asset tag local service. |
AssetTagPersistence |
getAssetTagPersistence()
Gets the asset tag persistence. |
AssetTagService |
getAssetTagService()
Gets the asset tag remote service. |
CounterLocalService |
getCounterLocalService()
Gets the counter local service. |
ExpandoValueLocalService |
getExpandoValueLocalService()
Gets the expando value local service. |
ExpandoValuePersistence |
getExpandoValuePersistence()
Gets the expando value persistence. |
ExpandoValueService |
getExpandoValueService()
Gets the expando value remote service. |
IGFolderLocalService |
getIGFolderLocalService()
Gets the i g folder local service. |
IGFolderPersistence |
getIGFolderPersistence()
Gets the i g folder persistence. |
IGFolderService |
getIGFolderService()
Gets the i g folder remote service. |
IGImage |
getIGImage(long imageId)
Gets the i g image with the primary key. |
IGImage |
getIGImageByUuidAndGroupId(String uuid,
long groupId)
Gets the i g image with the UUID and group id. |
IGImageFinder |
getIGImageFinder()
Gets the i g image finder. |
IGImageLocalService |
getIGImageLocalService()
Gets the i g image local service. |
IGImagePersistence |
getIGImagePersistence()
Gets the i g image persistence. |
List<IGImage> |
getIGImages(int start,
int end)
Gets a range of all the i g images. |
int |
getIGImagesCount()
Gets the number of i g images. |
IGImageService |
getIGImageService()
Gets the i g image remote service. |
ImageLocalService |
getImageLocalService()
Gets the image local service. |
ImagePersistence |
getImagePersistence()
Gets the image persistence. |
ImageService |
getImageService()
Gets the image remote service. |
ResourceFinder |
getResourceFinder()
Gets the resource finder. |
ResourceLocalService |
getResourceLocalService()
Gets the resource local service. |
ResourcePersistence |
getResourcePersistence()
Gets the resource persistence. |
ResourceService |
getResourceService()
Gets the resource remote service. |
SocialActivityFinder |
getSocialActivityFinder()
Gets the social activity finder. |
SocialActivityLocalService |
getSocialActivityLocalService()
Gets the social activity local service. |
SocialActivityPersistence |
getSocialActivityPersistence()
Gets the social activity persistence. |
UserFinder |
getUserFinder()
Gets the user finder. |
UserLocalService |
getUserLocalService()
Gets the user local service. |
UserPersistence |
getUserPersistence()
Gets the user persistence. |
UserService |
getUserService()
Gets the user remote service. |
protected void |
runSQL(String sql)
Performs an SQL query. |
void |
setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder. |
void |
setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service. |
void |
setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence. |
void |
setAssetCategoryService(AssetCategoryService assetCategoryService)
Sets the asset category remote service. |
void |
setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder. |
void |
setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service. |
void |
setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence. |
void |
setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service. |
void |
setAssetTagFinder(AssetTagFinder assetTagFinder)
Sets the asset tag finder. |
void |
setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Sets the asset tag local service. |
void |
setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence. |
void |
setAssetTagService(AssetTagService assetTagService)
Sets the asset tag remote service. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service. |
void |
setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence. |
void |
setExpandoValueService(ExpandoValueService expandoValueService)
Sets the expando value remote service. |
void |
setIGFolderLocalService(IGFolderLocalService igFolderLocalService)
Sets the i g folder local service. |
void |
setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
Sets the i g folder persistence. |
void |
setIGFolderService(IGFolderService igFolderService)
Sets the i g folder remote service. |
void |
setIGImageFinder(IGImageFinder igImageFinder)
Sets the i g image finder. |
void |
setIGImageLocalService(IGImageLocalService igImageLocalService)
Sets the i g image local service. |
void |
setIGImagePersistence(IGImagePersistence igImagePersistence)
Sets the i g image persistence. |
void |
setIGImageService(IGImageService igImageService)
Sets the i g image remote 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 |
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 |
setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder. |
void |
setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service. |
void |
setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence. |
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. |
IGImage |
updateIGImage(IGImage igImage)
Updates the i g image in the database. |
IGImage |
updateIGImage(IGImage igImage,
boolean merge)
Updates the i g image in the database. |
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.imagegallery.service.IGImageLocalService |
---|
addImage, addImage, addImage, addImageResources, addImageResources, addImageResources, addImageResources, deleteImage, deleteImage, deleteImages, getFoldersImagesCount, getGroupImages, getGroupImages, getGroupImagesCount, getGroupImagesCount, getImage, getImageByCustom1ImageId, getImageByCustom2ImageId, getImageByFolderIdAndNameWithExtension, getImageByLargeImageId, getImageBySmallImageId, getImageByUuidAndGroupId, getImages, getImages, getImages, getImagesCount, getNoAssetImages, updateAsset, updateImage, updateImage, updateImage, updateSmallImage |
Field Detail |
---|
@BeanReference(type=IGFolderLocalService.class) protected IGFolderLocalService igFolderLocalService
@BeanReference(type=IGFolderService.class) protected IGFolderService igFolderService
@BeanReference(type=IGFolderPersistence.class) protected IGFolderPersistence igFolderPersistence
@BeanReference(type=IGImageLocalService.class) protected IGImageLocalService igImageLocalService
@BeanReference(type=IGImageService.class) protected IGImageService igImageService
@BeanReference(type=IGImagePersistence.class) protected IGImagePersistence igImagePersistence
@BeanReference(type=IGImageFinder.class) protected IGImageFinder igImageFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ImageLocalService.class) protected ImageLocalService imageLocalService
@BeanReference(type=ImageService.class) protected ImageService imageService
@BeanReference(type=ImagePersistence.class) protected ImagePersistence imagePersistence
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=ResourceService.class) protected ResourceService resourceService
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=ResourceFinder.class) protected ResourceFinder resourceFinder
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=AssetCategoryLocalService.class) protected AssetCategoryLocalService assetCategoryLocalService
@BeanReference(type=AssetCategoryService.class) protected AssetCategoryService assetCategoryService
@BeanReference(type=AssetCategoryPersistence.class) protected AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=AssetCategoryFinder.class) protected AssetCategoryFinder assetCategoryFinder
@BeanReference(type=AssetEntryLocalService.class) protected AssetEntryLocalService assetEntryLocalService
@BeanReference(type=AssetEntryService.class) protected AssetEntryService assetEntryService
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetEntryFinder.class) protected AssetEntryFinder assetEntryFinder
@BeanReference(type=AssetTagLocalService.class) protected AssetTagLocalService assetTagLocalService
@BeanReference(type=AssetTagService.class) protected AssetTagService assetTagService
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=AssetTagFinder.class) protected AssetTagFinder assetTagFinder
@BeanReference(type=ExpandoValueLocalService.class) protected ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=ExpandoValueService.class) protected ExpandoValueService expandoValueService
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=SocialActivityLocalService.class) protected SocialActivityLocalService socialActivityLocalService
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialActivityFinder.class) protected SocialActivityFinder socialActivityFinder
Constructor Detail |
---|
public IGImageLocalServiceBaseImpl()
Method Detail |
---|
public IGImage addIGImage(IGImage igImage) throws SystemException
addIGImage
in interface IGImageLocalService
igImage
- the i g image to add
SystemException
- if a system exception occurredpublic IGImage createIGImage(long imageId)
createIGImage
in interface IGImageLocalService
imageId
- the primary key for the new i g image
public void deleteIGImage(long imageId) throws PortalException, SystemException
deleteIGImage
in interface IGImageLocalService
imageId
- the primary key of the i g image to delete
PortalException
- if a i g image with the primary key could not be found
SystemException
- if a system exception occurredpublic void deleteIGImage(IGImage igImage) throws SystemException
deleteIGImage
in interface IGImageLocalService
igImage
- the i g image to delete
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface IGImageLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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.
dynamicQuery
in interface IGImageLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
dynamicQuery
in interface IGImageLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface IGImageLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic IGImage getIGImage(long imageId) throws PortalException, SystemException
getIGImage
in interface IGImageLocalService
imageId
- the primary key of the i g image to get
PortalException
- if a i g image with the primary key could not be found
SystemException
- if a system exception occurredpublic IGImage getIGImageByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
getIGImageByUuidAndGroupId
in interface IGImageLocalService
uuid
- the UUID of i g image to getgroupId
- the group id of the i g image to get
PortalException
- if a i g image with the UUID and group id could not be found
SystemException
- if a system exception occurredpublic List<IGImage> getIGImages(int start, int end) throws SystemException
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.
getIGImages
in interface IGImageLocalService
start
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredpublic int getIGImagesCount() throws SystemException
getIGImagesCount
in interface IGImageLocalService
SystemException
- if a system exception occurredpublic IGImage updateIGImage(IGImage igImage) throws SystemException
updateIGImage
in interface IGImageLocalService
igImage
- the i g image to update
SystemException
- if a system exception occurredpublic IGImage updateIGImage(IGImage igImage, boolean merge) throws SystemException
updateIGImage
in interface IGImageLocalService
igImage
- the i g image to updatemerge
- whether to merge the i g image with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredpublic IGFolderLocalService getIGFolderLocalService()
public void setIGFolderLocalService(IGFolderLocalService igFolderLocalService)
igFolderLocalService
- the i g folder local servicepublic IGFolderService getIGFolderService()
public void setIGFolderService(IGFolderService igFolderService)
igFolderService
- the i g folder remote servicepublic IGFolderPersistence getIGFolderPersistence()
public void setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
igFolderPersistence
- the i g folder persistencepublic IGImageLocalService getIGImageLocalService()
public void setIGImageLocalService(IGImageLocalService igImageLocalService)
igImageLocalService
- the i g image local servicepublic IGImageService getIGImageService()
public void setIGImageService(IGImageService igImageService)
igImageService
- the i g image remote servicepublic IGImagePersistence getIGImagePersistence()
public void setIGImagePersistence(IGImagePersistence igImagePersistence)
igImagePersistence
- the i g image persistencepublic IGImageFinder getIGImageFinder()
public void setIGImageFinder(IGImageFinder igImageFinder)
igImageFinder
- the i g image finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic ImageLocalService getImageLocalService()
public void setImageLocalService(ImageLocalService imageLocalService)
imageLocalService
- the image local servicepublic ImageService getImageService()
public void setImageService(ImageService imageService)
imageService
- the image remote servicepublic ImagePersistence getImagePersistence()
public void setImagePersistence(ImagePersistence imagePersistence)
imagePersistence
- the image persistencepublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService
- the resource local servicepublic ResourceService getResourceService()
public void setResourceService(ResourceService resourceService)
resourceService
- the resource remote servicepublic ResourcePersistence getResourcePersistence()
public void setResourcePersistence(ResourcePersistence resourcePersistence)
resourcePersistence
- the resource persistencepublic ResourceFinder getResourceFinder()
public void setResourceFinder(ResourceFinder resourceFinder)
resourceFinder
- the resource finderpublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService
- the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService
- the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence
- the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder
- the user finderpublic AssetCategoryLocalService getAssetCategoryLocalService()
public void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
assetCategoryLocalService
- the asset category local servicepublic AssetCategoryService getAssetCategoryService()
public void setAssetCategoryService(AssetCategoryService assetCategoryService)
assetCategoryService
- the asset category remote servicepublic AssetCategoryPersistence getAssetCategoryPersistence()
public void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
assetCategoryPersistence
- the asset category persistencepublic AssetCategoryFinder getAssetCategoryFinder()
public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
assetCategoryFinder
- the asset category finderpublic AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService
- the asset entry local servicepublic AssetEntryService getAssetEntryService()
public void setAssetEntryService(AssetEntryService assetEntryService)
assetEntryService
- the asset entry remote servicepublic AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence
- the asset entry persistencepublic AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
assetEntryFinder
- the asset entry finderpublic AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
assetTagLocalService
- the asset tag local servicepublic AssetTagService getAssetTagService()
public void setAssetTagService(AssetTagService assetTagService)
assetTagService
- the asset tag remote servicepublic AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
assetTagPersistence
- the asset tag persistencepublic AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(AssetTagFinder assetTagFinder)
assetTagFinder
- the asset tag finderpublic ExpandoValueLocalService getExpandoValueLocalService()
public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
expandoValueLocalService
- the expando value local servicepublic ExpandoValueService getExpandoValueService()
public void setExpandoValueService(ExpandoValueService expandoValueService)
expandoValueService
- the expando value remote servicepublic ExpandoValuePersistence getExpandoValuePersistence()
public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
expandoValuePersistence
- the expando value persistencepublic SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService
- the social activity local servicepublic SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence
- the social activity persistencepublic SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
socialActivityFinder
- the social activity finderprotected void runSQL(String sql) throws SystemException
sql
- the sql query to perform
SystemException
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |