|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLFileEntryTypeLocalServiceBaseImpl
@ProviderType 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| Constructor Summary | |
|---|---|
DLFileEntryTypeLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
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 |
clearDLFolderDLFileEntryTypes(long folderId)
|
|
DLFileEntryType |
createDLFileEntryType(long fileEntryTypeId)
Creates a new document library file entry type with the primary key. |
|
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)
|
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
void |
destroy()
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
DLFileEntryType |
fetchDLFileEntryType(long fileEntryTypeId)
|
|
DLFileEntryType |
fetchDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry type matching the UUID and group. |
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service. |
|
ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence. |
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
DLAppHelperLocalService |
getDLAppHelperLocalService()
Returns the d l app helper local service. |
|
DLFileEntryFinder |
getDLFileEntryFinder()
Returns the document library file entry finder. |
|
DLFileEntryLocalService |
getDLFileEntryLocalService()
Returns the document library file entry local service. |
|
DLFileEntryPersistence |
getDLFileEntryPersistence()
Returns the document library file entry persistence. |
|
DLFileEntryType |
getDLFileEntryType(long fileEntryTypeId)
Returns the document library file entry type with the primary key. |
|
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. |
|
List<DLFileEntryType> |
getDLFileEntryTypesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the document library file entry types matching the UUID and company. |
|
List<DLFileEntryType> |
getDLFileEntryTypesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns a range of document library file entry types matching the UUID and company. |
|
int |
getDLFileEntryTypesCount()
Returns the number of document library file entry types. |
|
DLFileVersionLocalService |
getDLFileVersionLocalService()
Returns the document library file version local service. |
|
DLFileVersionPersistence |
getDLFileVersionPersistence()
Returns the document library file version persistence. |
|
List<DLFileEntryType> |
getDLFolderDLFileEntryTypes(long folderId)
|
|
List<DLFileEntryType> |
getDLFolderDLFileEntryTypes(long folderId,
int start,
int end)
|
|
List<DLFileEntryType> |
getDLFolderDLFileEntryTypes(long folderId,
int start,
int end,
OrderByComparator<DLFileEntryType> 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. |
|
long[] |
getDLFolderPrimaryKeys(long fileEntryTypeId)
Returns the folderIds of the document library folders associated with the document library file entry type. |
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
|
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
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. |
|
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 |
hasDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
|
|
boolean |
hasDLFolderDLFileEntryTypes(long folderId)
|
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setClassNameLocalService(ClassNameLocalService classNameLocalService)
Sets the class name local service. |
|
void |
setClassNamePersistence(ClassNamePersistence classNamePersistence)
Sets the class name persistence. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
Sets the d l app helper local service. |
|
void |
setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
Sets the document library file entry finder. |
|
void |
setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
Sets the document library file entry local service. |
|
void |
setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
Sets the document library file entry persistence. |
|
void |
setDLFileEntryTypeFinder(DLFileEntryTypeFinder dlFileEntryTypeFinder)
Sets the document library file entry type finder. |
|
void |
setDLFileEntryTypeLocalService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
Sets the document library file entry type local service. |
|
void |
setDLFileEntryTypePersistence(DLFileEntryTypePersistence dlFileEntryTypePersistence)
Sets the document library file entry type persistence. |
|
void |
setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
Sets the document library file version local service. |
|
void |
setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
Sets the document library file version persistence. |
|
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 |
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 |
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, getLocalizationMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService |
|---|
addDDMStructureLinks, addFileEntryType, addFileEntryType, cascadeFileEntryTypes, deleteFileEntryType, deleteFileEntryType, deleteFileEntryTypes, fetchFileEntryType, fetchFileEntryType, getDefaultFileEntryTypeId, getFileEntryType, getFileEntryType, getFileEntryTypes, getFileEntryTypes, getFolderFileEntryTypes, search, searchCount, unsetFolderFileEntryTypes, updateDDMStructureLinks, updateFileEntryFileEntryType, updateFileEntryType, updateFileEntryType, updateFolderFileEntryTypes |
| Field Detail |
|---|
@BeanReference(type=DLFileEntryTypeLocalService.class) protected DLFileEntryTypeLocalService dlFileEntryTypeLocalService
@BeanReference(type=DLFileEntryTypePersistence.class) protected DLFileEntryTypePersistence dlFileEntryTypePersistence
@BeanReference(type=DLFileEntryTypeFinder.class) protected DLFileEntryTypeFinder dlFileEntryTypeFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ClassNameLocalService.class) protected ClassNameLocalService classNameLocalService
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@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=DLAppHelperLocalService.class) protected DLAppHelperLocalService dlAppHelperLocalService
@BeanReference(type=DLFileEntryLocalService.class) protected DLFileEntryLocalService dlFileEntryLocalService
@BeanReference(type=DLFileEntryPersistence.class) protected DLFileEntryPersistence dlFileEntryPersistence
@BeanReference(type=DLFileEntryFinder.class) protected DLFileEntryFinder dlFileEntryFinder
@BeanReference(type=DLFileVersionLocalService.class) protected DLFileVersionLocalService dlFileVersionLocalService
@BeanReference(type=DLFileVersionPersistence.class) protected DLFileVersionPersistence dlFileVersionPersistence
@BeanReference(type=DLFolderLocalService.class) protected DLFolderLocalService dlFolderLocalService
@BeanReference(type=DLFolderPersistence.class) protected DLFolderPersistence dlFolderPersistence
@BeanReference(type=DLFolderFinder.class) protected DLFolderFinder dlFolderFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public DLFileEntryTypeLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public DLFileEntryType addDLFileEntryType(DLFileEntryType dlFileEntryType)
addDLFileEntryType in interface DLFileEntryTypeLocalServicedlFileEntryType - the document library file entry type
public 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
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@Indexable(type=DELETE) public DLFileEntryType deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
deleteDLFileEntryType in interface DLFileEntryTypeLocalServicedlFileEntryType - the document library file entry type
public DynamicQuery dynamicQuery()
dynamicQuery in interface DLFileEntryTypeLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface DLFileEntryTypeLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface DLFileEntryTypeLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface DLFileEntryTypeLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public DLFileEntryType fetchDLFileEntryType(long fileEntryTypeId)
fetchDLFileEntryType in interface DLFileEntryTypeLocalService
public DLFileEntryType fetchDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
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
public DLFileEntryType getDLFileEntryType(long fileEntryTypeId)
throws PortalException
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 foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DLFileEntryTypeLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface DLFileEntryTypeLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface DLFileEntryTypeLocalService
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface DLFileEntryTypeLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface DLFileEntryTypeLocalServicePortalException
public List<DLFileEntryType> getDLFileEntryTypesByUuidAndCompanyId(String uuid,
long companyId)
getDLFileEntryTypesByUuidAndCompanyId in interface DLFileEntryTypeLocalServiceuuid - the UUID of the document library file entry typescompanyId - the primary key of the company
public List<DLFileEntryType> getDLFileEntryTypesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
getDLFileEntryTypesByUuidAndCompanyId in interface DLFileEntryTypeLocalServiceuuid - the UUID of the document library file entry typescompanyId - the primary key of the companystart - 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)orderByComparator - the comparator to order the results by (optionally null)
public DLFileEntryType getDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
throws PortalException
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
public List<DLFileEntryType> getDLFileEntryTypes(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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)
public int getDLFileEntryTypesCount()
getDLFileEntryTypesCount in interface DLFileEntryTypeLocalService@Indexable(type=REINDEX) public DLFileEntryType updateDLFileEntryType(DLFileEntryType dlFileEntryType)
updateDLFileEntryType in interface DLFileEntryTypeLocalServicedlFileEntryType - the document library file entry type
public void addDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
addDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
public void addDLFolderDLFileEntryType(long folderId,
DLFileEntryType dlFileEntryType)
addDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
public void addDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
addDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
public void addDLFolderDLFileEntryTypes(long folderId,
List<DLFileEntryType> DLFileEntryTypes)
addDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServicepublic void clearDLFolderDLFileEntryTypes(long folderId)
clearDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
public void deleteDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
deleteDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
public void deleteDLFolderDLFileEntryType(long folderId,
DLFileEntryType dlFileEntryType)
deleteDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
public void deleteDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
deleteDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
public void deleteDLFolderDLFileEntryTypes(long folderId,
List<DLFileEntryType> DLFileEntryTypes)
deleteDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServicepublic long[] getDLFolderPrimaryKeys(long fileEntryTypeId)
getDLFolderPrimaryKeys in interface DLFileEntryTypeLocalServicefileEntryTypeId - the fileEntryTypeId of the document library file entry type
public List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId)
getDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
public List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId,
int start,
int end)
getDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
public List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
getDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServicepublic int getDLFolderDLFileEntryTypesCount(long folderId)
getDLFolderDLFileEntryTypesCount in interface DLFileEntryTypeLocalService
public boolean hasDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
hasDLFolderDLFileEntryType in interface DLFileEntryTypeLocalServicepublic boolean hasDLFolderDLFileEntryTypes(long folderId)
hasDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
public void setDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
setDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServicepublic DLFileEntryTypeLocalService getDLFileEntryTypeLocalService()
public void setDLFileEntryTypeLocalService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
dlFileEntryTypeLocalService - the document library file entry type local servicepublic DLFileEntryTypePersistence getDLFileEntryTypePersistence()
public void setDLFileEntryTypePersistence(DLFileEntryTypePersistence dlFileEntryTypePersistence)
dlFileEntryTypePersistence - the document library file entry type persistencepublic DLFileEntryTypeFinder getDLFileEntryTypeFinder()
public void setDLFileEntryTypeFinder(DLFileEntryTypeFinder dlFileEntryTypeFinder)
dlFileEntryTypeFinder - the document library file entry type finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic 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 DLAppHelperLocalService getDLAppHelperLocalService()
public void setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
dlAppHelperLocalService - the d l app helper local servicepublic DLFileEntryLocalService getDLFileEntryLocalService()
public void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
dlFileEntryLocalService - the document library file entry local servicepublic DLFileEntryPersistence getDLFileEntryPersistence()
public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
dlFileEntryPersistence - the document library file entry persistencepublic DLFileEntryFinder getDLFileEntryFinder()
public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
dlFileEntryFinder - the document library file entry finderpublic DLFileVersionLocalService getDLFileVersionLocalService()
public void setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
dlFileVersionLocalService - the document library file version local servicepublic DLFileVersionPersistence getDLFileVersionPersistence()
public void setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
dlFileVersionPersistence - the document library file version persistencepublic DLFolderLocalService getDLFolderLocalService()
public void setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
dlFolderLocalService - the document library folder local servicepublic DLFolderPersistence getDLFolderPersistence()
public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
dlFolderPersistence - the document library folder persistencepublic DLFolderFinder getDLFolderFinder()
public void setDLFolderFinder(DLFolderFinder dlFolderFinder)
dlFolderFinder - the document library folder finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface DLFileEntryTypeLocalServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||