public abstract class DLTrashServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.document.library.kernel.service.DLTrashService, 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 DLTrashServiceImpl
.
DLTrashServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.document.library.kernel.service.DLTrashLocalService |
dlTrashLocalService |
protected com.liferay.document.library.kernel.service.DLTrashService |
dlTrashService |
Constructor and Description |
---|
DLTrashServiceBaseImpl() |
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.DLTrashLocalService |
getDLTrashLocalService()
Returns the dl trash local service.
|
com.liferay.document.library.kernel.service.DLTrashService |
getDLTrashService()
Returns the dl trash remote service.
|
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 |
setDLTrashLocalService(com.liferay.document.library.kernel.service.DLTrashLocalService dlTrashLocalService)
Sets the dl trash local service.
|
void |
setDLTrashService(com.liferay.document.library.kernel.service.DLTrashService dlTrashService)
Sets the dl trash remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
moveFileEntryFromTrash, moveFileEntryToTrash, moveFileShortcutFromTrash, moveFileShortcutToTrash, moveFolderFromTrash, moveFolderToTrash, restoreFileEntryFromTrash, restoreFileShortcutFromTrash, restoreFolderFromTrash
@BeanReference(type=com.liferay.document.library.kernel.service.DLTrashLocalService.class) protected com.liferay.document.library.kernel.service.DLTrashLocalService dlTrashLocalService
@BeanReference(type=com.liferay.document.library.kernel.service.DLTrashService.class) protected com.liferay.document.library.kernel.service.DLTrashService dlTrashService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.document.library.kernel.service.DLTrashLocalService getDLTrashLocalService()
public void setDLTrashLocalService(com.liferay.document.library.kernel.service.DLTrashLocalService dlTrashLocalService)
dlTrashLocalService
- the dl trash local servicepublic com.liferay.document.library.kernel.service.DLTrashService getDLTrashService()
public void setDLTrashService(com.liferay.document.library.kernel.service.DLTrashService dlTrashService)
dlTrashService
- the dl trash remote servicepublic 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.DLTrashService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
protected void runSQL(String sql)
sql
- the sql query