Class DLFileShortcutServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl
- All Implemented Interfaces:
com.liferay.document.library.kernel.service.DLFileShortcutService,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseService
- Direct Known Subclasses:
DLFileShortcutServiceImpl
public abstract class DLFileShortcutServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.document.library.kernel.service.DLFileShortcutService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the document library file shortcut remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in DLFileShortcutServiceImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalServiceprotected com.liferay.document.library.kernel.service.DLFileShortcutLocalServiceprotected com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistenceprotected com.liferay.document.library.kernel.service.DLFileShortcutServiceFields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()com.liferay.counter.kernel.service.CounterLocalServiceReturns the counter local service.com.liferay.document.library.kernel.service.DLFileShortcutLocalServiceReturns the document library file shortcut local service.com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistenceReturns the document library file shortcut persistence.com.liferay.document.library.kernel.service.DLFileShortcutServiceReturns the document library file shortcut remote service.protected Class<?>protected StringReturns the OSGi service identifier.protected voidPerforms a SQL query.voidsetCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.voidsetDLFileShortcutLocalService(com.liferay.document.library.kernel.service.DLFileShortcutLocalService dlFileShortcutLocalService) Sets the document library file shortcut local service.voidsetDLFileShortcutPersistence(com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence) Sets the document library file shortcut persistence.voidsetDLFileShortcutService(com.liferay.document.library.kernel.service.DLFileShortcutService dlFileShortcutService) Sets the document library file shortcut remote service.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.document.library.kernel.service.DLFileShortcutService
addFileShortcut, deleteFileShortcut, deleteFileShortcut, getDLFileShortcutByExternalReferenceCode, getFileShortcut, getGroupFileShortcuts, getGroupFileShortcuts, getGroupFileShortcutsCount, updateFileShortcut, updateFileShortcuts
-
Field Details
-
dlFileShortcutLocalService
@BeanReference(type=com.liferay.document.library.kernel.service.DLFileShortcutLocalService.class) protected com.liferay.document.library.kernel.service.DLFileShortcutLocalService dlFileShortcutLocalService -
dlFileShortcutService
@BeanReference(type=com.liferay.document.library.kernel.service.DLFileShortcutService.class) protected com.liferay.document.library.kernel.service.DLFileShortcutService dlFileShortcutService -
dlFileShortcutPersistence
@BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence.class) protected com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
DLFileShortcutServiceBaseImpl
public DLFileShortcutServiceBaseImpl()
-
-
Method Details
-
getDLFileShortcutLocalService
public com.liferay.document.library.kernel.service.DLFileShortcutLocalService getDLFileShortcutLocalService()Returns the document library file shortcut local service.- Returns:
- the document library file shortcut local service
-
setDLFileShortcutLocalService
public void setDLFileShortcutLocalService(com.liferay.document.library.kernel.service.DLFileShortcutLocalService dlFileShortcutLocalService) Sets the document library file shortcut local service.- Parameters:
dlFileShortcutLocalService- the document library file shortcut local service
-
getDLFileShortcutService
public com.liferay.document.library.kernel.service.DLFileShortcutService getDLFileShortcutService()Returns the document library file shortcut remote service.- Returns:
- the document library file shortcut remote service
-
setDLFileShortcutService
public void setDLFileShortcutService(com.liferay.document.library.kernel.service.DLFileShortcutService dlFileShortcutService) Sets the document library file shortcut remote service.- Parameters:
dlFileShortcutService- the document library file shortcut remote service
-
getDLFileShortcutPersistence
public com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence getDLFileShortcutPersistence()Returns the document library file shortcut persistence.- Returns:
- the document library file shortcut persistence
-
setDLFileShortcutPersistence
public void setDLFileShortcutPersistence(com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence) Sets the document library file shortcut persistence.- Parameters:
dlFileShortcutPersistence- the document library file shortcut persistence
-
getCounterLocalService
public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()Returns the counter local service.- Returns:
- the counter local service
-
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.- Parameters:
counterLocalService- the counter local service
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.document.library.kernel.service.DLFileShortcutService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql- the sql query
-