@ProviderType
public abstract class RepositoryLocalServiceBaseImpl
extends com.liferay.portal.service.BaseLocalServiceImpl
implements com.liferay.portal.service.RepositoryLocalService, com.liferay.portal.kernel.bean.IdentifiableBean
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| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder |
assetEntryFinder |
protected com.liferay.portlet.asset.service.AssetEntryLocalService |
assetEntryLocalService |
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence |
assetEntryPersistence |
protected com.liferay.portlet.asset.service.AssetEntryService |
assetEntryService |
protected com.liferay.portal.service.ClassNameLocalService |
classNameLocalService |
protected com.liferay.portal.service.persistence.ClassNamePersistence |
classNamePersistence |
protected com.liferay.portal.service.ClassNameService |
classNameService |
protected com.liferay.portal.service.CompanyLocalService |
companyLocalService |
protected com.liferay.portal.service.persistence.CompanyPersistence |
companyPersistence |
protected com.liferay.portal.service.CompanyService |
companyService |
protected com.liferay.counter.service.CounterLocalService |
counterLocalService |
protected com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService |
dlAppHelperLocalService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder |
dlFileEntryFinder |
protected com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService |
dlFileEntryLocalService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence |
dlFileEntryPersistence |
protected com.liferay.portlet.documentlibrary.service.DLFileEntryService |
dlFileEntryService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder |
dlFileEntryTypeFinder |
protected com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService |
dlFileEntryTypeLocalService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence |
dlFileEntryTypePersistence |
protected com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService |
dlFileEntryTypeService |
protected com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService |
dlFileShortcutLocalService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence |
dlFileShortcutPersistence |
protected com.liferay.portlet.documentlibrary.service.DLFileShortcutService |
dlFileShortcutService |
protected com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService |
dlFileVersionLocalService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence |
dlFileVersionPersistence |
protected com.liferay.portlet.documentlibrary.service.DLFileVersionService |
dlFileVersionService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder |
dlFolderFinder |
protected com.liferay.portlet.documentlibrary.service.DLFolderLocalService |
dlFolderLocalService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence |
dlFolderPersistence |
protected com.liferay.portlet.documentlibrary.service.DLFolderService |
dlFolderService |
protected com.liferay.portlet.expando.service.ExpandoValueLocalService |
expandoValueLocalService |
protected com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence |
expandoValuePersistence |
protected com.liferay.portlet.expando.service.ExpandoValueService |
expandoValueService |
protected com.liferay.portal.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.service.GroupService |
groupService |
protected com.liferay.portal.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.service.RepositoryEntryLocalService |
repositoryEntryLocalService |
protected com.liferay.portal.service.persistence.RepositoryEntryPersistence |
repositoryEntryPersistence |
protected com.liferay.portal.service.RepositoryLocalService |
repositoryLocalService |
protected com.liferay.portal.service.persistence.RepositoryPersistence |
repositoryPersistence |
protected com.liferay.portal.service.RepositoryService |
repositoryService |
protected com.liferay.portal.service.ResourceLocalService |
resourceLocalService |
protected com.liferay.portal.service.SystemEventLocalService |
systemEventLocalService |
protected com.liferay.portal.service.persistence.SystemEventPersistence |
systemEventPersistence |
protected com.liferay.portal.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.service.UserLocalService |
userLocalService |
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.service.UserService |
userService |
| Constructor and Description |
|---|
RepositoryLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.model.Repository |
addRepository(com.liferay.portal.model.Repository repository)
Adds the repository to the database.
|
void |
afterPropertiesSet() |
com.liferay.portal.model.Repository |
createRepository(long repositoryId)
Creates a new repository with the primary key.
|
com.liferay.portal.model.PersistedModel |
deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel) |
com.liferay.portal.model.Repository |
deleteRepository(long repositoryId)
Deletes the repository with the primary key from the database.
|
com.liferay.portal.model.Repository |
deleteRepository(com.liferay.portal.model.Repository repository)
Deletes the repository from the database.
|
void |
destroy() |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
com.liferay.portal.model.Repository |
fetchRepository(long repositoryId) |
com.liferay.portal.model.Repository |
fetchRepositoryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the repository matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portlet.asset.service.persistence.AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder.
|
com.liferay.portlet.asset.service.AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service.
|
com.liferay.portlet.asset.service.persistence.AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence.
|
com.liferay.portlet.asset.service.AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service.
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
com.liferay.portal.service.ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service.
|
com.liferay.portal.service.persistence.ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence.
|
com.liferay.portal.service.ClassNameService |
getClassNameService()
Returns the class name remote service.
|
com.liferay.portal.service.CompanyLocalService |
getCompanyLocalService()
Returns the company local service.
|
com.liferay.portal.service.persistence.CompanyPersistence |
getCompanyPersistence()
Returns the company persistence.
|
com.liferay.portal.service.CompanyService |
getCompanyService()
Returns the company remote service.
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService |
getDLAppHelperLocalService()
Returns the d l app helper local service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder |
getDLFileEntryFinder()
Returns the document library file entry finder.
|
com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService |
getDLFileEntryLocalService()
Returns the document library file entry local service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence |
getDLFileEntryPersistence()
Returns the document library file entry persistence.
|
com.liferay.portlet.documentlibrary.service.DLFileEntryService |
getDLFileEntryService()
Returns the document library file entry remote service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder |
getDLFileEntryTypeFinder()
Returns the document library file entry type finder.
|
com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService |
getDLFileEntryTypeLocalService()
Returns the document library file entry type local service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence |
getDLFileEntryTypePersistence()
Returns the document library file entry type persistence.
|
com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService |
getDLFileEntryTypeService()
Returns the document library file entry type remote service.
|
com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService |
getDLFileShortcutLocalService()
Returns the document library file shortcut local service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence |
getDLFileShortcutPersistence()
Returns the document library file shortcut persistence.
|
com.liferay.portlet.documentlibrary.service.DLFileShortcutService |
getDLFileShortcutService()
Returns the document library file shortcut remote service.
|
com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService |
getDLFileVersionLocalService()
Returns the document library file version local service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence |
getDLFileVersionPersistence()
Returns the document library file version persistence.
|
com.liferay.portlet.documentlibrary.service.DLFileVersionService |
getDLFileVersionService()
Returns the document library file version remote service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder |
getDLFolderFinder()
Returns the document library folder finder.
|
com.liferay.portlet.documentlibrary.service.DLFolderLocalService |
getDLFolderLocalService()
Returns the document library folder local service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence |
getDLFolderPersistence()
Returns the document library folder persistence.
|
com.liferay.portlet.documentlibrary.service.DLFolderService |
getDLFolderService()
Returns the document library folder remote service.
|
com.liferay.portlet.expando.service.ExpandoValueLocalService |
getExpandoValueLocalService()
Returns the expando value local service.
|
com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence |
getExpandoValuePersistence()
Returns the expando value persistence.
|
com.liferay.portlet.expando.service.ExpandoValueService |
getExpandoValueService()
Returns the expando value remote service.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
com.liferay.portal.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
com.liferay.portal.service.GroupService |
getGroupService()
Returns the group remote service.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
com.liferay.portal.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<com.liferay.portal.model.Repository> |
getRepositories(int start,
int end)
Returns a range of all the repositories.
|
java.util.List<com.liferay.portal.model.Repository> |
getRepositoriesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the repositories matching the UUID and company.
|
java.util.List<com.liferay.portal.model.Repository> |
getRepositoriesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.model.Repository> orderByComparator)
Returns a range of repositories matching the UUID and company.
|
int |
getRepositoriesCount()
Returns the number of repositories.
|
com.liferay.portal.model.Repository |
getRepository(long repositoryId)
Returns the repository with the primary key.
|
com.liferay.portal.model.Repository |
getRepositoryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the repository matching the UUID and group.
|
com.liferay.portal.service.RepositoryEntryLocalService |
getRepositoryEntryLocalService()
Returns the repository entry local service.
|
com.liferay.portal.service.persistence.RepositoryEntryPersistence |
getRepositoryEntryPersistence()
Returns the repository entry persistence.
|
com.liferay.portal.service.RepositoryLocalService |
getRepositoryLocalService()
Returns the repository local service.
|
com.liferay.portal.service.persistence.RepositoryPersistence |
getRepositoryPersistence()
Returns the repository persistence.
|
com.liferay.portal.service.RepositoryService |
getRepositoryService()
Returns the repository remote service.
|
com.liferay.portal.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
com.liferay.portal.service.SystemEventLocalService |
getSystemEventLocalService()
Returns the system event local service.
|
com.liferay.portal.service.persistence.SystemEventPersistence |
getSystemEventPersistence()
Returns the system event persistence.
|
com.liferay.portal.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.portal.service.UserService |
getUserService()
Returns the user remote service.
|
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(java.lang.String sql)
Performs a SQL query.
|
void |
setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.
|
void |
setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.
|
void |
setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.
|
void |
setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)
Sets the asset entry remote service.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setClassNameLocalService(com.liferay.portal.service.ClassNameLocalService classNameLocalService)
Sets the class name local service.
|
void |
setClassNamePersistence(com.liferay.portal.service.persistence.ClassNamePersistence classNamePersistence)
Sets the class name persistence.
|
void |
setClassNameService(com.liferay.portal.service.ClassNameService classNameService)
Sets the class name remote service.
|
void |
setCompanyLocalService(com.liferay.portal.service.CompanyLocalService companyLocalService)
Sets the company local service.
|
void |
setCompanyPersistence(com.liferay.portal.service.persistence.CompanyPersistence companyPersistence)
Sets the company persistence.
|
void |
setCompanyService(com.liferay.portal.service.CompanyService companyService)
Sets the company remote service.
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setDLAppHelperLocalService(com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService)
Sets the d l app helper local service.
|
void |
setDLFileEntryFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder dlFileEntryFinder)
Sets the document library file entry finder.
|
void |
setDLFileEntryLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService)
Sets the document library file entry local service.
|
void |
setDLFileEntryPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence dlFileEntryPersistence)
Sets the document library file entry persistence.
|
void |
setDLFileEntryService(com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService)
Sets the document library file entry remote service.
|
void |
setDLFileEntryTypeFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder)
Sets the document library file entry type finder.
|
void |
setDLFileEntryTypeLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
Sets the document library file entry type local service.
|
void |
setDLFileEntryTypePersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence)
Sets the document library file entry type persistence.
|
void |
setDLFileEntryTypeService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService)
Sets the document library file entry type remote service.
|
void |
setDLFileShortcutLocalService(com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService dlFileShortcutLocalService)
Sets the document library file shortcut local service.
|
void |
setDLFileShortcutPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence)
Sets the document library file shortcut persistence.
|
void |
setDLFileShortcutService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService dlFileShortcutService)
Sets the document library file shortcut remote service.
|
void |
setDLFileVersionLocalService(com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService dlFileVersionLocalService)
Sets the document library file version local service.
|
void |
setDLFileVersionPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence dlFileVersionPersistence)
Sets the document library file version persistence.
|
void |
setDLFileVersionService(com.liferay.portlet.documentlibrary.service.DLFileVersionService dlFileVersionService)
Sets the document library file version remote service.
|
void |
setDLFolderFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder dlFolderFinder)
Sets the document library folder finder.
|
void |
setDLFolderLocalService(com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService)
Sets the document library folder local service.
|
void |
setDLFolderPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence)
Sets the document library folder persistence.
|
void |
setDLFolderService(com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService)
Sets the document library folder remote service.
|
void |
setExpandoValueLocalService(com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service.
|
void |
setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence.
|
void |
setExpandoValueService(com.liferay.portlet.expando.service.ExpandoValueService expandoValueService)
Sets the expando value remote service.
|
void |
setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setGroupService(com.liferay.portal.service.GroupService groupService)
Sets the group remote service.
|
void |
setRepositoryEntryLocalService(com.liferay.portal.service.RepositoryEntryLocalService repositoryEntryLocalService)
Sets the repository entry local service.
|
void |
setRepositoryEntryPersistence(com.liferay.portal.service.persistence.RepositoryEntryPersistence repositoryEntryPersistence)
Sets the repository entry persistence.
|
void |
setRepositoryLocalService(com.liferay.portal.service.RepositoryLocalService repositoryLocalService)
Sets the repository local service.
|
void |
setRepositoryPersistence(com.liferay.portal.service.persistence.RepositoryPersistence repositoryPersistence)
Sets the repository persistence.
|
void |
setRepositoryService(com.liferay.portal.service.RepositoryService repositoryService)
Sets the repository remote service.
|
void |
setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
void |
setSystemEventLocalService(com.liferay.portal.service.SystemEventLocalService systemEventLocalService)
Sets the system event local service.
|
void |
setSystemEventPersistence(com.liferay.portal.service.persistence.SystemEventPersistence systemEventPersistence)
Sets the system event persistence.
|
void |
setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserService(com.liferay.portal.service.UserService userService)
Sets the user remote service.
|
com.liferay.portal.model.Repository |
updateRepository(com.liferay.portal.model.Repository repository)
Updates the repository in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMap@BeanReference(type=com.liferay.portal.service.RepositoryLocalService.class) protected com.liferay.portal.service.RepositoryLocalService repositoryLocalService
@BeanReference(type=com.liferay.portal.service.RepositoryService.class) protected com.liferay.portal.service.RepositoryService repositoryService
@BeanReference(type=com.liferay.portal.service.persistence.RepositoryPersistence.class) protected com.liferay.portal.service.persistence.RepositoryPersistence repositoryPersistence
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class) protected com.liferay.counter.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.service.ClassNameLocalService.class) protected com.liferay.portal.service.ClassNameLocalService classNameLocalService
@BeanReference(type=com.liferay.portal.service.ClassNameService.class) protected com.liferay.portal.service.ClassNameService classNameService
@BeanReference(type=com.liferay.portal.service.persistence.ClassNamePersistence.class) protected com.liferay.portal.service.persistence.ClassNamePersistence classNamePersistence
@BeanReference(type=com.liferay.portal.service.CompanyLocalService.class) protected com.liferay.portal.service.CompanyLocalService companyLocalService
@BeanReference(type=com.liferay.portal.service.CompanyService.class) protected com.liferay.portal.service.CompanyService companyService
@BeanReference(type=com.liferay.portal.service.persistence.CompanyPersistence.class) protected com.liferay.portal.service.persistence.CompanyPersistence companyPersistence
@BeanReference(type=com.liferay.portal.service.GroupLocalService.class) protected com.liferay.portal.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.service.GroupService.class) protected com.liferay.portal.service.GroupService groupService
@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class) protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.service.persistence.GroupFinder.class) protected com.liferay.portal.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portlet.asset.service.AssetEntryLocalService.class) protected com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService
@BeanReference(type=com.liferay.portlet.asset.service.AssetEntryService.class) protected com.liferay.portlet.asset.service.AssetEntryService assetEntryService
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryFinder.class) protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileEntryService.class) protected com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence dlFileEntryPersistence
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder dlFileEntryFinder
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService.class) protected com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService dlFileShortcutLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileShortcutService.class) protected com.liferay.portlet.documentlibrary.service.DLFileShortcutService dlFileShortcutService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService dlFileVersionLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileVersionService.class) protected com.liferay.portlet.documentlibrary.service.DLFileVersionService dlFileVersionService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence dlFileVersionPersistence
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFolderLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFolderService.class) protected com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder dlFolderFinder
@BeanReference(type=com.liferay.portlet.expando.service.ExpandoValueLocalService.class) protected com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=com.liferay.portlet.expando.service.ExpandoValueService.class) protected com.liferay.portlet.expando.service.ExpandoValueService expandoValueService
@BeanReference(type=com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence.class) protected com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=com.liferay.portal.service.RepositoryEntryLocalService.class) protected com.liferay.portal.service.RepositoryEntryLocalService repositoryEntryLocalService
@BeanReference(type=com.liferay.portal.service.persistence.RepositoryEntryPersistence.class) protected com.liferay.portal.service.persistence.RepositoryEntryPersistence repositoryEntryPersistence
@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class) protected com.liferay.portal.service.ResourceLocalService resourceLocalService
@BeanReference(type=com.liferay.portal.service.SystemEventLocalService.class) protected com.liferay.portal.service.SystemEventLocalService systemEventLocalService
@BeanReference(type=com.liferay.portal.service.persistence.SystemEventPersistence.class) protected com.liferay.portal.service.persistence.SystemEventPersistence systemEventPersistence
@BeanReference(type=com.liferay.portal.service.UserLocalService.class) protected com.liferay.portal.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.service.UserService.class) protected com.liferay.portal.service.UserService userService
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class) protected com.liferay.portal.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.portal.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.portal.model.Repository addRepository(com.liferay.portal.model.Repository repository)
addRepository in interface com.liferay.portal.service.RepositoryLocalServicerepository - the repositorypublic com.liferay.portal.model.Repository createRepository(long repositoryId)
createRepository in interface com.liferay.portal.service.RepositoryLocalServicerepositoryId - the primary key for the new repository@Indexable(type=DELETE)
public com.liferay.portal.model.Repository deleteRepository(long repositoryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteRepository in interface com.liferay.portal.service.RepositoryLocalServicerepositoryId - the primary key of the repositorycom.liferay.portal.kernel.exception.PortalException - if a repository with the primary key could not be found@Indexable(type=DELETE) public com.liferay.portal.model.Repository deleteRepository(com.liferay.portal.model.Repository repository)
deleteRepository in interface com.liferay.portal.service.RepositoryLocalServicerepository - the repositorypublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portal.service.RepositoryLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.portal.service.RepositoryLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.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 com.liferay.portal.service.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> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.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 com.liferay.portal.service.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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface com.liferay.portal.service.RepositoryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface com.liferay.portal.service.RepositoryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.portal.model.Repository fetchRepository(long repositoryId)
fetchRepository in interface com.liferay.portal.service.RepositoryLocalServicepublic com.liferay.portal.model.Repository fetchRepositoryByUuidAndGroupId(java.lang.String uuid,
long groupId)
fetchRepositoryByUuidAndGroupId in interface com.liferay.portal.service.RepositoryLocalServiceuuid - the repository's UUIDgroupId - the primary key of the groupnull if a matching repository could not be foundpublic com.liferay.portal.model.Repository getRepository(long repositoryId)
throws com.liferay.portal.kernel.exception.PortalException
getRepository in interface com.liferay.portal.service.RepositoryLocalServicerepositoryId - the primary key of the repositorycom.liferay.portal.kernel.exception.PortalException - if a repository with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.portal.service.RepositoryLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface com.liferay.portal.service.RepositoryLocalServicepublic com.liferay.portal.model.PersistedModel deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicedeletePersistedModel in interface com.liferay.portal.service.RepositoryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicegetPersistedModel in interface com.liferay.portal.service.RepositoryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.model.Repository> getRepositoriesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
getRepositoriesByUuidAndCompanyId in interface com.liferay.portal.service.RepositoryLocalServiceuuid - the UUID of the repositoriescompanyId - the primary key of the companypublic java.util.List<com.liferay.portal.model.Repository> getRepositoriesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.model.Repository> orderByComparator)
getRepositoriesByUuidAndCompanyId in interface com.liferay.portal.service.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 com.liferay.portal.model.Repository getRepositoryByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getRepositoryByUuidAndGroupId in interface com.liferay.portal.service.RepositoryLocalServiceuuid - the repository's UUIDgroupId - the primary key of the groupcom.liferay.portal.kernel.exception.PortalException - if a matching repository could not be foundpublic java.util.List<com.liferay.portal.model.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 com.liferay.portal.service.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 com.liferay.portal.service.RepositoryLocalService@Indexable(type=REINDEX) public com.liferay.portal.model.Repository updateRepository(com.liferay.portal.model.Repository repository)
updateRepository in interface com.liferay.portal.service.RepositoryLocalServicerepository - the repositorypublic com.liferay.portal.service.RepositoryLocalService getRepositoryLocalService()
public void setRepositoryLocalService(com.liferay.portal.service.RepositoryLocalService repositoryLocalService)
repositoryLocalService - the repository local servicepublic com.liferay.portal.service.RepositoryService getRepositoryService()
public void setRepositoryService(com.liferay.portal.service.RepositoryService repositoryService)
repositoryService - the repository remote servicepublic com.liferay.portal.service.persistence.RepositoryPersistence getRepositoryPersistence()
public void setRepositoryPersistence(com.liferay.portal.service.persistence.RepositoryPersistence repositoryPersistence)
repositoryPersistence - the repository persistencepublic com.liferay.counter.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.service.ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(com.liferay.portal.service.ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic com.liferay.portal.service.ClassNameService getClassNameService()
public void setClassNameService(com.liferay.portal.service.ClassNameService classNameService)
classNameService - the class name remote servicepublic com.liferay.portal.service.persistence.ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(com.liferay.portal.service.persistence.ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic com.liferay.portal.service.CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(com.liferay.portal.service.CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic com.liferay.portal.service.CompanyService getCompanyService()
public void setCompanyService(com.liferay.portal.service.CompanyService companyService)
companyService - the company remote servicepublic com.liferay.portal.service.persistence.CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(com.liferay.portal.service.persistence.CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic com.liferay.portal.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic com.liferay.portal.service.GroupService getGroupService()
public void setGroupService(com.liferay.portal.service.GroupService groupService)
groupService - the group remote servicepublic com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic com.liferay.portal.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
groupFinder - the group finderpublic com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService()
public void setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)
assetEntryService - the asset entry remote servicepublic com.liferay.portlet.asset.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic com.liferay.portlet.asset.service.persistence.AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService getDLAppHelperLocalService()
public void setDLAppHelperLocalService(com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService)
dlAppHelperLocalService - the d l app helper local servicepublic com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService getDLFileEntryLocalService()
public void setDLFileEntryLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService)
dlFileEntryLocalService - the document library file entry local servicepublic com.liferay.portlet.documentlibrary.service.DLFileEntryService getDLFileEntryService()
public void setDLFileEntryService(com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService)
dlFileEntryService - the document library file entry remote servicepublic com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence getDLFileEntryPersistence()
public void setDLFileEntryPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence dlFileEntryPersistence)
dlFileEntryPersistence - the document library file entry persistencepublic com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder getDLFileEntryFinder()
public void setDLFileEntryFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder dlFileEntryFinder)
dlFileEntryFinder - the document library file entry finderpublic com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService getDLFileEntryTypeLocalService()
public void setDLFileEntryTypeLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
dlFileEntryTypeLocalService - the document library file entry type local servicepublic com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService getDLFileEntryTypeService()
public void setDLFileEntryTypeService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService)
dlFileEntryTypeService - the document library file entry type remote servicepublic com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence getDLFileEntryTypePersistence()
public void setDLFileEntryTypePersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence)
dlFileEntryTypePersistence - the document library file entry type persistencepublic com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder getDLFileEntryTypeFinder()
public void setDLFileEntryTypeFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder)
dlFileEntryTypeFinder - the document library file entry type finderpublic com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService getDLFileShortcutLocalService()
public void setDLFileShortcutLocalService(com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService dlFileShortcutLocalService)
dlFileShortcutLocalService - the document library file shortcut local servicepublic com.liferay.portlet.documentlibrary.service.DLFileShortcutService getDLFileShortcutService()
public void setDLFileShortcutService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService dlFileShortcutService)
dlFileShortcutService - the document library file shortcut remote servicepublic com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence getDLFileShortcutPersistence()
public void setDLFileShortcutPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence)
dlFileShortcutPersistence - the document library file shortcut persistencepublic com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService getDLFileVersionLocalService()
public void setDLFileVersionLocalService(com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService dlFileVersionLocalService)
dlFileVersionLocalService - the document library file version local servicepublic com.liferay.portlet.documentlibrary.service.DLFileVersionService getDLFileVersionService()
public void setDLFileVersionService(com.liferay.portlet.documentlibrary.service.DLFileVersionService dlFileVersionService)
dlFileVersionService - the document library file version remote servicepublic com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence getDLFileVersionPersistence()
public void setDLFileVersionPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence dlFileVersionPersistence)
dlFileVersionPersistence - the document library file version persistencepublic com.liferay.portlet.documentlibrary.service.DLFolderLocalService getDLFolderLocalService()
public void setDLFolderLocalService(com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService)
dlFolderLocalService - the document library folder local servicepublic com.liferay.portlet.documentlibrary.service.DLFolderService getDLFolderService()
public void setDLFolderService(com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService)
dlFolderService - the document library folder remote servicepublic com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence getDLFolderPersistence()
public void setDLFolderPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence)
dlFolderPersistence - the document library folder persistencepublic com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder getDLFolderFinder()
public void setDLFolderFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder dlFolderFinder)
dlFolderFinder - the document library folder finderpublic com.liferay.portlet.expando.service.ExpandoValueLocalService getExpandoValueLocalService()
public void setExpandoValueLocalService(com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService)
expandoValueLocalService - the expando value local servicepublic com.liferay.portlet.expando.service.ExpandoValueService getExpandoValueService()
public void setExpandoValueService(com.liferay.portlet.expando.service.ExpandoValueService expandoValueService)
expandoValueService - the expando value remote servicepublic com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()
public void setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)
expandoValuePersistence - the expando value persistencepublic com.liferay.portal.service.RepositoryEntryLocalService getRepositoryEntryLocalService()
public void setRepositoryEntryLocalService(com.liferay.portal.service.RepositoryEntryLocalService repositoryEntryLocalService)
repositoryEntryLocalService - the repository entry local servicepublic com.liferay.portal.service.persistence.RepositoryEntryPersistence getRepositoryEntryPersistence()
public void setRepositoryEntryPersistence(com.liferay.portal.service.persistence.RepositoryEntryPersistence repositoryEntryPersistence)
repositoryEntryPersistence - the repository entry persistencepublic com.liferay.portal.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic com.liferay.portal.service.SystemEventLocalService getSystemEventLocalService()
public void setSystemEventLocalService(com.liferay.portal.service.SystemEventLocalService systemEventLocalService)
systemEventLocalService - the system event local servicepublic com.liferay.portal.service.persistence.SystemEventPersistence getSystemEventPersistence()
public void setSystemEventPersistence(com.liferay.portal.service.persistence.SystemEventPersistence systemEventPersistence)
systemEventPersistence - the system event persistencepublic com.liferay.portal.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.service.UserService getUserService()
public void setUserService(com.liferay.portal.service.UserService userService)
userService - the user remote servicepublic com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic void afterPropertiesSet()
public void destroy()
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeangetBeanIdentifier in interface com.liferay.portal.service.RepositoryLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeansetBeanIdentifier in interface com.liferay.portal.service.RepositoryLocalServicebeanIdentifier - the Spring bean ID for this beanprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query