@ProviderType
public abstract class DLFileShortcutLocalServiceBaseImpl
extends com.liferay.portal.service.BaseLocalServiceImpl
implements com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService, 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 DLFileShortcutLocalServiceImpl.
DLFileShortcutLocalServiceImpl,
DLFileShortcutLocalServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder |
assetEntryFinder |
protected com.liferay.portlet.asset.service.AssetEntryLocalService |
assetEntryLocalService |
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence |
assetEntryPersistence |
protected com.liferay.portlet.asset.service.AssetEntryService |
assetEntryService |
protected com.liferay.portlet.asset.service.persistence.AssetTagFinder |
assetTagFinder |
protected com.liferay.portlet.asset.service.AssetTagLocalService |
assetTagLocalService |
protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence |
assetTagPersistence |
protected com.liferay.portlet.asset.service.AssetTagService |
assetTagService |
protected com.liferay.counter.service.CounterLocalService |
counterLocalService |
protected com.liferay.portlet.documentlibrary.service.DLAppLocalService |
dlAppLocalService |
protected com.liferay.portlet.documentlibrary.service.DLAppService |
dlAppService |
protected com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService |
dlFileShortcutLocalService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence |
dlFileShortcutPersistence |
protected com.liferay.portlet.documentlibrary.service.DLFileShortcutService |
dlFileShortcutService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder |
dlFolderFinder |
protected com.liferay.portlet.documentlibrary.service.DLFolderLocalService |
dlFolderLocalService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence |
dlFolderPersistence |
protected com.liferay.portlet.documentlibrary.service.DLFolderService |
dlFolderService |
protected com.liferay.portal.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.service.ResourceLocalService |
resourceLocalService |
protected com.liferay.portlet.trash.service.TrashEntryLocalService |
trashEntryLocalService |
protected com.liferay.portlet.trash.service.persistence.TrashEntryPersistence |
trashEntryPersistence |
protected com.liferay.portlet.trash.service.TrashEntryService |
trashEntryService |
protected com.liferay.portlet.trash.service.TrashVersionLocalService |
trashVersionLocalService |
protected com.liferay.portlet.trash.service.persistence.TrashVersionPersistence |
trashVersionPersistence |
protected com.liferay.portal.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.service.UserLocalService |
userLocalService |
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.service.UserService |
userService |
| Constructor and Description |
|---|
DLFileShortcutLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
addDLFileShortcut(com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
Adds the document library file shortcut to the database.
|
void |
afterPropertiesSet() |
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
createDLFileShortcut(long fileShortcutId)
Creates a new document library file shortcut with the primary key.
|
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
deleteDLFileShortcut(com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
Deletes the document library file shortcut from the database.
|
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
deleteDLFileShortcut(long fileShortcutId)
Deletes the document library file shortcut with the primary key from the database.
|
com.liferay.portal.model.PersistedModel |
deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel) |
void |
destroy() |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
fetchDLFileShortcut(long fileShortcutId) |
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
fetchDLFileShortcutByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the document library file shortcut matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portlet.asset.service.persistence.AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder.
|
com.liferay.portlet.asset.service.AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service.
|
com.liferay.portlet.asset.service.persistence.AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence.
|
com.liferay.portlet.asset.service.AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service.
|
com.liferay.portlet.asset.service.persistence.AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder.
|
com.liferay.portlet.asset.service.AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service.
|
com.liferay.portlet.asset.service.persistence.AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence.
|
com.liferay.portlet.asset.service.AssetTagService |
getAssetTagService()
Returns the asset tag remote service.
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portlet.documentlibrary.service.DLAppLocalService |
getDLAppLocalService()
Returns the d l app local service.
|
com.liferay.portlet.documentlibrary.service.DLAppService |
getDLAppService()
Returns the d l app remote service.
|
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
getDLFileShortcut(long fileShortcutId)
Returns the document library file shortcut with the primary key.
|
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
getDLFileShortcutByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the document library file shortcut matching the UUID and group.
|
com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService |
getDLFileShortcutLocalService()
Returns the document library file shortcut local service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence |
getDLFileShortcutPersistence()
Returns the document library file shortcut persistence.
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> |
getDLFileShortcuts(int start,
int end)
Returns a range of all the document library file shortcuts.
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> |
getDLFileShortcutsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the document library file shortcuts matching the UUID and company.
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> |
getDLFileShortcutsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.documentlibrary.model.DLFileShortcut> orderByComparator)
Returns a range of document library file shortcuts matching the UUID and company.
|
int |
getDLFileShortcutsCount()
Returns the number of document library file shortcuts.
|
com.liferay.portlet.documentlibrary.service.DLFileShortcutService |
getDLFileShortcutService()
Returns the document library file shortcut remote service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder |
getDLFolderFinder()
Returns the document library folder finder.
|
com.liferay.portlet.documentlibrary.service.DLFolderLocalService |
getDLFolderLocalService()
Returns the document library folder local service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence |
getDLFolderPersistence()
Returns the document library folder persistence.
|
com.liferay.portlet.documentlibrary.service.DLFolderService |
getDLFolderService()
Returns the document library folder remote service.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
com.liferay.portal.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
com.liferay.portlet.trash.service.TrashEntryLocalService |
getTrashEntryLocalService()
Returns the trash entry local service.
|
com.liferay.portlet.trash.service.persistence.TrashEntryPersistence |
getTrashEntryPersistence()
Returns the trash entry persistence.
|
com.liferay.portlet.trash.service.TrashEntryService |
getTrashEntryService()
Returns the trash entry remote service.
|
com.liferay.portlet.trash.service.TrashVersionLocalService |
getTrashVersionLocalService()
Returns the trash version local service.
|
com.liferay.portlet.trash.service.persistence.TrashVersionPersistence |
getTrashVersionPersistence()
Returns the trash version persistence.
|
com.liferay.portal.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.portal.service.UserService |
getUserService()
Returns the user remote service.
|
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(java.lang.String sql)
Performs a SQL query.
|
void |
setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.
|
void |
setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.
|
void |
setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.
|
void |
setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)
Sets the asset entry remote service.
|
void |
setAssetTagFinder(com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder)
Sets the asset tag finder.
|
void |
setAssetTagLocalService(com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService)
Sets the asset tag local service.
|
void |
setAssetTagPersistence(com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence.
|
void |
setAssetTagService(com.liferay.portlet.asset.service.AssetTagService assetTagService)
Sets the asset tag remote service.
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setDLAppLocalService(com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService)
Sets the d l app local service.
|
void |
setDLAppService(com.liferay.portlet.documentlibrary.service.DLAppService dlAppService)
Sets the d l app remote service.
|
void |
setDLFileShortcutLocalService(com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService dlFileShortcutLocalService)
Sets the document library file shortcut local service.
|
void |
setDLFileShortcutPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence)
Sets the document library file shortcut persistence.
|
void |
setDLFileShortcutService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService dlFileShortcutService)
Sets the document library file shortcut remote service.
|
void |
setDLFolderFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder dlFolderFinder)
Sets the document library folder finder.
|
void |
setDLFolderLocalService(com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService)
Sets the document library folder local service.
|
void |
setDLFolderPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence)
Sets the document library folder persistence.
|
void |
setDLFolderService(com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService)
Sets the document library folder remote service.
|
void |
setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
void |
setTrashEntryLocalService(com.liferay.portlet.trash.service.TrashEntryLocalService trashEntryLocalService)
Sets the trash entry local service.
|
void |
setTrashEntryPersistence(com.liferay.portlet.trash.service.persistence.TrashEntryPersistence trashEntryPersistence)
Sets the trash entry persistence.
|
void |
setTrashEntryService(com.liferay.portlet.trash.service.TrashEntryService trashEntryService)
Sets the trash entry remote service.
|
void |
setTrashVersionLocalService(com.liferay.portlet.trash.service.TrashVersionLocalService trashVersionLocalService)
Sets the trash version local service.
|
void |
setTrashVersionPersistence(com.liferay.portlet.trash.service.persistence.TrashVersionPersistence trashVersionPersistence)
Sets the trash version persistence.
|
void |
setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserService(com.liferay.portal.service.UserService userService)
Sets the user remote service.
|
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
updateDLFileShortcut(com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
Updates the document library file shortcut in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFileShortcut, addFileShortcutResources, addFileShortcutResources, addFileShortcutResources, addFileShortcutResources, deleteFileShortcut, deleteFileShortcut, deleteFileShortcuts, deleteFileShortcuts, deleteFileShortcuts, disableFileShortcuts, enableFileShortcuts, getFileShortcut, getFileShortcuts, getFileShortcuts, getFileShortcutsCount, rebuildTree, setTreePaths, updateAsset, updateFileShortcut, updateFileShortcuts, updateFileShortcutsActive, updateStatus@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService dlFileShortcutLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileShortcutService.class) protected com.liferay.portlet.documentlibrary.service.DLFileShortcutService dlFileShortcutService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class) protected com.liferay.counter.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class) protected com.liferay.portal.service.ResourceLocalService resourceLocalService
@BeanReference(type=com.liferay.portal.service.UserLocalService.class) protected com.liferay.portal.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.service.UserService.class) protected com.liferay.portal.service.UserService userService
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class) protected com.liferay.portal.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.portlet.asset.service.AssetEntryLocalService.class) protected com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService
@BeanReference(type=com.liferay.portlet.asset.service.AssetEntryService.class) protected com.liferay.portlet.asset.service.AssetEntryService assetEntryService
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryFinder.class) protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder
@BeanReference(type=com.liferay.portlet.asset.service.AssetTagLocalService.class) protected com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService
@BeanReference(type=com.liferay.portlet.asset.service.AssetTagService.class) protected com.liferay.portlet.asset.service.AssetTagService assetTagService
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagFinder.class) protected com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLAppLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLAppService.class) protected com.liferay.portlet.documentlibrary.service.DLAppService dlAppService
@BeanReference(type=com.liferay.portlet.trash.service.TrashEntryLocalService.class) protected com.liferay.portlet.trash.service.TrashEntryLocalService trashEntryLocalService
@BeanReference(type=com.liferay.portlet.trash.service.TrashEntryService.class) protected com.liferay.portlet.trash.service.TrashEntryService trashEntryService
@BeanReference(type=com.liferay.portlet.trash.service.persistence.TrashEntryPersistence.class) protected com.liferay.portlet.trash.service.persistence.TrashEntryPersistence trashEntryPersistence
@BeanReference(type=com.liferay.portlet.trash.service.TrashVersionLocalService.class) protected com.liferay.portlet.trash.service.TrashVersionLocalService trashVersionLocalService
@BeanReference(type=com.liferay.portlet.trash.service.persistence.TrashVersionPersistence.class) protected com.liferay.portlet.trash.service.persistence.TrashVersionPersistence trashVersionPersistence
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFolderLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFolderService.class) protected com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder dlFolderFinder
@BeanReference(type=com.liferay.portal.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.portlet.documentlibrary.model.DLFileShortcut addDLFileShortcut(com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
addDLFileShortcut in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicedlFileShortcut - the document library file shortcutpublic com.liferay.portlet.documentlibrary.model.DLFileShortcut createDLFileShortcut(long fileShortcutId)
createDLFileShortcut in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicefileShortcutId - the primary key for the new document library file shortcut@Indexable(type=DELETE)
public com.liferay.portlet.documentlibrary.model.DLFileShortcut deleteDLFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException
deleteDLFileShortcut in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicefileShortcutId - the primary key of the document library file shortcutcom.liferay.portal.kernel.exception.PortalException - if a document library file shortcut with the primary key could not be found@Indexable(type=DELETE) public com.liferay.portlet.documentlibrary.model.DLFileShortcut deleteDLFileShortcut(com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
deleteDLFileShortcut in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicedlFileShortcut - the document library file shortcutpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.portlet.documentlibrary.model.DLFileShortcut fetchDLFileShortcut(long fileShortcutId)
fetchDLFileShortcut in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicepublic com.liferay.portlet.documentlibrary.model.DLFileShortcut fetchDLFileShortcutByUuidAndGroupId(java.lang.String uuid,
long groupId)
fetchDLFileShortcutByUuidAndGroupId in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServiceuuid - the document library file shortcut's UUIDgroupId - the primary key of the groupnull if a matching document library file shortcut could not be foundpublic com.liferay.portlet.documentlibrary.model.DLFileShortcut getDLFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException
getDLFileShortcut in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicefileShortcutId - the primary key of the document library file shortcutcom.liferay.portal.kernel.exception.PortalException - if a document library file shortcut with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicepublic com.liferay.portal.model.PersistedModel deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicedeletePersistedModel in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicegetPersistedModel in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> getDLFileShortcutsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
getDLFileShortcutsByUuidAndCompanyId in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServiceuuid - the UUID of the document library file shortcutscompanyId - the primary key of the companypublic java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> getDLFileShortcutsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.documentlibrary.model.DLFileShortcut> orderByComparator)
getDLFileShortcutsByUuidAndCompanyId in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServiceuuid - the UUID of the document library file shortcutscompanyId - the primary key of the companystart - the lower bound of the range of document library file shortcutsend - the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portlet.documentlibrary.model.DLFileShortcut getDLFileShortcutByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getDLFileShortcutByUuidAndGroupId in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServiceuuid - the document library file shortcut's UUIDgroupId - the primary key of the groupcom.liferay.portal.kernel.exception.PortalException - if a matching document library file shortcut could not be foundpublic java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> getDLFileShortcuts(int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getDLFileShortcuts in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicestart - the lower bound of the range of document library file shortcutsend - the upper bound of the range of document library file shortcuts (not inclusive)public int getDLFileShortcutsCount()
getDLFileShortcutsCount in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService@Indexable(type=REINDEX) public com.liferay.portlet.documentlibrary.model.DLFileShortcut updateDLFileShortcut(com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
updateDLFileShortcut in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServicedlFileShortcut - the document library file shortcutpublic com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService getDLFileShortcutLocalService()
public void setDLFileShortcutLocalService(com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService dlFileShortcutLocalService)
dlFileShortcutLocalService - the document library file shortcut local servicepublic com.liferay.portlet.documentlibrary.service.DLFileShortcutService getDLFileShortcutService()
public void setDLFileShortcutService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService dlFileShortcutService)
dlFileShortcutService - the document library file shortcut remote servicepublic com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence getDLFileShortcutPersistence()
public void setDLFileShortcutPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence)
dlFileShortcutPersistence - the document library file shortcut persistencepublic com.liferay.counter.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic com.liferay.portal.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.service.UserService getUserService()
public void setUserService(com.liferay.portal.service.UserService userService)
userService - the user remote servicepublic com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService()
public void setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)
assetEntryService - the asset entry remote servicepublic com.liferay.portlet.asset.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic com.liferay.portlet.asset.service.persistence.AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic com.liferay.portlet.asset.service.AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService)
assetTagLocalService - the asset tag local servicepublic com.liferay.portlet.asset.service.AssetTagService getAssetTagService()
public void setAssetTagService(com.liferay.portlet.asset.service.AssetTagService assetTagService)
assetTagService - the asset tag remote servicepublic com.liferay.portlet.asset.service.persistence.AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence)
assetTagPersistence - the asset tag persistencepublic com.liferay.portlet.asset.service.persistence.AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder)
assetTagFinder - the asset tag finderpublic com.liferay.portlet.documentlibrary.service.DLAppLocalService getDLAppLocalService()
public void setDLAppLocalService(com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService)
dlAppLocalService - the d l app local servicepublic com.liferay.portlet.documentlibrary.service.DLAppService getDLAppService()
public void setDLAppService(com.liferay.portlet.documentlibrary.service.DLAppService dlAppService)
dlAppService - the d l app remote servicepublic com.liferay.portlet.trash.service.TrashEntryLocalService getTrashEntryLocalService()
public void setTrashEntryLocalService(com.liferay.portlet.trash.service.TrashEntryLocalService trashEntryLocalService)
trashEntryLocalService - the trash entry local servicepublic com.liferay.portlet.trash.service.TrashEntryService getTrashEntryService()
public void setTrashEntryService(com.liferay.portlet.trash.service.TrashEntryService trashEntryService)
trashEntryService - the trash entry remote servicepublic com.liferay.portlet.trash.service.persistence.TrashEntryPersistence getTrashEntryPersistence()
public void setTrashEntryPersistence(com.liferay.portlet.trash.service.persistence.TrashEntryPersistence trashEntryPersistence)
trashEntryPersistence - the trash entry persistencepublic com.liferay.portlet.trash.service.TrashVersionLocalService getTrashVersionLocalService()
public void setTrashVersionLocalService(com.liferay.portlet.trash.service.TrashVersionLocalService trashVersionLocalService)
trashVersionLocalService - the trash version local servicepublic com.liferay.portlet.trash.service.persistence.TrashVersionPersistence getTrashVersionPersistence()
public void setTrashVersionPersistence(com.liferay.portlet.trash.service.persistence.TrashVersionPersistence trashVersionPersistence)
trashVersionPersistence - the trash version persistencepublic com.liferay.portlet.documentlibrary.service.DLFolderLocalService getDLFolderLocalService()
public void setDLFolderLocalService(com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService)
dlFolderLocalService - the document library folder local servicepublic com.liferay.portlet.documentlibrary.service.DLFolderService getDLFolderService()
public void setDLFolderService(com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService)
dlFolderService - the document library folder remote servicepublic com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence getDLFolderPersistence()
public void setDLFolderPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence)
dlFolderPersistence - the document library folder persistencepublic com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder getDLFolderFinder()
public void setDLFolderFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder dlFolderFinder)
dlFolderFinder - the document library folder finderpublic void afterPropertiesSet()
public void destroy()
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServiceprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query