public abstract class DLFileEntryTypeLocalServiceBaseImpl
extends com.liferay.portal.service.BaseLocalServiceImpl
implements com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService, 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 DLFileEntryTypeLocalServiceImpl.
DLFileEntryTypeLocalServiceImpl,
DLFileEntryTypeLocalServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.counter.service.CounterLocalService |
counterLocalService |
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder |
ddmStructureFinder |
protected com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService |
ddmStructureLocalService |
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence |
ddmStructurePersistence |
protected com.liferay.portlet.dynamicdatamapping.service.DDMStructureService |
ddmStructureService |
protected com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService |
dlAppHelperLocalService |
protected com.liferay.portlet.documentlibrary.service.DLAppLocalService |
dlAppLocalService |
protected com.liferay.portlet.documentlibrary.service.DLAppService |
dlAppService |
protected com.liferay.portlet.documentlibrary.service.DLContentLocalService |
dlContentLocalService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence |
dlContentPersistence |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder |
dlFileEntryFinder |
protected com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService |
dlFileEntryLocalService |
protected com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService |
dlFileEntryMetadataLocalService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence |
dlFileEntryMetadataPersistence |
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.persistence.DLFileRankFinder |
dlFileRankFinder |
protected com.liferay.portlet.documentlibrary.service.DLFileRankLocalService |
dlFileRankLocalService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence |
dlFileRankPersistence |
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.documentlibrary.service.DLSyncEventLocalService |
dlSyncEventLocalService |
protected com.liferay.portlet.documentlibrary.service.persistence.DLSyncEventPersistence |
dlSyncEventPersistence |
protected com.liferay.portal.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.service.ResourceLocalService |
resourceLocalService |
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 |
protected com.liferay.portal.service.WorkflowDefinitionLinkLocalService |
workflowDefinitionLinkLocalService |
protected com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence |
workflowDefinitionLinkPersistence |
protected com.liferay.portal.service.WorkflowInstanceLinkLocalService |
workflowInstanceLinkLocalService |
protected com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence |
workflowInstanceLinkPersistence |
| Constructor and Description |
|---|
DLFileEntryTypeLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDDMStructureDLFileEntryType(long structureId,
com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType) |
void |
addDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId) |
void |
addDDMStructureDLFileEntryTypes(long structureId,
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> DLFileEntryTypes) |
void |
addDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds) |
com.liferay.portlet.documentlibrary.model.DLFileEntryType |
addDLFileEntryType(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
Adds the document library file entry type to the database.
|
void |
addDLFolderDLFileEntryType(long folderId,
com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType) |
void |
addDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId) |
void |
addDLFolderDLFileEntryTypes(long folderId,
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> DLFileEntryTypes) |
void |
addDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds) |
void |
afterPropertiesSet() |
void |
clearDDMStructureDLFileEntryTypes(long structureId) |
void |
clearDLFolderDLFileEntryTypes(long folderId) |
com.liferay.portlet.documentlibrary.model.DLFileEntryType |
createDLFileEntryType(long fileEntryTypeId)
Creates a new document library file entry type with the primary key.
|
void |
deleteDDMStructureDLFileEntryType(long structureId,
com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType) |
void |
deleteDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId) |
void |
deleteDDMStructureDLFileEntryTypes(long structureId,
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> DLFileEntryTypes) |
void |
deleteDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds) |
com.liferay.portlet.documentlibrary.model.DLFileEntryType |
deleteDLFileEntryType(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
Deletes the document library file entry type from the database.
|
com.liferay.portlet.documentlibrary.model.DLFileEntryType |
deleteDLFileEntryType(long fileEntryTypeId)
Deletes the document library file entry type with the primary key from the database.
|
void |
deleteDLFolderDLFileEntryType(long folderId,
com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType) |
void |
deleteDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId) |
void |
deleteDLFolderDLFileEntryTypes(long folderId,
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> DLFileEntryTypes) |
void |
deleteDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds) |
void |
destroy() |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
java.util.List |
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.
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator 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 that match 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 that match the dynamic query.
|
com.liferay.portlet.documentlibrary.model.DLFileEntryType |
fetchDLFileEntryType(long fileEntryTypeId) |
com.liferay.portlet.documentlibrary.model.DLFileEntryType |
fetchDLFileEntryTypeByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the document library file entry type with the matching UUID and company.
|
com.liferay.portlet.documentlibrary.model.DLFileEntryType |
fetchDLFileEntryTypeByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the document library file entry type matching the UUID and group.
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> |
getDDMStructureDLFileEntryTypes(long structureId) |
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> |
getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end) |
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> |
getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
int |
getDDMStructureDLFileEntryTypesCount(long structureId) |
com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder |
getDDMStructureFinder()
Returns the d d m structure finder.
|
com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService |
getDDMStructureLocalService()
Returns the d d m structure local service.
|
com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence |
getDDMStructurePersistence()
Returns the d d m structure persistence.
|
com.liferay.portlet.dynamicdatamapping.service.DDMStructureService |
getDDMStructureService()
Returns the d d m structure remote service.
|
com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService |
getDLAppHelperLocalService()
Returns the d l app helper local service.
|
com.liferay.portlet.documentlibrary.service.DLAppLocalService |
getDLAppLocalService()
Returns the d l app local service.
|
com.liferay.portlet.documentlibrary.service.DLAppService |
getDLAppService()
Returns the d l app remote service.
|
com.liferay.portlet.documentlibrary.service.DLContentLocalService |
getDLContentLocalService()
Returns the document library content local service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence |
getDLContentPersistence()
Returns the document library content persistence.
|
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.DLFileEntryMetadataLocalService |
getDLFileEntryMetadataLocalService()
Returns the document library file entry metadata local service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence |
getDLFileEntryMetadataPersistence()
Returns the document library file entry metadata persistence.
|
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.model.DLFileEntryType |
getDLFileEntryType(long fileEntryTypeId)
Returns the document library file entry type with the primary key.
|
com.liferay.portlet.documentlibrary.model.DLFileEntryType |
getDLFileEntryTypeByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the document library file entry type with the matching UUID and company.
|
com.liferay.portlet.documentlibrary.model.DLFileEntryType |
getDLFileEntryTypeByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the document library file entry type matching the UUID and group.
|
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.
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> |
getDLFileEntryTypes(int start,
int end)
Returns a range of all the document library file entry types.
|
int |
getDLFileEntryTypesCount()
Returns the number of document library file entry types.
|
com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService |
getDLFileEntryTypeService()
Returns the document library file entry type remote service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder |
getDLFileRankFinder()
Returns the document library file rank finder.
|
com.liferay.portlet.documentlibrary.service.DLFileRankLocalService |
getDLFileRankLocalService()
Returns the document library file rank local service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence |
getDLFileRankPersistence()
Returns the document library file rank persistence.
|
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.
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> |
getDLFolderDLFileEntryTypes(long folderId) |
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> |
getDLFolderDLFileEntryTypes(long folderId,
int start,
int end) |
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> |
getDLFolderDLFileEntryTypes(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
int |
getDLFolderDLFileEntryTypesCount(long folderId) |
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.documentlibrary.service.DLSyncEventLocalService |
getDLSyncEventLocalService()
Returns the d l sync event local service.
|
com.liferay.portlet.documentlibrary.service.persistence.DLSyncEventPersistence |
getDLSyncEventPersistence()
Returns the d l sync event persistence.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
com.liferay.portal.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
com.liferay.portal.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
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.
|
com.liferay.portal.service.WorkflowDefinitionLinkLocalService |
getWorkflowDefinitionLinkLocalService()
Returns the workflow definition link local service.
|
com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence |
getWorkflowDefinitionLinkPersistence()
Returns the workflow definition link persistence.
|
com.liferay.portal.service.WorkflowInstanceLinkLocalService |
getWorkflowInstanceLinkLocalService()
Returns the workflow instance link local service.
|
com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence |
getWorkflowInstanceLinkPersistence()
Returns the workflow instance link persistence.
|
boolean |
hasDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId) |
boolean |
hasDDMStructureDLFileEntryTypes(long structureId) |
boolean |
hasDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId) |
boolean |
hasDLFolderDLFileEntryTypes(long folderId) |
protected void |
runSQL(java.lang.String sql)
Performs an SQL query.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds) |
void |
setDDMStructureFinder(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder ddmStructureFinder)
Sets the d d m structure finder.
|
void |
setDDMStructureLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService ddmStructureLocalService)
Sets the d d m structure local service.
|
void |
setDDMStructurePersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence)
Sets the d d m structure persistence.
|
void |
setDDMStructureService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureService ddmStructureService)
Sets the d d m structure remote service.
|
void |
setDLAppHelperLocalService(com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService)
Sets the d l app helper local service.
|
void |
setDLAppLocalService(com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService)
Sets the d l app local service.
|
void |
setDLAppService(com.liferay.portlet.documentlibrary.service.DLAppService dlAppService)
Sets the d l app remote service.
|
void |
setDLContentLocalService(com.liferay.portlet.documentlibrary.service.DLContentLocalService dlContentLocalService)
Sets the document library content local service.
|
void |
setDLContentPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence dlContentPersistence)
Sets the document library content persistence.
|
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 |
setDLFileEntryMetadataLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
Sets the document library file entry metadata local service.
|
void |
setDLFileEntryMetadataPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
Sets the document library file entry metadata persistence.
|
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 |
setDLFileRankFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder dlFileRankFinder)
Sets the document library file rank finder.
|
void |
setDLFileRankLocalService(com.liferay.portlet.documentlibrary.service.DLFileRankLocalService dlFileRankLocalService)
Sets the document library file rank local service.
|
void |
setDLFileRankPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence dlFileRankPersistence)
Sets the document library file rank persistence.
|
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 |
setDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds) |
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 |
setDLSyncEventLocalService(com.liferay.portlet.documentlibrary.service.DLSyncEventLocalService dlSyncEventLocalService)
Sets the d l sync event local service.
|
void |
setDLSyncEventPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLSyncEventPersistence dlSyncEventPersistence)
Sets the d l sync event persistence.
|
void |
setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
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.
|
void |
setWorkflowDefinitionLinkLocalService(com.liferay.portal.service.WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
Sets the workflow definition link local service.
|
void |
setWorkflowDefinitionLinkPersistence(com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
Sets the workflow definition link persistence.
|
void |
setWorkflowInstanceLinkLocalService(com.liferay.portal.service.WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
Sets the workflow instance link local service.
|
void |
setWorkflowInstanceLinkPersistence(com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
Sets the workflow instance link persistence.
|
com.liferay.portlet.documentlibrary.model.DLFileEntryType |
updateDLFileEntryType(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
Updates the document library file entry type in the database or adds it if it does not yet exist.
|
getClassLoader, getLayoutURL, getLayoutURLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFileEntryType, addFileEntryType, cascadeFileEntryTypes, deleteFileEntryType, deleteFileEntryType, deleteFileEntryTypes, fetchFileEntryType, fetchFileEntryType, getDefaultFileEntryTypeId, getFileEntryType, getFileEntryType, getFileEntryTypes, getFolderFileEntryTypes, search, searchCount, unsetFolderFileEntryTypes, updateFileEntryFileEntryType, updateFileEntryType, updateFileEntryType, updateFolderFileEntryTypes@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLAppLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLAppService.class) protected com.liferay.portlet.documentlibrary.service.DLAppService dlAppService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLContentLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLContentLocalService dlContentLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence dlContentPersistence
@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.DLFileEntryMetadataLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence
@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.DLFileRankLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLFileRankLocalService dlFileRankLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence dlFileRankPersistence
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder dlFileRankFinder
@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.documentlibrary.service.DLSyncEventLocalService.class) protected com.liferay.portlet.documentlibrary.service.DLSyncEventLocalService dlSyncEventLocalService
@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLSyncEventPersistence.class) protected com.liferay.portlet.documentlibrary.service.persistence.DLSyncEventPersistence dlSyncEventPersistence
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class) protected com.liferay.counter.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class) protected com.liferay.portal.service.ResourceLocalService resourceLocalService
@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.WorkflowDefinitionLinkLocalService.class) protected com.liferay.portal.service.WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService
@BeanReference(type=com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence.class) protected com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence
@BeanReference(type=com.liferay.portal.service.WorkflowInstanceLinkLocalService.class) protected com.liferay.portal.service.WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
@BeanReference(type=com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence.class) protected com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService.class) protected com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService ddmStructureLocalService
@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMStructureService.class) protected com.liferay.portlet.dynamicdatamapping.service.DDMStructureService ddmStructureService
@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence.class) protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence
@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder.class) protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder ddmStructureFinder
@BeanReference(type=com.liferay.portal.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX)
public com.liferay.portlet.documentlibrary.model.DLFileEntryType addDLFileEntryType(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
throws com.liferay.portal.kernel.exception.SystemException
addDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicedlFileEntryType - the document library file entry typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.documentlibrary.model.DLFileEntryType createDLFileEntryType(long fileEntryTypeId)
createDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicefileEntryTypeId - the primary key for the new document library file entry type@Indexable(type=DELETE)
public com.liferay.portlet.documentlibrary.model.DLFileEntryType deleteDLFileEntryType(long fileEntryTypeId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
deleteDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicefileEntryTypeId - the primary key of the document library file entry typecom.liferay.portal.kernel.exception.PortalException - if a document library file entry type with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurred@Indexable(type=DELETE)
public com.liferay.portlet.documentlibrary.model.DLFileEntryType deleteDLFileEntryType(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
throws com.liferay.portal.kernel.exception.SystemException
deleteDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicedlFileEntryType - the document library file entry typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicepublic java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
dynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicedynamicQuery - the dynamic querycom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 DLFileEntryTypeModelImpl. 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.portlet.documentlibrary.service.DLFileEntryTypeLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 DLFileEntryTypeModelImpl. 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.portlet.documentlibrary.service.DLFileEntryTypeLocalServicedynamicQuery - 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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
dynamicQueryCount in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicedynamicQuery - the dynamic querycom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
throws com.liferay.portal.kernel.exception.SystemException
dynamicQueryCount in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querycom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchDLFileEntryType(long fileEntryTypeId)
throws com.liferay.portal.kernel.exception.SystemException
fetchDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchDLFileEntryTypeByUuidAndCompanyId(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
fetchDLFileEntryTypeByUuidAndCompanyId in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServiceuuid - the document library file entry type's UUIDcompanyId - the primary key of the companynull if a matching document library file entry type could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchDLFileEntryTypeByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
fetchDLFileEntryTypeByUuidAndGroupId in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServiceuuid - the document library file entry type's UUIDgroupId - the primary key of the groupnull if a matching document library file entry type could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.documentlibrary.model.DLFileEntryType getDLFileEntryType(long fileEntryTypeId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
getDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicefileEntryTypeId - the primary key of the document library file entry typecom.liferay.portal.kernel.exception.PortalException - if a document library file entry type with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
getPersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicegetPersistedModel in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.documentlibrary.model.DLFileEntryType getDLFileEntryTypeByUuidAndCompanyId(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
getDLFileEntryTypeByUuidAndCompanyId in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServiceuuid - the document library file entry type's UUIDcompanyId - the primary key of the companycom.liferay.portal.kernel.exception.PortalException - if a matching document library file entry type could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.documentlibrary.model.DLFileEntryType getDLFileEntryTypeByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
getDLFileEntryTypeByUuidAndGroupId in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServiceuuid - the document library file entry type's UUIDgroupId - the primary key of the groupcom.liferay.portal.kernel.exception.PortalException - if a matching document library file entry type could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> getDLFileEntryTypes(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 DLFileEntryTypeModelImpl. 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.
getDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicestart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getDLFileEntryTypesCount()
throws com.liferay.portal.kernel.exception.SystemException
getDLFileEntryTypesCount in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurred@Indexable(type=REINDEX)
public com.liferay.portlet.documentlibrary.model.DLFileEntryType updateDLFileEntryType(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
throws com.liferay.portal.kernel.exception.SystemException
updateDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicedlFileEntryType - the document library file entry typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
throws com.liferay.portal.kernel.exception.SystemException
addDLFolderDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addDLFolderDLFileEntryType(long folderId,
com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
throws com.liferay.portal.kernel.exception.SystemException
addDLFolderDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
throws com.liferay.portal.kernel.exception.SystemException
addDLFolderDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addDLFolderDLFileEntryTypes(long folderId,
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> DLFileEntryTypes)
throws com.liferay.portal.kernel.exception.SystemException
addDLFolderDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearDLFolderDLFileEntryTypes(long folderId)
throws com.liferay.portal.kernel.exception.SystemException
clearDLFolderDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
throws com.liferay.portal.kernel.exception.SystemException
deleteDLFolderDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteDLFolderDLFileEntryType(long folderId,
com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
throws com.liferay.portal.kernel.exception.SystemException
deleteDLFolderDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
throws com.liferay.portal.kernel.exception.SystemException
deleteDLFolderDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteDLFolderDLFileEntryTypes(long folderId,
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> DLFileEntryTypes)
throws com.liferay.portal.kernel.exception.SystemException
deleteDLFolderDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId)
throws com.liferay.portal.kernel.exception.SystemException
getDLFolderDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
getDLFolderDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
getDLFolderDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getDLFolderDLFileEntryTypesCount(long folderId)
throws com.liferay.portal.kernel.exception.SystemException
getDLFolderDLFileEntryTypesCount in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean hasDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
throws com.liferay.portal.kernel.exception.SystemException
hasDLFolderDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean hasDLFolderDLFileEntryTypes(long folderId)
throws com.liferay.portal.kernel.exception.SystemException
hasDLFolderDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
throws com.liferay.portal.kernel.exception.SystemException
setDLFolderDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId)
throws com.liferay.portal.kernel.exception.SystemException
addDDMStructureDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addDDMStructureDLFileEntryType(long structureId,
com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
throws com.liferay.portal.kernel.exception.SystemException
addDDMStructureDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds)
throws com.liferay.portal.kernel.exception.SystemException
addDDMStructureDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addDDMStructureDLFileEntryTypes(long structureId,
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> DLFileEntryTypes)
throws com.liferay.portal.kernel.exception.SystemException
addDDMStructureDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearDDMStructureDLFileEntryTypes(long structureId)
throws com.liferay.portal.kernel.exception.SystemException
clearDDMStructureDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId)
throws com.liferay.portal.kernel.exception.SystemException
deleteDDMStructureDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteDDMStructureDLFileEntryType(long structureId,
com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
throws com.liferay.portal.kernel.exception.SystemException
deleteDDMStructureDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds)
throws com.liferay.portal.kernel.exception.SystemException
deleteDDMStructureDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteDDMStructureDLFileEntryTypes(long structureId,
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> DLFileEntryTypes)
throws com.liferay.portal.kernel.exception.SystemException
deleteDDMStructureDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId)
throws com.liferay.portal.kernel.exception.SystemException
getDDMStructureDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
getDDMStructureDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
getDDMStructureDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getDDMStructureDLFileEntryTypesCount(long structureId)
throws com.liferay.portal.kernel.exception.SystemException
getDDMStructureDLFileEntryTypesCount in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean hasDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId)
throws com.liferay.portal.kernel.exception.SystemException
hasDDMStructureDLFileEntryType in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean hasDDMStructureDLFileEntryTypes(long structureId)
throws com.liferay.portal.kernel.exception.SystemException
hasDDMStructureDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds)
throws com.liferay.portal.kernel.exception.SystemException
setDDMStructureDLFileEntryTypes in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.documentlibrary.service.DLAppLocalService getDLAppLocalService()
public void setDLAppLocalService(com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService)
dlAppLocalService - the d l app local servicepublic com.liferay.portlet.documentlibrary.service.DLAppService getDLAppService()
public void setDLAppService(com.liferay.portlet.documentlibrary.service.DLAppService dlAppService)
dlAppService - the d l app remote servicepublic 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.DLContentLocalService getDLContentLocalService()
public void setDLContentLocalService(com.liferay.portlet.documentlibrary.service.DLContentLocalService dlContentLocalService)
dlContentLocalService - the document library content local servicepublic com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence getDLContentPersistence()
public void setDLContentPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence dlContentPersistence)
dlContentPersistence - the document library content persistencepublic 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.DLFileEntryMetadataLocalService getDLFileEntryMetadataLocalService()
public void setDLFileEntryMetadataLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
dlFileEntryMetadataLocalService - the document library file entry metadata local servicepublic com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence getDLFileEntryMetadataPersistence()
public void setDLFileEntryMetadataPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
dlFileEntryMetadataPersistence - the document library file entry metadata persistencepublic 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.DLFileRankLocalService getDLFileRankLocalService()
public void setDLFileRankLocalService(com.liferay.portlet.documentlibrary.service.DLFileRankLocalService dlFileRankLocalService)
dlFileRankLocalService - the document library file rank local servicepublic com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence getDLFileRankPersistence()
public void setDLFileRankPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence dlFileRankPersistence)
dlFileRankPersistence - the document library file rank persistencepublic com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder getDLFileRankFinder()
public void setDLFileRankFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder dlFileRankFinder)
dlFileRankFinder - the document library file rank 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.documentlibrary.service.DLSyncEventLocalService getDLSyncEventLocalService()
public void setDLSyncEventLocalService(com.liferay.portlet.documentlibrary.service.DLSyncEventLocalService dlSyncEventLocalService)
dlSyncEventLocalService - the d l sync event local servicepublic com.liferay.portlet.documentlibrary.service.persistence.DLSyncEventPersistence getDLSyncEventPersistence()
public void setDLSyncEventPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLSyncEventPersistence dlSyncEventPersistence)
dlSyncEventPersistence - the d l sync event 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.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic 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 com.liferay.portal.service.WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService()
public void setWorkflowDefinitionLinkLocalService(com.liferay.portal.service.WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
workflowDefinitionLinkLocalService - the workflow definition link local servicepublic com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence()
public void setWorkflowDefinitionLinkPersistence(com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
workflowDefinitionLinkPersistence - the workflow definition link persistencepublic com.liferay.portal.service.WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
public void setWorkflowInstanceLinkLocalService(com.liferay.portal.service.WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
workflowInstanceLinkLocalService - the workflow instance link local servicepublic com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
public void setWorkflowInstanceLinkPersistence(com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
workflowInstanceLinkPersistence - the workflow instance link persistencepublic com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService getDDMStructureLocalService()
public void setDDMStructureLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService ddmStructureLocalService)
ddmStructureLocalService - the d d m structure local servicepublic com.liferay.portlet.dynamicdatamapping.service.DDMStructureService getDDMStructureService()
public void setDDMStructureService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureService ddmStructureService)
ddmStructureService - the d d m structure remote servicepublic com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence getDDMStructurePersistence()
public void setDDMStructurePersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence)
ddmStructurePersistence - the d d m structure persistencepublic com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder getDDMStructureFinder()
public void setDDMStructureFinder(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder ddmStructureFinder)
ddmStructureFinder - the d d m structure finderpublic void afterPropertiesSet()
public void destroy()
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeangetBeanIdentifier in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeansetBeanIdentifier in interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServicebeanIdentifier - the Spring bean ID for this beanprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
throws com.liferay.portal.kernel.exception.SystemException
sql - the sql querycom.liferay.portal.kernel.exception.SystemException