|
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.DLAppLocalServiceBaseImpl
@ProviderType public abstract class DLAppLocalServiceBaseImpl
Provides the base implementation for the d l app 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 DLAppLocalServiceImpl.
DLAppLocalServiceImpl,
DLAppLocalServiceUtil| Constructor Summary | |
|---|---|
DLAppLocalServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
DLAppHelperLocalService |
getDLAppHelperLocalService()
Returns the d l app helper local service. |
DLAppLocalService |
getDLAppLocalService()
Returns the d l app local service. |
DLFileEntryMetadataFinder |
getDLFileEntryMetadataFinder()
Returns the document library file entry metadata finder. |
DLFileEntryMetadataLocalService |
getDLFileEntryMetadataLocalService()
Returns the document library file entry metadata local service. |
DLFileEntryMetadataPersistence |
getDLFileEntryMetadataPersistence()
Returns the document library file entry metadata persistence. |
DLFileRankFinder |
getDLFileRankFinder()
Returns the document library file rank finder. |
DLFileRankLocalService |
getDLFileRankLocalService()
Returns the document library file rank local service. |
DLFileRankPersistence |
getDLFileRankPersistence()
Returns the document library file rank persistence. |
DLFolderFinder |
getDLFolderFinder()
Returns the document library folder finder. |
DLFolderLocalService |
getDLFolderLocalService()
Returns the document library folder local service. |
DLFolderPersistence |
getDLFolderPersistence()
Returns the document library folder persistence. |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
RepositoryEntryLocalService |
getRepositoryEntryLocalService()
Returns the repository entry local service. |
RepositoryEntryPersistence |
getRepositoryEntryPersistence()
Returns the repository entry persistence. |
RepositoryLocalService |
getRepositoryLocalService()
Returns the repository local service. |
RepositoryPersistence |
getRepositoryPersistence()
Returns the repository persistence. |
SubscriptionLocalService |
getSubscriptionLocalService()
Returns the subscription local service. |
SubscriptionPersistence |
getSubscriptionPersistence()
Returns the subscription persistence. |
TrashEntryLocalService |
getTrashEntryLocalService()
Returns the trash entry local service. |
TrashEntryPersistence |
getTrashEntryPersistence()
Returns the trash entry persistence. |
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 |
setDLAppLocalService(DLAppLocalService dlAppLocalService)
Sets the d l app local service. |
void |
setDLFileEntryMetadataFinder(DLFileEntryMetadataFinder dlFileEntryMetadataFinder)
Sets the document library file entry metadata finder. |
void |
setDLFileEntryMetadataLocalService(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
Sets the document library file entry metadata local service. |
void |
setDLFileEntryMetadataPersistence(DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
Sets the document library file entry metadata persistence. |
void |
setDLFileRankFinder(DLFileRankFinder dlFileRankFinder)
Sets the document library file rank finder. |
void |
setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
Sets the document library file rank local service. |
void |
setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
Sets the document library file rank persistence. |
void |
setDLFolderFinder(DLFolderFinder dlFolderFinder)
Sets the document library folder finder. |
void |
setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
Sets the document library folder local service. |
void |
setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
Sets the document library folder persistence. |
void |
setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService)
Sets the repository entry local service. |
void |
setRepositoryEntryPersistence(RepositoryEntryPersistence repositoryEntryPersistence)
Sets the repository entry persistence. |
void |
setRepositoryLocalService(RepositoryLocalService repositoryLocalService)
Sets the repository local service. |
void |
setRepositoryPersistence(RepositoryPersistence repositoryPersistence)
Sets the repository persistence. |
void |
setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
Sets the subscription local service. |
void |
setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
Sets the subscription persistence. |
void |
setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
Sets the trash entry local service. |
void |
setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
Sets the trash entry persistence. |
| 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 |
| Field Detail |
|---|
@BeanReference(type=DLAppLocalService.class) protected DLAppLocalService dlAppLocalService
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=RepositoryLocalService.class) protected RepositoryLocalService repositoryLocalService
@BeanReference(type=RepositoryPersistence.class) protected RepositoryPersistence repositoryPersistence
@BeanReference(type=RepositoryEntryLocalService.class) protected RepositoryEntryLocalService repositoryEntryLocalService
@BeanReference(type=RepositoryEntryPersistence.class) protected RepositoryEntryPersistence repositoryEntryPersistence
@BeanReference(type=SubscriptionLocalService.class) protected SubscriptionLocalService subscriptionLocalService
@BeanReference(type=SubscriptionPersistence.class) protected SubscriptionPersistence subscriptionPersistence
@BeanReference(type=TrashEntryLocalService.class) protected TrashEntryLocalService trashEntryLocalService
@BeanReference(type=TrashEntryPersistence.class) protected TrashEntryPersistence trashEntryPersistence
@BeanReference(type=DLAppHelperLocalService.class) protected DLAppHelperLocalService dlAppHelperLocalService
@BeanReference(type=DLFileEntryMetadataLocalService.class) protected DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService
@BeanReference(type=DLFileEntryMetadataPersistence.class) protected DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence
@BeanReference(type=DLFileEntryMetadataFinder.class) protected DLFileEntryMetadataFinder dlFileEntryMetadataFinder
@BeanReference(type=DLFileRankLocalService.class) protected DLFileRankLocalService dlFileRankLocalService
@BeanReference(type=DLFileRankPersistence.class) protected DLFileRankPersistence dlFileRankPersistence
@BeanReference(type=DLFileRankFinder.class) protected DLFileRankFinder dlFileRankFinder
@BeanReference(type=DLFolderLocalService.class) protected DLFolderLocalService dlFolderLocalService
@BeanReference(type=DLFolderPersistence.class) protected DLFolderPersistence dlFolderPersistence
@BeanReference(type=DLFolderFinder.class) protected DLFolderFinder dlFolderFinder
| Constructor Detail |
|---|
public DLAppLocalServiceBaseImpl()
| Method Detail |
|---|
public DLAppLocalService getDLAppLocalService()
public void setDLAppLocalService(DLAppLocalService dlAppLocalService)
dlAppLocalService - the d l app local servicepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic RepositoryLocalService getRepositoryLocalService()
public void setRepositoryLocalService(RepositoryLocalService repositoryLocalService)
repositoryLocalService - the repository local servicepublic RepositoryPersistence getRepositoryPersistence()
public void setRepositoryPersistence(RepositoryPersistence repositoryPersistence)
repositoryPersistence - the repository persistencepublic RepositoryEntryLocalService getRepositoryEntryLocalService()
public void setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService)
repositoryEntryLocalService - the repository entry local servicepublic RepositoryEntryPersistence getRepositoryEntryPersistence()
public void setRepositoryEntryPersistence(RepositoryEntryPersistence repositoryEntryPersistence)
repositoryEntryPersistence - the repository entry persistencepublic SubscriptionLocalService getSubscriptionLocalService()
public void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
subscriptionLocalService - the subscription local servicepublic SubscriptionPersistence getSubscriptionPersistence()
public void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
subscriptionPersistence - the subscription persistencepublic TrashEntryLocalService getTrashEntryLocalService()
public void setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
trashEntryLocalService - the trash entry local servicepublic TrashEntryPersistence getTrashEntryPersistence()
public void setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
trashEntryPersistence - the trash entry persistencepublic DLAppHelperLocalService getDLAppHelperLocalService()
public void setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
dlAppHelperLocalService - the d l app helper local servicepublic DLFileEntryMetadataLocalService getDLFileEntryMetadataLocalService()
public void setDLFileEntryMetadataLocalService(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
dlFileEntryMetadataLocalService - the document library file entry metadata local servicepublic DLFileEntryMetadataPersistence getDLFileEntryMetadataPersistence()
public void setDLFileEntryMetadataPersistence(DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
dlFileEntryMetadataPersistence - the document library file entry metadata persistencepublic DLFileEntryMetadataFinder getDLFileEntryMetadataFinder()
public void setDLFileEntryMetadataFinder(DLFileEntryMetadataFinder dlFileEntryMetadataFinder)
dlFileEntryMetadataFinder - the document library file entry metadata finderpublic DLFileRankLocalService getDLFileRankLocalService()
public void setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
dlFileRankLocalService - the document library file rank local servicepublic DLFileRankPersistence getDLFileRankPersistence()
public void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
dlFileRankPersistence - the document library file rank persistencepublic DLFileRankFinder getDLFileRankFinder()
public void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder)
dlFileRankFinder - the document library file rank finderpublic DLFolderLocalService getDLFolderLocalService()
public void setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
dlFolderLocalService - the document library folder local servicepublic DLFolderPersistence getDLFolderPersistence()
public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
dlFolderPersistence - the document library folder persistencepublic DLFolderFinder getDLFolderFinder()
public void setDLFolderFinder(DLFolderFinder dlFolderFinder)
dlFolderFinder - the document library folder finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface DLAppLocalServiceprotected 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 | |||||||||