public abstract class DLAppLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.document.library.kernel.service.DLAppLocalService, 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 DLAppLocalServiceImpl
.
DLAppLocalServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.document.library.kernel.service.DLAppHelperLocalService |
dlAppHelperLocalService |
protected com.liferay.document.library.kernel.service.DLAppLocalService |
dlAppLocalService |
protected com.liferay.document.library.kernel.service.persistence.DLFolderFinder |
dlFolderFinder |
protected com.liferay.document.library.kernel.service.DLFolderLocalService |
dlFolderLocalService |
protected com.liferay.document.library.kernel.service.persistence.DLFolderPersistence |
dlFolderPersistence |
protected com.liferay.portal.kernel.service.RepositoryLocalService |
repositoryLocalService |
protected com.liferay.portal.kernel.service.persistence.RepositoryPersistence |
repositoryPersistence |
protected com.liferay.trash.kernel.service.TrashEntryLocalService |
trashEntryLocalService |
protected com.liferay.trash.kernel.service.persistence.TrashEntryPersistence |
trashEntryPersistence |
Constructor and Description |
---|
DLAppLocalServiceBaseImpl() |
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.DLAppHelperLocalService |
getDLAppHelperLocalService()
Returns the dl app helper local service.
|
com.liferay.document.library.kernel.service.DLAppLocalService |
getDLAppLocalService()
Returns the dl app local service.
|
com.liferay.document.library.kernel.service.persistence.DLFolderFinder |
getDLFolderFinder()
Returns the document library folder finder.
|
com.liferay.document.library.kernel.service.DLFolderLocalService |
getDLFolderLocalService()
Returns the document library folder local service.
|
com.liferay.document.library.kernel.service.persistence.DLFolderPersistence |
getDLFolderPersistence()
Returns the document library folder persistence.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.service.RepositoryLocalService |
getRepositoryLocalService()
Returns the repository local service.
|
com.liferay.portal.kernel.service.persistence.RepositoryPersistence |
getRepositoryPersistence()
Returns the repository persistence.
|
com.liferay.trash.kernel.service.TrashEntryLocalService |
getTrashEntryLocalService()
Returns the trash entry local service.
|
com.liferay.trash.kernel.service.persistence.TrashEntryPersistence |
getTrashEntryPersistence()
Returns the trash entry persistence.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setDLAppHelperLocalService(com.liferay.document.library.kernel.service.DLAppHelperLocalService dlAppHelperLocalService)
Sets the dl app helper local service.
|
void |
setDLAppLocalService(com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService)
Sets the dl app local service.
|
void |
setDLFolderFinder(com.liferay.document.library.kernel.service.persistence.DLFolderFinder dlFolderFinder)
Sets the document library folder finder.
|
void |
setDLFolderLocalService(com.liferay.document.library.kernel.service.DLFolderLocalService dlFolderLocalService)
Sets the document library folder local service.
|
void |
setDLFolderPersistence(com.liferay.document.library.kernel.service.persistence.DLFolderPersistence dlFolderPersistence)
Sets the document library folder persistence.
|
void |
setRepositoryLocalService(com.liferay.portal.kernel.service.RepositoryLocalService repositoryLocalService)
Sets the repository local service.
|
void |
setRepositoryPersistence(com.liferay.portal.kernel.service.persistence.RepositoryPersistence repositoryPersistence)
Sets the repository persistence.
|
void |
setTrashEntryLocalService(com.liferay.trash.kernel.service.TrashEntryLocalService trashEntryLocalService)
Sets the trash entry local service.
|
void |
setTrashEntryPersistence(com.liferay.trash.kernel.service.persistence.TrashEntryPersistence trashEntryPersistence)
Sets the trash entry persistence.
|
getClassLoader, getLocalizationMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addFileEntry, addFileEntry, addFileEntry, addFileEntry, addFileShortcut, addFolder, deleteAll, deleteAllRepositories, deleteFileEntry, deleteFileShortcut, deleteFileShortcut, deleteFileShortcuts, deleteFileVersion, deleteFolder, getFileEntry, getFileEntry, getFileEntryByUuidAndGroupId, getFileShortcut, getFileVersion, getFolder, getFolder, getMountFolder, moveFileEntry, moveFolder, subscribeFileEntryType, subscribeFolder, unsubscribeFileEntryType, unsubscribeFolder, updateAsset, updateFileEntry, updateFileEntry, updateFileEntry, updateFileShortcut, updateFileShortcuts, updateFolder
@BeanReference(type=com.liferay.document.library.kernel.service.DLAppLocalService.class) protected com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.RepositoryLocalService.class) protected com.liferay.portal.kernel.service.RepositoryLocalService repositoryLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RepositoryPersistence.class) protected com.liferay.portal.kernel.service.persistence.RepositoryPersistence repositoryPersistence
@BeanReference(type=com.liferay.trash.kernel.service.TrashEntryLocalService.class) protected com.liferay.trash.kernel.service.TrashEntryLocalService trashEntryLocalService
@BeanReference(type=com.liferay.trash.kernel.service.persistence.TrashEntryPersistence.class) protected com.liferay.trash.kernel.service.persistence.TrashEntryPersistence trashEntryPersistence
@BeanReference(type=com.liferay.document.library.kernel.service.DLAppHelperLocalService.class) protected com.liferay.document.library.kernel.service.DLAppHelperLocalService dlAppHelperLocalService
@BeanReference(type=com.liferay.document.library.kernel.service.DLFolderLocalService.class) protected com.liferay.document.library.kernel.service.DLFolderLocalService dlFolderLocalService
@BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFolderPersistence.class) protected com.liferay.document.library.kernel.service.persistence.DLFolderPersistence dlFolderPersistence
@BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFolderFinder.class) protected com.liferay.document.library.kernel.service.persistence.DLFolderFinder dlFolderFinder
public com.liferay.document.library.kernel.service.DLAppLocalService getDLAppLocalService()
public void setDLAppLocalService(com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService)
dlAppLocalService
- the dl app local servicepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic com.liferay.portal.kernel.service.RepositoryLocalService getRepositoryLocalService()
public void setRepositoryLocalService(com.liferay.portal.kernel.service.RepositoryLocalService repositoryLocalService)
repositoryLocalService
- the repository local servicepublic com.liferay.portal.kernel.service.persistence.RepositoryPersistence getRepositoryPersistence()
public void setRepositoryPersistence(com.liferay.portal.kernel.service.persistence.RepositoryPersistence repositoryPersistence)
repositoryPersistence
- the repository persistencepublic com.liferay.trash.kernel.service.TrashEntryLocalService getTrashEntryLocalService()
public void setTrashEntryLocalService(com.liferay.trash.kernel.service.TrashEntryLocalService trashEntryLocalService)
trashEntryLocalService
- the trash entry local servicepublic com.liferay.trash.kernel.service.persistence.TrashEntryPersistence getTrashEntryPersistence()
public void setTrashEntryPersistence(com.liferay.trash.kernel.service.persistence.TrashEntryPersistence trashEntryPersistence)
trashEntryPersistence
- the trash entry persistencepublic com.liferay.document.library.kernel.service.DLAppHelperLocalService getDLAppHelperLocalService()
public void setDLAppHelperLocalService(com.liferay.document.library.kernel.service.DLAppHelperLocalService dlAppHelperLocalService)
dlAppHelperLocalService
- the dl app helper local servicepublic com.liferay.document.library.kernel.service.DLFolderLocalService getDLFolderLocalService()
public void setDLFolderLocalService(com.liferay.document.library.kernel.service.DLFolderLocalService dlFolderLocalService)
dlFolderLocalService
- the document library folder local servicepublic com.liferay.document.library.kernel.service.persistence.DLFolderPersistence getDLFolderPersistence()
public void setDLFolderPersistence(com.liferay.document.library.kernel.service.persistence.DLFolderPersistence dlFolderPersistence)
dlFolderPersistence
- the document library folder persistencepublic com.liferay.document.library.kernel.service.persistence.DLFolderFinder getDLFolderFinder()
public void setDLFolderFinder(com.liferay.document.library.kernel.service.persistence.DLFolderFinder dlFolderFinder)
dlFolderFinder
- the document library folder finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.document.library.kernel.service.DLAppLocalService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
protected void runSQL(String sql)
sql
- the sql query