|
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.documentlibrary.service.base.DLFileVersionLocalServiceBaseImpl
public abstract class DLFileVersionLocalServiceBaseImpl
The base implementation of the d l file version 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 DLFileVersionLocalServiceImpl
.
Never modify or reference this class directly. Always use DLFileVersionLocalServiceUtil
to access the d l file version local service.
DLFileVersionLocalServiceImpl
,
DLFileVersionLocalServiceUtil
Constructor Summary | |
---|---|
DLFileVersionLocalServiceBaseImpl()
|
Method Summary | |
---|---|
DLFileVersion |
addDLFileVersion(DLFileVersion dlFileVersion)
Adds the d l file version to the database. |
DLFileVersion |
createDLFileVersion(long fileVersionId)
Creates a new d l file version with the primary key. |
void |
deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the d l file version from the database. |
void |
deleteDLFileVersion(long fileVersionId)
Deletes the d l file version 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. |
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. |
CounterLocalService |
getCounterLocalService()
Gets the counter local service. |
DLFileEntryFinder |
getDLFileEntryFinder()
Gets the d l file entry finder. |
DLFileEntryLocalService |
getDLFileEntryLocalService()
Gets the d l file entry local service. |
DLFileEntryPersistence |
getDLFileEntryPersistence()
Gets the d l file entry persistence. |
DLFileEntryService |
getDLFileEntryService()
Gets the d l file entry remote service. |
DLFileRankLocalService |
getDLFileRankLocalService()
Gets the d l file rank local service. |
DLFileRankPersistence |
getDLFileRankPersistence()
Gets the d l file rank persistence. |
DLFileShortcutLocalService |
getDLFileShortcutLocalService()
Gets the d l file shortcut local service. |
DLFileShortcutPersistence |
getDLFileShortcutPersistence()
Gets the d l file shortcut persistence. |
DLFileShortcutService |
getDLFileShortcutService()
Gets the d l file shortcut remote service. |
DLFileVersion |
getDLFileVersion(long fileVersionId)
Gets the d l file version with the primary key. |
DLFileVersionLocalService |
getDLFileVersionLocalService()
Gets the d l file version local service. |
DLFileVersionPersistence |
getDLFileVersionPersistence()
Gets the d l file version persistence. |
List<DLFileVersion> |
getDLFileVersions(int start,
int end)
Gets a range of all the d l file versions. |
int |
getDLFileVersionsCount()
Gets the number of d l file versions. |
DLFileVersionService |
getDLFileVersionService()
Gets the d l file version remote service. |
DLFolderFinder |
getDLFolderFinder()
Gets the d l folder finder. |
DLFolderLocalService |
getDLFolderLocalService()
Gets the d l folder local service. |
DLFolderPersistence |
getDLFolderPersistence()
Gets the d l folder persistence. |
DLFolderService |
getDLFolderService()
Gets the d l folder 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. |
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 |
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 |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
Sets the d l file entry finder. |
void |
setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
Sets the d l file entry local service. |
void |
setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
Sets the d l file entry persistence. |
void |
setDLFileEntryService(DLFileEntryService dlFileEntryService)
Sets the d l file entry remote service. |
void |
setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
Sets the d l file rank local service. |
void |
setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
Sets the d l file rank persistence. |
void |
setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
Sets the d l file shortcut local service. |
void |
setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
Sets the d l file shortcut persistence. |
void |
setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
Sets the d l file shortcut remote service. |
void |
setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
Sets the d l file version local service. |
void |
setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
Sets the d l file version persistence. |
void |
setDLFileVersionService(DLFileVersionService dlFileVersionService)
Sets the d l file version remote service. |
void |
setDLFolderFinder(DLFolderFinder dlFolderFinder)
Sets the d l folder finder. |
void |
setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
Sets the d l folder local service. |
void |
setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
Sets the d l folder persistence. |
void |
setDLFolderService(DLFolderService dlFolderService)
Sets the d l folder 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. |
DLFileVersion |
updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the d l file version in the database. |
DLFileVersion |
updateDLFileVersion(DLFileVersion dlFileVersion,
boolean merge)
Updates the d l file version 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.documentlibrary.service.DLFileVersionLocalService |
---|
getFileVersion, getFileVersion, getFileVersions, getLatestFileVersion, updateDescription |
Field Detail |
---|
@BeanReference(type=DLFileEntryLocalService.class) protected DLFileEntryLocalService dlFileEntryLocalService
@BeanReference(type=DLFileEntryService.class) protected DLFileEntryService dlFileEntryService
@BeanReference(type=DLFileEntryPersistence.class) protected DLFileEntryPersistence dlFileEntryPersistence
@BeanReference(type=DLFileEntryFinder.class) protected DLFileEntryFinder dlFileEntryFinder
@BeanReference(type=DLFileRankLocalService.class) protected DLFileRankLocalService dlFileRankLocalService
@BeanReference(type=DLFileRankPersistence.class) protected DLFileRankPersistence dlFileRankPersistence
@BeanReference(type=DLFileShortcutLocalService.class) protected DLFileShortcutLocalService dlFileShortcutLocalService
@BeanReference(type=DLFileShortcutService.class) protected DLFileShortcutService dlFileShortcutService
@BeanReference(type=DLFileShortcutPersistence.class) protected DLFileShortcutPersistence dlFileShortcutPersistence
@BeanReference(type=DLFileVersionLocalService.class) protected DLFileVersionLocalService dlFileVersionLocalService
@BeanReference(type=DLFileVersionService.class) protected DLFileVersionService dlFileVersionService
@BeanReference(type=DLFileVersionPersistence.class) protected DLFileVersionPersistence dlFileVersionPersistence
@BeanReference(type=DLFolderLocalService.class) protected DLFolderLocalService dlFolderLocalService
@BeanReference(type=DLFolderService.class) protected DLFolderService dlFolderService
@BeanReference(type=DLFolderPersistence.class) protected DLFolderPersistence dlFolderPersistence
@BeanReference(type=DLFolderFinder.class) protected DLFolderFinder dlFolderFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@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=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
Constructor Detail |
---|
public DLFileVersionLocalServiceBaseImpl()
Method Detail |
---|
public DLFileVersion addDLFileVersion(DLFileVersion dlFileVersion) throws SystemException
addDLFileVersion
in interface DLFileVersionLocalService
dlFileVersion
- the d l file version to add
SystemException
- if a system exception occurredpublic DLFileVersion createDLFileVersion(long fileVersionId)
createDLFileVersion
in interface DLFileVersionLocalService
fileVersionId
- the primary key for the new d l file version
public void deleteDLFileVersion(long fileVersionId) throws PortalException, SystemException
deleteDLFileVersion
in interface DLFileVersionLocalService
fileVersionId
- the primary key of the d l file version to delete
PortalException
- if a d l file version with the primary key could not be found
SystemException
- if a system exception occurredpublic void deleteDLFileVersion(DLFileVersion dlFileVersion) throws SystemException
deleteDLFileVersion
in interface DLFileVersionLocalService
dlFileVersion
- the d l file version to delete
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface DLFileVersionLocalService
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 DLFileVersionLocalService
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 DLFileVersionLocalService
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 DLFileVersionLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic DLFileVersion getDLFileVersion(long fileVersionId) throws PortalException, SystemException
getDLFileVersion
in interface DLFileVersionLocalService
fileVersionId
- the primary key of the d l file version to get
PortalException
- if a d l file version with the primary key could not be found
SystemException
- if a system exception occurredpublic List<DLFileVersion> getDLFileVersions(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.
getDLFileVersions
in interface DLFileVersionLocalService
start
- the lower bound of the range of d l file versions to returnend
- the upper bound of the range of d l file versions to return (not inclusive)
SystemException
- if a system exception occurredpublic int getDLFileVersionsCount() throws SystemException
getDLFileVersionsCount
in interface DLFileVersionLocalService
SystemException
- if a system exception occurredpublic DLFileVersion updateDLFileVersion(DLFileVersion dlFileVersion) throws SystemException
updateDLFileVersion
in interface DLFileVersionLocalService
dlFileVersion
- the d l file version to update
SystemException
- if a system exception occurredpublic DLFileVersion updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge) throws SystemException
updateDLFileVersion
in interface DLFileVersionLocalService
dlFileVersion
- the d l file version to updatemerge
- whether to merge the d l file version 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 DLFileEntryLocalService getDLFileEntryLocalService()
public void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
dlFileEntryLocalService
- the d l file entry local servicepublic DLFileEntryService getDLFileEntryService()
public void setDLFileEntryService(DLFileEntryService dlFileEntryService)
dlFileEntryService
- the d l file entry remote servicepublic DLFileEntryPersistence getDLFileEntryPersistence()
public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
dlFileEntryPersistence
- the d l file entry persistencepublic DLFileEntryFinder getDLFileEntryFinder()
public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
dlFileEntryFinder
- the d l file entry finderpublic DLFileRankLocalService getDLFileRankLocalService()
public void setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
dlFileRankLocalService
- the d l file rank local servicepublic DLFileRankPersistence getDLFileRankPersistence()
public void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
dlFileRankPersistence
- the d l file rank persistencepublic DLFileShortcutLocalService getDLFileShortcutLocalService()
public void setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
dlFileShortcutLocalService
- the d l file shortcut local servicepublic DLFileShortcutService getDLFileShortcutService()
public void setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
dlFileShortcutService
- the d l file shortcut remote servicepublic DLFileShortcutPersistence getDLFileShortcutPersistence()
public void setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
dlFileShortcutPersistence
- the d l file shortcut persistencepublic DLFileVersionLocalService getDLFileVersionLocalService()
public void setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
dlFileVersionLocalService
- the d l file version local servicepublic DLFileVersionService getDLFileVersionService()
public void setDLFileVersionService(DLFileVersionService dlFileVersionService)
dlFileVersionService
- the d l file version remote servicepublic DLFileVersionPersistence getDLFileVersionPersistence()
public void setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
dlFileVersionPersistence
- the d l file version persistencepublic DLFolderLocalService getDLFolderLocalService()
public void setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
dlFolderLocalService
- the d l folder local servicepublic DLFolderService getDLFolderService()
public void setDLFolderService(DLFolderService dlFolderService)
dlFolderService
- the d l folder remote servicepublic DLFolderPersistence getDLFolderPersistence()
public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
dlFolderPersistence
- the d l folder persistencepublic DLFolderFinder getDLFolderFinder()
public void setDLFolderFinder(DLFolderFinder dlFolderFinder)
dlFolderFinder
- the d l folder finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic 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 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 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 |