|
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.portlet.documentlibrary.service.DLFileEntryTypeLocalServiceWrapper
@ProviderType public class DLFileEntryTypeLocalServiceWrapper
Provides a wrapper for DLFileEntryTypeLocalService.
DLFileEntryTypeLocalService| Constructor Summary | |
|---|---|
DLFileEntryTypeLocalServiceWrapper(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
|
|
| Method Summary | ||
|---|---|---|
void |
addDDMStructureLinks(long fileEntryTypeId,
Set<Long> ddmStructureIds)
|
|
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)
|
|
DLFileEntryType |
addFileEntryType(long userId,
long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
|
DLFileEntryType |
addFileEntryType(long userId,
long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
|
void |
cascadeFileEntryTypes(long userId,
DLFolder dlFolder)
|
|
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)
|
|
void |
deleteFileEntryType(DLFileEntryType dlFileEntryType)
|
|
void |
deleteFileEntryType(long fileEntryTypeId)
|
|
void |
deleteFileEntryTypes(long groupId)
|
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
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. |
|
DLFileEntryType |
fetchFileEntryType(long fileEntryTypeId)
|
|
DLFileEntryType |
fetchFileEntryType(long groupId,
String fileEntryTypeKey)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
long |
getDefaultFileEntryTypeId(long folderId)
|
|
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. |
|
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. |
|
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)
|
|
long[] |
getDLFolderPrimaryKeys(long fileEntryTypeId)
Returns the folderIds of the document library folders associated with the document library file entry type. |
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
DLFileEntryType |
getFileEntryType(long fileEntryTypeId)
|
|
DLFileEntryType |
getFileEntryType(long groupId,
String fileEntryTypeKey)
|
|
List<DLFileEntryType> |
getFileEntryTypes(long ddmStructureId)
|
|
List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds)
|
|
List<DLFileEntryType> |
getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited)
|
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
|
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
DLFileEntryTypeLocalService |
getWrappedService()
|
|
boolean |
hasDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
|
|
boolean |
hasDLFolderDLFileEntryTypes(long folderId)
|
|
List<DLFileEntryType> |
search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
int |
searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
|
void |
setDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
|
|
void |
setWrappedService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
|
|
void |
unsetFolderFileEntryTypes(long folderId)
|
|
void |
updateDDMStructureLinks(long fileEntryTypeId,
Set<Long> ddmStructureIds)
|
|
DLFileEntryType |
updateDLFileEntryType(DLFileEntryType dlFileEntryType)
Updates the document library file entry type in the database or adds it if it does not yet exist. |
|
DLFileEntry |
updateFileEntryFileEntryType(DLFileEntry dlFileEntry,
ServiceContext serviceContext)
|
|
void |
updateFileEntryType(long userId,
long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
|
void |
updateFileEntryType(long userId,
long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
|
void |
updateFolderFileEntryTypes(DLFolder dlFolder,
List<Long> fileEntryTypeIds,
long defaultFileEntryTypeId,
ServiceContext serviceContext)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLFileEntryTypeLocalServiceWrapper(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
| Method Detail |
|---|
public void addDDMStructureLinks(long fileEntryTypeId,
Set<Long> ddmStructureIds)
addDDMStructureLinks in interface DLFileEntryTypeLocalServicepublic DLFileEntryType addDLFileEntryType(DLFileEntryType dlFileEntryType)
addDLFileEntryType in interface DLFileEntryTypeLocalServicedlFileEntryType - the document library file entry type
public void addDLFolderDLFileEntryType(long folderId,
DLFileEntryType dlFileEntryType)
addDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
public void addDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
addDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
public void addDLFolderDLFileEntryTypes(long folderId,
List<DLFileEntryType> DLFileEntryTypes)
addDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
public void addDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
addDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
public DLFileEntryType addFileEntryType(long userId,
long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
addFileEntryType in interface DLFileEntryTypeLocalServicePortalException
public DLFileEntryType addFileEntryType(long userId,
long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
addFileEntryType in interface DLFileEntryTypeLocalServicePortalException
public void cascadeFileEntryTypes(long userId,
DLFolder dlFolder)
throws PortalException
cascadeFileEntryTypes in interface DLFileEntryTypeLocalServicePortalExceptionpublic void clearDLFolderDLFileEntryTypes(long folderId)
clearDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServicepublic DLFileEntryType createDLFileEntryType(long fileEntryTypeId)
createDLFileEntryType in interface DLFileEntryTypeLocalServicefileEntryTypeId - the primary key for the new document library file entry type
public DLFileEntryType deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
deleteDLFileEntryType in interface DLFileEntryTypeLocalServicedlFileEntryType - the document library file entry type
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
public void deleteDLFolderDLFileEntryType(long folderId,
DLFileEntryType dlFileEntryType)
deleteDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
public void deleteDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
deleteDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
public void deleteDLFolderDLFileEntryTypes(long folderId,
List<DLFileEntryType> DLFileEntryTypes)
deleteDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
public void deleteDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
deleteDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
public void deleteFileEntryType(DLFileEntryType dlFileEntryType)
throws PortalException
deleteFileEntryType in interface DLFileEntryTypeLocalServicePortalException
public void deleteFileEntryType(long fileEntryTypeId)
throws PortalException
deleteFileEntryType in interface DLFileEntryTypeLocalServicePortalException
public void deleteFileEntryTypes(long groupId)
throws PortalException
deleteFileEntryTypes in interface DLFileEntryTypeLocalServicePortalException
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface DLFileEntryTypeLocalServicePortalExceptionpublic 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 com.liferay.portlet.documentlibrary.model.impl.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 com.liferay.portlet.documentlibrary.model.impl.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 foundpublic DLFileEntryType fetchFileEntryType(long fileEntryTypeId)
fetchFileEntryType in interface DLFileEntryTypeLocalService
public DLFileEntryType fetchFileEntryType(long groupId,
String fileEntryTypeKey)
fetchFileEntryType in interface DLFileEntryTypeLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DLFileEntryTypeLocalService
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 found
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 com.liferay.portlet.documentlibrary.model.impl.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 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 int getDLFileEntryTypesCount()
getDLFileEntryTypesCount in interface DLFileEntryTypeLocalServicepublic 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 DLFileEntryTypeLocalServicepublic long[] getDLFolderPrimaryKeys(long fileEntryTypeId)
getDLFolderPrimaryKeys in interface DLFileEntryTypeLocalServicefileEntryTypeId - the fileEntryTypeId of the document library file entry type
public long getDefaultFileEntryTypeId(long folderId)
throws PortalException
getDefaultFileEntryTypeId in interface DLFileEntryTypeLocalServicePortalExceptionpublic ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface DLFileEntryTypeLocalService
public DLFileEntryType getFileEntryType(long fileEntryTypeId)
throws PortalException
getFileEntryType in interface DLFileEntryTypeLocalServicePortalException
public DLFileEntryType getFileEntryType(long groupId,
String fileEntryTypeKey)
throws PortalException
getFileEntryType in interface DLFileEntryTypeLocalServicePortalException
public List<DLFileEntryType> getFileEntryTypes(long ddmStructureId)
throws PortalException
getFileEntryTypes in interface DLFileEntryTypeLocalServicePortalExceptionpublic List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
getFileEntryTypes in interface DLFileEntryTypeLocalService
public List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited)
throws PortalException
getFolderFileEntryTypes in interface DLFileEntryTypeLocalServicePortalExceptionpublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface DLFileEntryTypeLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DLFileEntryTypeLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface DLFileEntryTypeLocalServicePortalException
public boolean hasDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
hasDLFolderDLFileEntryType in interface DLFileEntryTypeLocalServicepublic boolean hasDLFolderDLFileEntryTypes(long folderId)
hasDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
public List<DLFileEntryType> search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
search in interface DLFileEntryTypeLocalService
public int searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
searchCount in interface DLFileEntryTypeLocalService
public void setDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
setDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalServicepublic void unsetFolderFileEntryTypes(long folderId)
unsetFolderFileEntryTypes in interface DLFileEntryTypeLocalService
public void updateDDMStructureLinks(long fileEntryTypeId,
Set<Long> ddmStructureIds)
throws PortalException
updateDDMStructureLinks in interface DLFileEntryTypeLocalServicePortalExceptionpublic DLFileEntryType updateDLFileEntryType(DLFileEntryType dlFileEntryType)
updateDLFileEntryType in interface DLFileEntryTypeLocalServicedlFileEntryType - the document library file entry type
public DLFileEntry updateFileEntryFileEntryType(DLFileEntry dlFileEntry,
ServiceContext serviceContext)
throws PortalException
updateFileEntryFileEntryType in interface DLFileEntryTypeLocalServicePortalException
public void updateFileEntryType(long userId,
long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
updateFileEntryType in interface DLFileEntryTypeLocalServicePortalException
public void updateFileEntryType(long userId,
long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
updateFileEntryType in interface DLFileEntryTypeLocalServicePortalException
public void updateFolderFileEntryTypes(DLFolder dlFolder,
List<Long> fileEntryTypeIds,
long defaultFileEntryTypeId,
ServiceContext serviceContext)
updateFolderFileEntryTypes in interface DLFileEntryTypeLocalServicepublic DLFileEntryTypeLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<DLFileEntryTypeLocalService>public void setWrappedService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
setWrappedService in interface ServiceWrapper<DLFileEntryTypeLocalService>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||