|
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.portal.service.base.RepositoryLocalServiceBaseImpl
@ProviderType public abstract class RepositoryLocalServiceBaseImpl
Provides the base implementation for the repository 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 RepositoryLocalServiceImpl.
RepositoryLocalServiceImpl,
RepositoryLocalServiceUtil| Constructor Summary | |
|---|---|
RepositoryLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
Repository |
addRepository(Repository repository)
Adds the repository to the database. |
|
void |
afterPropertiesSet()
|
|
Repository |
createRepository(long repositoryId)
Creates a new repository with the primary key. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
Repository |
deleteRepository(long repositoryId)
Deletes the repository with the primary key from the database. |
|
Repository |
deleteRepository(Repository repository)
Deletes the repository from the database. |
|
void |
destroy()
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
Repository |
fetchRepository(long repositoryId)
|
|
Repository |
fetchRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository matching the UUID and group. |
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder. |
|
AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service. |
|
AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence. |
|
ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service. |
|
ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence. |
|
CompanyLocalService |
getCompanyLocalService()
Returns the company local service. |
|
CompanyPersistence |
getCompanyPersistence()
Returns the company persistence. |
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
DLAppHelperLocalService |
getDLAppHelperLocalService()
Returns the d l app helper local service. |
|
DLFileEntryFinder |
getDLFileEntryFinder()
Returns the document library file entry finder. |
|
DLFileEntryLocalService |
getDLFileEntryLocalService()
Returns the document library file entry local service. |
|
DLFileEntryPersistence |
getDLFileEntryPersistence()
Returns the document library file entry persistence. |
|
DLFileEntryTypeFinder |
getDLFileEntryTypeFinder()
Returns the document library file entry type finder. |
|
DLFileEntryTypeLocalService |
getDLFileEntryTypeLocalService()
Returns the document library file entry type local service. |
|
DLFileEntryTypePersistence |
getDLFileEntryTypePersistence()
Returns the document library file entry type persistence. |
|
DLFileShortcutLocalService |
getDLFileShortcutLocalService()
Returns the document library file shortcut local service. |
|
DLFileShortcutPersistence |
getDLFileShortcutPersistence()
Returns the document library file shortcut persistence. |
|
DLFileVersionLocalService |
getDLFileVersionLocalService()
Returns the document library file version local service. |
|
DLFileVersionPersistence |
getDLFileVersionPersistence()
Returns the document library file version 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. |
|
ExpandoValueLocalService |
getExpandoValueLocalService()
Returns the expando value local service. |
|
ExpandoValuePersistence |
getExpandoValuePersistence()
Returns the expando value persistence. |
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
GroupFinder |
getGroupFinder()
Returns the group finder. |
|
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
|
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
|
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
List<Repository> |
getRepositories(int start,
int end)
Returns a range of all the repositories. |
|
List<Repository> |
getRepositoriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the repositories matching the UUID and company. |
|
List<Repository> |
getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns a range of repositories matching the UUID and company. |
|
int |
getRepositoriesCount()
Returns the number of repositories. |
|
Repository |
getRepository(long repositoryId)
Returns the repository with the primary key. |
|
Repository |
getRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository matching the UUID and group. |
|
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. |
|
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
|
SystemEventLocalService |
getSystemEventLocalService()
Returns the system event local service. |
|
SystemEventPersistence |
getSystemEventPersistence()
Returns the system event persistence. |
|
UserFinder |
getUserFinder()
Returns the user finder. |
|
UserLocalService |
getUserLocalService()
Returns the user local service. |
|
UserPersistence |
getUserPersistence()
Returns the user persistence. |
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder. |
|
void |
setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service. |
|
void |
setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence. |
|
void |
setClassNameLocalService(ClassNameLocalService classNameLocalService)
Sets the class name local service. |
|
void |
setClassNamePersistence(ClassNamePersistence classNamePersistence)
Sets the class name persistence. |
|
void |
setCompanyLocalService(CompanyLocalService companyLocalService)
Sets the company local service. |
|
void |
setCompanyPersistence(CompanyPersistence companyPersistence)
Sets the company persistence. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
Sets the d l app helper local service. |
|
void |
setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
Sets the document library file entry finder. |
|
void |
setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
Sets the document library file entry local service. |
|
void |
setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
Sets the document library file entry persistence. |
|
void |
setDLFileEntryTypeFinder(DLFileEntryTypeFinder dlFileEntryTypeFinder)
Sets the document library file entry type finder. |
|
void |
setDLFileEntryTypeLocalService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
Sets the document library file entry type local service. |
|
void |
setDLFileEntryTypePersistence(DLFileEntryTypePersistence dlFileEntryTypePersistence)
Sets the document library file entry type persistence. |
|
void |
setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
Sets the document library file shortcut local service. |
|
void |
setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
Sets the document library file shortcut persistence. |
|
void |
setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
Sets the document library file version local service. |
|
void |
setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
Sets the document library file version 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 |
setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service. |
|
void |
setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence. |
|
void |
setGroupFinder(GroupFinder groupFinder)
Sets the group finder. |
|
void |
setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service. |
|
void |
setGroupPersistence(GroupPersistence groupPersistence)
Sets the group 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 |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
|
void |
setSystemEventLocalService(SystemEventLocalService systemEventLocalService)
Sets the system event local service. |
|
void |
setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
Sets the system event persistence. |
|
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
|
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
|
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
|
Repository |
updateRepository(Repository repository)
Updates the repository in the database or adds it if it does not yet exist. |
|
| 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.portal.service.RepositoryLocalService |
|---|
addRepository, addRepository, checkRepository, deleteRepositories, fetchRepository, fetchRepository, getGroupRepositories, getRepository, getRepository, getTypeSettingsProperties, updateRepository, updateRepository |
| Field Detail |
|---|
@BeanReference(type=RepositoryLocalService.class) protected RepositoryLocalService repositoryLocalService
@BeanReference(type=RepositoryPersistence.class) protected RepositoryPersistence repositoryPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ClassNameLocalService.class) protected ClassNameLocalService classNameLocalService
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@BeanReference(type=CompanyLocalService.class) protected CompanyLocalService companyLocalService
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=AssetEntryLocalService.class) protected AssetEntryLocalService assetEntryLocalService
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetEntryFinder.class) protected AssetEntryFinder assetEntryFinder
@BeanReference(type=DLAppHelperLocalService.class) protected DLAppHelperLocalService dlAppHelperLocalService
@BeanReference(type=DLFileEntryLocalService.class) protected DLFileEntryLocalService dlFileEntryLocalService
@BeanReference(type=DLFileEntryPersistence.class) protected DLFileEntryPersistence dlFileEntryPersistence
@BeanReference(type=DLFileEntryFinder.class) protected DLFileEntryFinder dlFileEntryFinder
@BeanReference(type=DLFileEntryTypeLocalService.class) protected DLFileEntryTypeLocalService dlFileEntryTypeLocalService
@BeanReference(type=DLFileEntryTypePersistence.class) protected DLFileEntryTypePersistence dlFileEntryTypePersistence
@BeanReference(type=DLFileEntryTypeFinder.class) protected DLFileEntryTypeFinder dlFileEntryTypeFinder
@BeanReference(type=DLFileShortcutLocalService.class) protected DLFileShortcutLocalService dlFileShortcutLocalService
@BeanReference(type=DLFileShortcutPersistence.class) protected DLFileShortcutPersistence dlFileShortcutPersistence
@BeanReference(type=DLFileVersionLocalService.class) protected DLFileVersionLocalService dlFileVersionLocalService
@BeanReference(type=DLFileVersionPersistence.class) protected DLFileVersionPersistence dlFileVersionPersistence
@BeanReference(type=DLFolderLocalService.class) protected DLFolderLocalService dlFolderLocalService
@BeanReference(type=DLFolderPersistence.class) protected DLFolderPersistence dlFolderPersistence
@BeanReference(type=DLFolderFinder.class) protected DLFolderFinder dlFolderFinder
@BeanReference(type=ExpandoValueLocalService.class) protected ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=RepositoryEntryLocalService.class) protected RepositoryEntryLocalService repositoryEntryLocalService
@BeanReference(type=RepositoryEntryPersistence.class) protected RepositoryEntryPersistence repositoryEntryPersistence
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=SystemEventLocalService.class) protected SystemEventLocalService systemEventLocalService
@BeanReference(type=SystemEventPersistence.class) protected SystemEventPersistence systemEventPersistence
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public RepositoryLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public Repository addRepository(Repository repository)
addRepository in interface RepositoryLocalServicerepository - the repository
public Repository createRepository(long repositoryId)
createRepository in interface RepositoryLocalServicerepositoryId - the primary key for the new repository
@Indexable(type=DELETE)
public Repository deleteRepository(long repositoryId)
throws PortalException
deleteRepository in interface RepositoryLocalServicerepositoryId - the primary key of the repository
PortalException - if a repository with the primary key could not be found@Indexable(type=DELETE) public Repository deleteRepository(Repository repository)
deleteRepository in interface RepositoryLocalServicerepository - the repository
public DynamicQuery dynamicQuery()
dynamicQuery in interface RepositoryLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface RepositoryLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RepositoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface RepositoryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RepositoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface RepositoryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface RepositoryLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface RepositoryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public Repository fetchRepository(long repositoryId)
fetchRepository in interface RepositoryLocalService
public Repository fetchRepositoryByUuidAndGroupId(String uuid,
long groupId)
fetchRepositoryByUuidAndGroupId in interface RepositoryLocalServiceuuid - the repository's UUIDgroupId - the primary key of the group
null if a matching repository could not be found
public Repository getRepository(long repositoryId)
throws PortalException
getRepository in interface RepositoryLocalServicerepositoryId - the primary key of the repository
PortalException - if a repository with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface RepositoryLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface RepositoryLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface RepositoryLocalService
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface RepositoryLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface RepositoryLocalServicePortalException
public List<Repository> getRepositoriesByUuidAndCompanyId(String uuid,
long companyId)
getRepositoriesByUuidAndCompanyId in interface RepositoryLocalServiceuuid - the UUID of the repositoriescompanyId - the primary key of the company
public List<Repository> getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
getRepositoriesByUuidAndCompanyId in interface RepositoryLocalServiceuuid - the UUID of the repositoriescompanyId - the primary key of the companystart - the lower bound of the range of repositoriesend - the upper bound of the range of repositories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public Repository getRepositoryByUuidAndGroupId(String uuid,
long groupId)
throws PortalException
getRepositoryByUuidAndGroupId in interface RepositoryLocalServiceuuid - the repository's UUIDgroupId - the primary key of the group
PortalException - if a matching repository could not be found
public List<Repository> getRepositories(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RepositoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getRepositories in interface RepositoryLocalServicestart - the lower bound of the range of repositoriesend - the upper bound of the range of repositories (not inclusive)
public int getRepositoriesCount()
getRepositoriesCount in interface RepositoryLocalService@Indexable(type=REINDEX) public Repository updateRepository(Repository repository)
updateRepository in interface RepositoryLocalServicerepository - the repository
public RepositoryLocalService getRepositoryLocalService()
public void setRepositoryLocalService(RepositoryLocalService repositoryLocalService)
repositoryLocalService - the repository local servicepublic RepositoryPersistence getRepositoryPersistence()
public void setRepositoryPersistence(RepositoryPersistence repositoryPersistence)
repositoryPersistence - the repository persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder - the group finderpublic AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic DLAppHelperLocalService getDLAppHelperLocalService()
public void setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
dlAppHelperLocalService - the d l app helper local servicepublic DLFileEntryLocalService getDLFileEntryLocalService()
public void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
dlFileEntryLocalService - the document library file entry local servicepublic DLFileEntryPersistence getDLFileEntryPersistence()
public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
dlFileEntryPersistence - the document library file entry persistencepublic DLFileEntryFinder getDLFileEntryFinder()
public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
dlFileEntryFinder - the document library file entry finderpublic DLFileEntryTypeLocalService getDLFileEntryTypeLocalService()
public void setDLFileEntryTypeLocalService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
dlFileEntryTypeLocalService - the document library file entry type local servicepublic DLFileEntryTypePersistence getDLFileEntryTypePersistence()
public void setDLFileEntryTypePersistence(DLFileEntryTypePersistence dlFileEntryTypePersistence)
dlFileEntryTypePersistence - the document library file entry type persistencepublic DLFileEntryTypeFinder getDLFileEntryTypeFinder()
public void setDLFileEntryTypeFinder(DLFileEntryTypeFinder dlFileEntryTypeFinder)
dlFileEntryTypeFinder - the document library file entry type finderpublic DLFileShortcutLocalService getDLFileShortcutLocalService()
public void setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
dlFileShortcutLocalService - the document library file shortcut local servicepublic DLFileShortcutPersistence getDLFileShortcutPersistence()
public void setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
dlFileShortcutPersistence - the document library file shortcut persistencepublic DLFileVersionLocalService getDLFileVersionLocalService()
public void setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
dlFileVersionLocalService - the document library file version local servicepublic DLFileVersionPersistence getDLFileVersionPersistence()
public void setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
dlFileVersionPersistence - the document library file version persistencepublic 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 ExpandoValueLocalService getExpandoValueLocalService()
public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
expandoValueLocalService - the expando value local servicepublic ExpandoValuePersistence getExpandoValuePersistence()
public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
expandoValuePersistence - the expando value 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 ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic SystemEventLocalService getSystemEventLocalService()
public void setSystemEventLocalService(SystemEventLocalService systemEventLocalService)
systemEventLocalService - the system event local servicepublic SystemEventPersistence getSystemEventPersistence()
public void setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
systemEventPersistence - the system event persistencepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface RepositoryLocalServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected 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 | |||||||||