|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLFileEntryTypeLocalServiceBaseImpl
public abstract class DLFileEntryTypeLocalServiceBaseImpl
Provides the base implementation for the document library file entry type local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in DLFileEntryTypeLocalServiceImpl.
DLFileEntryTypeLocalServiceImpl,
DLFileEntryTypeLocalServiceUtil| Fields inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
layoutPersistence |
| Constructor Summary | |
|---|---|
DLFileEntryTypeLocalServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
addDDMStructureDLFileEntryType(long structureId,
DLFileEntryType dlFileEntryType)
|
void |
addDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId)
|
void |
addDDMStructureDLFileEntryTypes(long structureId,
List<DLFileEntryType> DLFileEntryTypes)
|
void |
addDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds)
|
DLFileEntryType |
addDLFileEntryType(DLFileEntryType dlFileEntryType)
Adds the document library file entry type to the database. |
void |
addDLFolderDLFileEntryType(long folderId,
DLFileEntryType dlFileEntryType)
|
void |
addDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
|
void |
addDLFolderDLFileEntryTypes(long folderId,
List<DLFileEntryType> DLFileEntryTypes)
|
void |
addDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
|
void |
afterPropertiesSet()
|
void |
clearDDMStructureDLFileEntryTypes(long structureId)
|
void |
clearDLFolderDLFileEntryTypes(long folderId)
|
DLFileEntryType |
createDLFileEntryType(long fileEntryTypeId)
Creates a new document library file entry type with the primary key. |
void |
deleteDDMStructureDLFileEntryType(long structureId,
DLFileEntryType dlFileEntryType)
|
void |
deleteDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId)
|
void |
deleteDDMStructureDLFileEntryTypes(long structureId,
List<DLFileEntryType> DLFileEntryTypes)
|
void |
deleteDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds)
|
DLFileEntryType |
deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
Deletes the document library file entry type from the database. |
DLFileEntryType |
deleteDLFileEntryType(long fileEntryTypeId)
Deletes the document library file entry type with the primary key from the database. |
void |
deleteDLFolderDLFileEntryType(long folderId,
DLFileEntryType dlFileEntryType)
|
void |
deleteDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
|
void |
deleteDLFolderDLFileEntryTypes(long folderId,
List<DLFileEntryType> DLFileEntryTypes)
|
void |
deleteDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
|
void |
destroy()
|
DynamicQuery |
dynamicQuery()
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query. |
DLFileEntryType |
fetchDLFileEntryType(long fileEntryTypeId)
|
DLFileEntryType |
fetchDLFileEntryTypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the document library file entry type with the matching UUID and company. |
DLFileEntryType |
fetchDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry type matching the UUID and group. |
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
List<DLFileEntryType> |
getDDMStructureDLFileEntryTypes(long structureId)
|
List<DLFileEntryType> |
getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end)
|
List<DLFileEntryType> |
getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getDDMStructureDLFileEntryTypesCount(long structureId)
|
DDMStructureFinder |
getDDMStructureFinder()
Returns the d d m structure finder. |
DDMStructureLocalService |
getDDMStructureLocalService()
Returns the d d m structure local service. |
DDMStructurePersistence |
getDDMStructurePersistence()
Returns the d d m structure persistence. |
DDMStructureService |
getDDMStructureService()
Returns the d d m structure remote service. |
DLAppHelperLocalService |
getDLAppHelperLocalService()
Returns the d l app helper local service. |
DLAppLocalService |
getDLAppLocalService()
Returns the d l app local service. |
DLAppService |
getDLAppService()
Returns the d l app remote service. |
DLContentLocalService |
getDLContentLocalService()
Returns the document library content local service. |
DLContentPersistence |
getDLContentPersistence()
Returns the document library content persistence. |
DLFileEntryFinder |
getDLFileEntryFinder()
Returns the document library file entry finder. |
DLFileEntryLocalService |
getDLFileEntryLocalService()
Returns the document library file entry local service. |
DLFileEntryMetadataLocalService |
getDLFileEntryMetadataLocalService()
Returns the document library file entry metadata local service. |
DLFileEntryMetadataPersistence |
getDLFileEntryMetadataPersistence()
Returns the document library file entry metadata persistence. |
DLFileEntryPersistence |
getDLFileEntryPersistence()
Returns the document library file entry persistence. |
DLFileEntryService |
getDLFileEntryService()
Returns the document library file entry remote service. |
DLFileEntryType |
getDLFileEntryType(long fileEntryTypeId)
Returns the document library file entry type with the primary key. |
DLFileEntryType |
getDLFileEntryTypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the document library file entry type with the matching UUID and company. |
DLFileEntryType |
getDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry type matching the UUID and group. |
DLFileEntryTypeFinder |
getDLFileEntryTypeFinder()
Returns the document library file entry type finder. |
DLFileEntryTypeLocalService |
getDLFileEntryTypeLocalService()
Returns the document library file entry type local service. |
DLFileEntryTypePersistence |
getDLFileEntryTypePersistence()
Returns the document library file entry type persistence. |
List<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. |
DLFileEntryTypeService |
getDLFileEntryTypeService()
Returns the document library file entry type remote service. |
DLFileRankFinder |
getDLFileRankFinder()
Returns the document library file rank finder. |
DLFileRankLocalService |
getDLFileRankLocalService()
Returns the document library file rank local service. |
DLFileRankPersistence |
getDLFileRankPersistence()
Returns the document library file rank persistence. |
DLFileShortcutLocalService |
getDLFileShortcutLocalService()
Returns the document library file shortcut local service. |
DLFileShortcutPersistence |
getDLFileShortcutPersistence()
Returns the document library file shortcut persistence. |
DLFileShortcutService |
getDLFileShortcutService()
Returns the document library file shortcut remote service. |
DLFileVersionLocalService |
getDLFileVersionLocalService()
Returns the document library file version local service. |
DLFileVersionPersistence |
getDLFileVersionPersistence()
Returns the document library file version persistence. |
DLFileVersionService |
getDLFileVersionService()
Returns the document library file version remote service. |
List<DLFileEntryType> |
getDLFolderDLFileEntryTypes(long folderId)
|
List<DLFileEntryType> |
getDLFolderDLFileEntryTypes(long folderId,
int start,
int end)
|
List<DLFileEntryType> |
getDLFolderDLFileEntryTypes(long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getDLFolderDLFileEntryTypesCount(long folderId)
|
DLFolderFinder |
getDLFolderFinder()
Returns the document library folder finder. |
DLFolderLocalService |
getDLFolderLocalService()
Returns the document library folder local service. |
DLFolderPersistence |
getDLFolderPersistence()
Returns the document library folder persistence. |
DLFolderService |
getDLFolderService()
Returns the document library folder remote service. |
DLSyncEventLocalService |
getDLSyncEventLocalService()
Returns the d l sync event local service. |
DLSyncEventPersistence |
getDLSyncEventPersistence()
Returns the d l sync event persistence. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
UserFinder |
getUserFinder()
Returns the user finder. |
UserLocalService |
getUserLocalService()
Returns the user local service. |
UserPersistence |
getUserPersistence()
Returns the user persistence. |
UserService |
getUserService()
Returns the user remote service. |
WorkflowDefinitionLinkLocalService |
getWorkflowDefinitionLinkLocalService()
Returns the workflow definition link local service. |
WorkflowDefinitionLinkPersistence |
getWorkflowDefinitionLinkPersistence()
Returns the workflow definition link persistence. |
WorkflowInstanceLinkLocalService |
getWorkflowInstanceLinkLocalService()
Returns the workflow instance link local service. |
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(String sql)
Performs an SQL query. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds)
|
void |
setDDMStructureFinder(DDMStructureFinder ddmStructureFinder)
Sets the d d m structure finder. |
void |
setDDMStructureLocalService(DDMStructureLocalService ddmStructureLocalService)
Sets the d d m structure local service. |
void |
setDDMStructurePersistence(DDMStructurePersistence ddmStructurePersistence)
Sets the d d m structure persistence. |
void |
setDDMStructureService(DDMStructureService ddmStructureService)
Sets the d d m structure remote service. |
void |
setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
Sets the d l app helper local service. |
void |
setDLAppLocalService(DLAppLocalService dlAppLocalService)
Sets the d l app local service. |
void |
setDLAppService(DLAppService dlAppService)
Sets the d l app remote service. |
void |
setDLContentLocalService(DLContentLocalService dlContentLocalService)
Sets the document library content local service. |
void |
setDLContentPersistence(DLContentPersistence dlContentPersistence)
Sets the document library content persistence. |
void |
setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
Sets the document library file entry finder. |
void |
setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
Sets the document library file entry local service. |
void |
setDLFileEntryMetadataLocalService(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
Sets the document library file entry metadata local service. |
void |
setDLFileEntryMetadataPersistence(DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
Sets the document library file entry metadata persistence. |
void |
setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
Sets the document library file entry persistence. |
void |
setDLFileEntryService(DLFileEntryService dlFileEntryService)
Sets the document library file entry remote service. |
void |
setDLFileEntryTypeFinder(DLFileEntryTypeFinder dlFileEntryTypeFinder)
Sets the document library file entry type finder. |
void |
setDLFileEntryTypeLocalService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
Sets the document library file entry type local service. |
void |
setDLFileEntryTypePersistence(DLFileEntryTypePersistence dlFileEntryTypePersistence)
Sets the document library file entry type persistence. |
void |
setDLFileEntryTypeService(DLFileEntryTypeService dlFileEntryTypeService)
Sets the document library file entry type remote service. |
void |
setDLFileRankFinder(DLFileRankFinder dlFileRankFinder)
Sets the document library file rank finder. |
void |
setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
Sets the document library file rank local service. |
void |
setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
Sets the document library file rank persistence. |
void |
setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
Sets the document library file shortcut local service. |
void |
setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
Sets the document library file shortcut persistence. |
void |
setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
Sets the document library file shortcut remote service. |
void |
setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
Sets the document library file version local service. |
void |
setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
Sets the document library file version persistence. |
void |
setDLFileVersionService(DLFileVersionService dlFileVersionService)
Sets the document library file version remote service. |
void |
setDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
|
void |
setDLFolderFinder(DLFolderFinder dlFolderFinder)
Sets the document library folder finder. |
void |
setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
Sets the document library folder local service. |
void |
setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
Sets the document library folder persistence. |
void |
setDLFolderService(DLFolderService dlFolderService)
Sets the document library folder remote service. |
void |
setDLSyncEventLocalService(DLSyncEventLocalService dlSyncEventLocalService)
Sets the d l sync event local service. |
void |
setDLSyncEventPersistence(DLSyncEventPersistence dlSyncEventPersistence)
Sets the d l sync event persistence. |
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
void |
setUserService(UserService userService)
Sets the user remote service. |
void |
setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
Sets the workflow definition link local service. |
void |
setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
Sets the workflow definition link persistence. |
void |
setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
Sets the workflow instance link local service. |
void |
setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
Sets the workflow instance link persistence. |
DLFileEntryType |
updateDLFileEntryType(DLFileEntryType dlFileEntryType)
Updates the document library file entry type in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLayoutURL, getLayoutURL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService |
|---|
addFileEntryType, addFileEntryType, cascadeFileEntryTypes, deleteFileEntryType, deleteFileEntryType, deleteFileEntryTypes, fetchFileEntryType, getDefaultFileEntryTypeId, getFileEntryType, getFileEntryType, getFileEntryTypes, getFolderFileEntryTypes, search, searchCount, unsetFolderFileEntryTypes, updateFileEntryFileEntryType, updateFileEntryType, updateFileEntryType, updateFolderFileEntryTypes |
| Field Detail |
|---|
@BeanReference(type=DLAppLocalService.class) protected DLAppLocalService dlAppLocalService
@BeanReference(type=DLAppService.class) protected DLAppService dlAppService
@BeanReference(type=DLAppHelperLocalService.class) protected DLAppHelperLocalService dlAppHelperLocalService
@BeanReference(type=DLContentLocalService.class) protected DLContentLocalService dlContentLocalService
@BeanReference(type=DLContentPersistence.class) protected DLContentPersistence dlContentPersistence
@BeanReference(type=DLFileEntryLocalService.class) protected DLFileEntryLocalService dlFileEntryLocalService
@BeanReference(type=DLFileEntryService.class) protected DLFileEntryService dlFileEntryService
@BeanReference(type=DLFileEntryPersistence.class) protected DLFileEntryPersistence dlFileEntryPersistence
@BeanReference(type=DLFileEntryFinder.class) protected DLFileEntryFinder dlFileEntryFinder
@BeanReference(type=DLFileEntryMetadataLocalService.class) protected DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService
@BeanReference(type=DLFileEntryMetadataPersistence.class) protected DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence
@BeanReference(type=DLFileEntryTypeLocalService.class) protected DLFileEntryTypeLocalService dlFileEntryTypeLocalService
@BeanReference(type=DLFileEntryTypeService.class) protected DLFileEntryTypeService dlFileEntryTypeService
@BeanReference(type=DLFileEntryTypePersistence.class) protected DLFileEntryTypePersistence dlFileEntryTypePersistence
@BeanReference(type=DLFileEntryTypeFinder.class) protected DLFileEntryTypeFinder dlFileEntryTypeFinder
@BeanReference(type=DLFileRankLocalService.class) protected DLFileRankLocalService dlFileRankLocalService
@BeanReference(type=DLFileRankPersistence.class) protected DLFileRankPersistence dlFileRankPersistence
@BeanReference(type=DLFileRankFinder.class) protected DLFileRankFinder dlFileRankFinder
@BeanReference(type=DLFileShortcutLocalService.class) protected DLFileShortcutLocalService dlFileShortcutLocalService
@BeanReference(type=DLFileShortcutService.class) protected DLFileShortcutService dlFileShortcutService
@BeanReference(type=DLFileShortcutPersistence.class) protected DLFileShortcutPersistence dlFileShortcutPersistence
@BeanReference(type=DLFileVersionLocalService.class) protected DLFileVersionLocalService dlFileVersionLocalService
@BeanReference(type=DLFileVersionService.class) protected DLFileVersionService dlFileVersionService
@BeanReference(type=DLFileVersionPersistence.class) protected DLFileVersionPersistence dlFileVersionPersistence
@BeanReference(type=DLFolderLocalService.class) protected DLFolderLocalService dlFolderLocalService
@BeanReference(type=DLFolderService.class) protected DLFolderService dlFolderService
@BeanReference(type=DLFolderPersistence.class) protected DLFolderPersistence dlFolderPersistence
@BeanReference(type=DLFolderFinder.class) protected DLFolderFinder dlFolderFinder
@BeanReference(type=DLSyncEventLocalService.class) protected DLSyncEventLocalService dlSyncEventLocalService
@BeanReference(type=DLSyncEventPersistence.class) protected DLSyncEventPersistence dlSyncEventPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=WorkflowDefinitionLinkLocalService.class) protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService
@BeanReference(type=WorkflowDefinitionLinkPersistence.class) protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence
@BeanReference(type=WorkflowInstanceLinkLocalService.class) protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
@BeanReference(type=WorkflowInstanceLinkPersistence.class) protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
@BeanReference(type=DDMStructureLocalService.class) protected DDMStructureLocalService ddmStructureLocalService
@BeanReference(type=DDMStructureService.class) protected DDMStructureService ddmStructureService
@BeanReference(type=DDMStructurePersistence.class) protected DDMStructurePersistence ddmStructurePersistence
@BeanReference(type=DDMStructureFinder.class) protected DDMStructureFinder ddmStructureFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public DLFileEntryTypeLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX)
public DLFileEntryType addDLFileEntryType(DLFileEntryType dlFileEntryType)
throws SystemException
addDLFileEntryType in interface DLFileEntryTypeLocalServicedlFileEntryType - the document library file entry type
SystemException - if a system exception occurredpublic DLFileEntryType createDLFileEntryType(long fileEntryTypeId)
createDLFileEntryType in interface DLFileEntryTypeLocalServicefileEntryTypeId - the primary key for the new document library file entry type
@Indexable(type=DELETE)
public DLFileEntryType deleteDLFileEntryType(long fileEntryTypeId)
throws PortalException,
SystemException
deleteDLFileEntryType in interface DLFileEntryTypeLocalServicefileEntryTypeId - the primary key of the document library file entry type
PortalException - if a document library file entry type with the primary key could not be found
SystemException - if a system exception occurred
@Indexable(type=DELETE)
public DLFileEntryType deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
throws SystemException
deleteDLFileEntryType in interface DLFileEntryTypeLocalServicedlFileEntryType - the document library file entry type
SystemException - if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery in interface DLFileEntryTypeLocalService
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface DLFileEntryTypeLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws 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 DLFileEntryTypeLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface DLFileEntryTypeLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
throws SystemException
dynamicQueryCount in interface DLFileEntryTypeLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
SystemException - if a system exception occurred
public DLFileEntryType fetchDLFileEntryType(long fileEntryTypeId)
throws SystemException
fetchDLFileEntryType in interface DLFileEntryTypeLocalServiceSystemException
public DLFileEntryType fetchDLFileEntryTypeByUuidAndCompanyId(String uuid,
long companyId)
throws SystemException
fetchDLFileEntryTypeByUuidAndCompanyId in interface DLFileEntryTypeLocalServiceuuid - the document library file entry type's UUIDcompanyId - the primary key of the company
null if a matching document library file entry type could not be found
SystemException - if a system exception occurred
public DLFileEntryType fetchDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
throws SystemException
fetchDLFileEntryTypeByUuidAndGroupId in interface DLFileEntryTypeLocalServiceuuid - the document library file entry type's UUIDgroupId - the primary key of the group
null if a matching document library file entry type could not be found
SystemException - if a system exception occurred
public DLFileEntryType getDLFileEntryType(long fileEntryTypeId)
throws PortalException,
SystemException
getDLFileEntryType in interface DLFileEntryTypeLocalServicefileEntryTypeId - the primary key of the document library file entry type
PortalException - if a document library file entry type with the primary key could not be found
SystemException - if a system exception occurred
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException,
SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface DLFileEntryTypeLocalServicePortalException
SystemException
public DLFileEntryType getDLFileEntryTypeByUuidAndCompanyId(String uuid,
long companyId)
throws PortalException,
SystemException
getDLFileEntryTypeByUuidAndCompanyId in interface DLFileEntryTypeLocalServiceuuid - the document library file entry type's UUIDcompanyId - the primary key of the company
PortalException - if a matching document library file entry type could not be found
SystemException - if a system exception occurred
public DLFileEntryType getDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
throws PortalException,
SystemException
getDLFileEntryTypeByUuidAndGroupId in interface DLFileEntryTypeLocalServiceuuid - the document library file entry type's UUIDgroupId - the primary key of the group
PortalException - if a matching document library file entry type could not be found
SystemException - if a system exception occurred
public List<DLFileEntryType> getDLFileEntryTypes(int start,
int end)
throws 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 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)
SystemException - if a system exception occurred
public int getDLFileEntryTypesCount()
throws SystemException
getDLFileEntryTypesCount in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
@Indexable(type=REINDEX)
public DLFileEntryType updateDLFileEntryType(DLFileEntryType dlFileEntryType)
throws SystemException
updateDLFileEntryType in interface DLFileEntryTypeLocalServicedlFileEntryType - the document library file entry type
SystemException - if a system exception occurred
public void addDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
throws SystemException
addDLFolderDLFileEntryType in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void addDLFolderDLFileEntryType(long folderId,
DLFileEntryType dlFileEntryType)
throws SystemException
addDLFolderDLFileEntryType in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void addDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
throws SystemException
addDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void addDLFolderDLFileEntryTypes(long folderId,
List<DLFileEntryType> DLFileEntryTypes)
throws SystemException
addDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void clearDLFolderDLFileEntryTypes(long folderId)
throws SystemException
clearDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void deleteDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
throws SystemException
deleteDLFolderDLFileEntryType in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void deleteDLFolderDLFileEntryType(long folderId,
DLFileEntryType dlFileEntryType)
throws SystemException
deleteDLFolderDLFileEntryType in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void deleteDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
throws SystemException
deleteDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void deleteDLFolderDLFileEntryTypes(long folderId,
List<DLFileEntryType> DLFileEntryTypes)
throws SystemException
deleteDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId)
throws SystemException
getDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId,
int start,
int end)
throws SystemException
getDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public int getDLFolderDLFileEntryTypesCount(long folderId)
throws SystemException
getDLFolderDLFileEntryTypesCount in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public boolean hasDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
throws SystemException
hasDLFolderDLFileEntryType in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public boolean hasDLFolderDLFileEntryTypes(long folderId)
throws SystemException
hasDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void setDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
throws SystemException
setDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void addDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId)
throws SystemException
addDDMStructureDLFileEntryType in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void addDDMStructureDLFileEntryType(long structureId,
DLFileEntryType dlFileEntryType)
throws SystemException
addDDMStructureDLFileEntryType in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void addDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds)
throws SystemException
addDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void addDDMStructureDLFileEntryTypes(long structureId,
List<DLFileEntryType> DLFileEntryTypes)
throws SystemException
addDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void clearDDMStructureDLFileEntryTypes(long structureId)
throws SystemException
clearDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void deleteDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId)
throws SystemException
deleteDDMStructureDLFileEntryType in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void deleteDDMStructureDLFileEntryType(long structureId,
DLFileEntryType dlFileEntryType)
throws SystemException
deleteDDMStructureDLFileEntryType in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void deleteDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds)
throws SystemException
deleteDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void deleteDDMStructureDLFileEntryTypes(long structureId,
List<DLFileEntryType> DLFileEntryTypes)
throws SystemException
deleteDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId)
throws SystemException
getDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end)
throws SystemException
getDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public int getDDMStructureDLFileEntryTypesCount(long structureId)
throws SystemException
getDDMStructureDLFileEntryTypesCount in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public boolean hasDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId)
throws SystemException
hasDDMStructureDLFileEntryType in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public boolean hasDDMStructureDLFileEntryTypes(long structureId)
throws SystemException
hasDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurred
public void setDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds)
throws SystemException
setDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalServiceSystemException - if a system exception occurredpublic DLAppLocalService getDLAppLocalService()
public void setDLAppLocalService(DLAppLocalService dlAppLocalService)
dlAppLocalService - the d l app local servicepublic DLAppService getDLAppService()
public void setDLAppService(DLAppService dlAppService)
dlAppService - the d l app remote servicepublic DLAppHelperLocalService getDLAppHelperLocalService()
public void setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
dlAppHelperLocalService - the d l app helper local servicepublic DLContentLocalService getDLContentLocalService()
public void setDLContentLocalService(DLContentLocalService dlContentLocalService)
dlContentLocalService - the document library content local servicepublic DLContentPersistence getDLContentPersistence()
public void setDLContentPersistence(DLContentPersistence dlContentPersistence)
dlContentPersistence - the document library content persistencepublic DLFileEntryLocalService getDLFileEntryLocalService()
public void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
dlFileEntryLocalService - the document library file entry local servicepublic DLFileEntryService getDLFileEntryService()
public void setDLFileEntryService(DLFileEntryService dlFileEntryService)
dlFileEntryService - the document library file entry remote servicepublic DLFileEntryPersistence getDLFileEntryPersistence()
public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
dlFileEntryPersistence - the document library file entry persistencepublic DLFileEntryFinder getDLFileEntryFinder()
public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
dlFileEntryFinder - the document library file entry finderpublic DLFileEntryMetadataLocalService getDLFileEntryMetadataLocalService()
public void setDLFileEntryMetadataLocalService(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
dlFileEntryMetadataLocalService - the document library file entry metadata local servicepublic DLFileEntryMetadataPersistence getDLFileEntryMetadataPersistence()
public void setDLFileEntryMetadataPersistence(DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
dlFileEntryMetadataPersistence - the document library file entry metadata persistencepublic DLFileEntryTypeLocalService getDLFileEntryTypeLocalService()
public void setDLFileEntryTypeLocalService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
dlFileEntryTypeLocalService - the document library file entry type local servicepublic DLFileEntryTypeService getDLFileEntryTypeService()
public void setDLFileEntryTypeService(DLFileEntryTypeService dlFileEntryTypeService)
dlFileEntryTypeService - the document library file entry type remote servicepublic DLFileEntryTypePersistence getDLFileEntryTypePersistence()
public void setDLFileEntryTypePersistence(DLFileEntryTypePersistence dlFileEntryTypePersistence)
dlFileEntryTypePersistence - the document library file entry type persistencepublic DLFileEntryTypeFinder getDLFileEntryTypeFinder()
public void setDLFileEntryTypeFinder(DLFileEntryTypeFinder dlFileEntryTypeFinder)
dlFileEntryTypeFinder - the document library file entry type finderpublic DLFileRankLocalService getDLFileRankLocalService()
public void setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
dlFileRankLocalService - the document library file rank local servicepublic DLFileRankPersistence getDLFileRankPersistence()
public void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
dlFileRankPersistence - the document library file rank persistencepublic DLFileRankFinder getDLFileRankFinder()
public void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder)
dlFileRankFinder - the document library file rank finderpublic DLFileShortcutLocalService getDLFileShortcutLocalService()
public void setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
dlFileShortcutLocalService - the document library file shortcut local servicepublic DLFileShortcutService getDLFileShortcutService()
public void setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
dlFileShortcutService - the document library file shortcut remote servicepublic DLFileShortcutPersistence getDLFileShortcutPersistence()
public void setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
dlFileShortcutPersistence - the document library file shortcut persistencepublic DLFileVersionLocalService getDLFileVersionLocalService()
public void setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
dlFileVersionLocalService - the document library file version local servicepublic DLFileVersionService getDLFileVersionService()
public void setDLFileVersionService(DLFileVersionService dlFileVersionService)
dlFileVersionService - the document library file version remote servicepublic DLFileVersionPersistence getDLFileVersionPersistence()
public void setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
dlFileVersionPersistence - the document library file version persistencepublic DLFolderLocalService getDLFolderLocalService()
public void setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
dlFolderLocalService - the document library folder local servicepublic DLFolderService getDLFolderService()
public void setDLFolderService(DLFolderService dlFolderService)
dlFolderService - the document library folder remote servicepublic DLFolderPersistence getDLFolderPersistence()
public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
dlFolderPersistence - the document library folder persistencepublic DLFolderFinder getDLFolderFinder()
public void setDLFolderFinder(DLFolderFinder dlFolderFinder)
dlFolderFinder - the document library folder finderpublic DLSyncEventLocalService getDLSyncEventLocalService()
public void setDLSyncEventLocalService(DLSyncEventLocalService dlSyncEventLocalService)
dlSyncEventLocalService - the d l sync event local servicepublic DLSyncEventPersistence getDLSyncEventPersistence()
public void setDLSyncEventPersistence(DLSyncEventPersistence dlSyncEventPersistence)
dlSyncEventPersistence - the d l sync event persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService - the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService()
public void setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
workflowDefinitionLinkLocalService - the workflow definition link local servicepublic WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence()
public void setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
workflowDefinitionLinkPersistence - the workflow definition link persistencepublic WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
public void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
workflowInstanceLinkLocalService - the workflow instance link local servicepublic WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
public void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
workflowInstanceLinkPersistence - the workflow instance link persistencepublic DDMStructureLocalService getDDMStructureLocalService()
public void setDDMStructureLocalService(DDMStructureLocalService ddmStructureLocalService)
ddmStructureLocalService - the d d m structure local servicepublic DDMStructureService getDDMStructureService()
public void setDDMStructureService(DDMStructureService ddmStructureService)
ddmStructureService - the d d m structure remote servicepublic DDMStructurePersistence getDDMStructurePersistence()
public void setDDMStructurePersistence(DDMStructurePersistence ddmStructurePersistence)
ddmStructurePersistence - the d d m structure persistencepublic DDMStructureFinder getDDMStructureFinder()
public void setDDMStructureFinder(DDMStructureFinder ddmStructureFinder)
ddmStructureFinder - the d d m structure finderpublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface DLFileEntryTypeLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface DLFileEntryTypeLocalServicebeanIdentifier - the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
throws SystemException
sql - the sql query
SystemException
|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||