|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLTrashServiceBaseImpl
public abstract class DLTrashServiceBaseImpl
Provides the base implementation for the d l trash 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 DLTrashServiceImpl.
DLTrashServiceImpl,
DLTrashServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected DLAppHelperLocalService |
dlAppHelperLocalService
|
protected DLTrashLocalService |
dlTrashLocalService
|
protected DLTrashService |
dlTrashService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
DLTrashServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
DLAppHelperLocalService |
getDLAppHelperLocalService()
Returns the d l app helper local service. |
DLTrashLocalService |
getDLTrashLocalService()
Returns the d l trash local service. |
DLTrashService |
getDLTrashService()
Returns the d l trash remote service. |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
Sets the d l app helper local service. |
void |
setDLTrashLocalService(DLTrashLocalService dlTrashLocalService)
Sets the d l trash local service. |
void |
setDLTrashService(DLTrashService dlTrashService)
Sets the d l trash remote service. |
| Methods inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.documentlibrary.service.DLTrashService |
|---|
moveFileEntryFromTrash, moveFileEntryToTrash, moveFileShortcutFromTrash, moveFileShortcutToTrash, moveFolderFromTrash, moveFolderToTrash, restoreFileEntryFromTrash, restoreFileShortcutFromTrash, restoreFolderFromTrash |
| Field Detail |
|---|
@BeanReference(type=DLTrashLocalService.class) protected DLTrashLocalService dlTrashLocalService
@BeanReference(type=DLTrashService.class) protected DLTrashService dlTrashService
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=DLAppHelperLocalService.class) protected DLAppHelperLocalService dlAppHelperLocalService
| Constructor Detail |
|---|
public DLTrashServiceBaseImpl()
| Method Detail |
|---|
public DLTrashLocalService getDLTrashLocalService()
public void setDLTrashLocalService(DLTrashLocalService dlTrashLocalService)
dlTrashLocalService - the d l trash local servicepublic DLTrashService getDLTrashService()
public void setDLTrashService(DLTrashService dlTrashService)
dlTrashService - the d l trash remote servicepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic DLAppHelperLocalService getDLAppHelperLocalService()
public void setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
dlAppHelperLocalService - the d l app helper local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface DLTrashServiceprotected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||