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
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in DLFileShortcutServiceImpl.
DLFileShortcutServiceImpl| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.document.library.kernel.service.DLFileShortcutLocalService |
dlFileShortcutLocalService |
protected com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence |
dlFileShortcutPersistence |
protected com.liferay.document.library.kernel.service.DLFileShortcutService |
dlFileShortcutService |
| Constructor and Description |
|---|
DLFileShortcutServiceBaseImpl() |
| 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.DLFileShortcutLocalService |
getDLFileShortcutLocalService()
Returns the document library file shortcut local service.
|
com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence |
getDLFileShortcutPersistence()
Returns the document library file shortcut persistence.
|
com.liferay.document.library.kernel.service.DLFileShortcutService |
getDLFileShortcutService()
Returns the document library file shortcut remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setDLFileShortcutLocalService(com.liferay.document.library.kernel.service.DLFileShortcutLocalService dlFileShortcutLocalService)
Sets the document library file shortcut local service.
|
void |
setDLFileShortcutPersistence(com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence)
Sets the document library file shortcut persistence.
|
void |
setDLFileShortcutService(com.liferay.document.library.kernel.service.DLFileShortcutService dlFileShortcutService)
Sets the document library file shortcut remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId@BeanReference(type=com.liferay.document.library.kernel.service.DLFileShortcutLocalService.class) protected com.liferay.document.library.kernel.service.DLFileShortcutLocalService dlFileShortcutLocalService
@BeanReference(type=com.liferay.document.library.kernel.service.DLFileShortcutService.class) protected com.liferay.document.library.kernel.service.DLFileShortcutService dlFileShortcutService
@BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence.class) protected com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.document.library.kernel.service.DLFileShortcutLocalService getDLFileShortcutLocalService()
public void setDLFileShortcutLocalService(com.liferay.document.library.kernel.service.DLFileShortcutLocalService dlFileShortcutLocalService)
dlFileShortcutLocalService - the document library file shortcut local servicepublic com.liferay.document.library.kernel.service.DLFileShortcutService getDLFileShortcutService()
public void setDLFileShortcutService(com.liferay.document.library.kernel.service.DLFileShortcutService dlFileShortcutService)
dlFileShortcutService - the document library file shortcut remote servicepublic com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence getDLFileShortcutPersistence()
public void setDLFileShortcutPersistence(com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence)
dlFileShortcutPersistence - the document library file shortcut persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.document.library.kernel.service.DLFileShortcutServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query