|
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.BaseLocalServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLTrashLocalServiceBaseImpl
@ProviderType public abstract class DLTrashLocalServiceBaseImpl
Provides the base implementation for the d l trash local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in DLTrashLocalServiceImpl.
DLTrashLocalServiceImpl,
DLTrashLocalServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected DLAppHelperLocalService |
dlAppHelperLocalService
|
protected DLTrashLocalService |
dlTrashLocalService
|
| Constructor Summary | |
|---|---|
DLTrashLocalServiceBaseImpl()
|
|
| 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. |
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. |
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLocalizationMap |
| 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.DLTrashLocalService |
|---|
moveFileEntryFromTrash, moveFileEntryToTrash, restoreFileEntryFromTrash |
| Field Detail |
|---|
@BeanReference(type=DLTrashLocalService.class) protected DLTrashLocalService dlTrashLocalService
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=DLAppHelperLocalService.class) protected DLAppHelperLocalService dlAppHelperLocalService
| Constructor Detail |
|---|
public DLTrashLocalServiceBaseImpl()
| Method Detail |
|---|
public DLTrashLocalService getDLTrashLocalService()
public void setDLTrashLocalService(DLTrashLocalService dlTrashLocalService)
dlTrashLocalService - the d l trash local 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 DLTrashLocalServiceprotected 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 | |||||||||