Class DLFileEntryTypeServiceWrapper
Object
com.liferay.document.library.kernel.service.DLFileEntryTypeServiceWrapper
- All Implemented Interfaces:
DLFileEntryTypeService
,BaseService
,ServiceWrapper<DLFileEntryTypeService>
public class DLFileEntryTypeServiceWrapper
extends Object
implements DLFileEntryTypeService, ServiceWrapper<DLFileEntryTypeService>
Provides a wrapper for
DLFileEntryTypeService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionDLFileEntryTypeServiceWrapper
(DLFileEntryTypeService dlFileEntryTypeService) -
Method Summary
Modifier and TypeMethodDescriptionaddFileEntryType
(String externalReferenceCode, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) void
deleteFileEntryType
(long fileEntryTypeId) void
deleteFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) fetchFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) getFileEntryType
(long fileEntryTypeId) getFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) getFileEntryTypes
(long[] groupIds) getFileEntryTypes
(long[] groupIds, int start, int end) int
getFileEntryTypesCount
(long[] groupIds) getFolderFileEntryTypes
(long[] groupIds, long folderId, boolean inherited) Returns the OSGi service identifier.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) search
(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) int
searchCount
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType) int
searchCount
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope) int
searchCount
(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited) void
setWrappedService
(DLFileEntryTypeService dlFileEntryTypeService) updateFileEntryType
(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap)
-
Constructor Details
-
DLFileEntryTypeServiceWrapper
public DLFileEntryTypeServiceWrapper() -
DLFileEntryTypeServiceWrapper
-
-
Method Details
-
addFileEntryType
public DLFileEntryType addFileEntryType(String externalReferenceCode, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, throws PortalExceptionString> descriptionMap, ServiceContext serviceContext) - Specified by:
addFileEntryType
in interfaceDLFileEntryTypeService
- Throws:
PortalException
-
deleteFileEntryType
- Specified by:
deleteFileEntryType
in interfaceDLFileEntryTypeService
- Throws:
PortalException
-
deleteFileEntryTypeByExternalReferenceCode
public void deleteFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException - Specified by:
deleteFileEntryTypeByExternalReferenceCode
in interfaceDLFileEntryTypeService
- Throws:
PortalException
-
fetchFileEntryTypeByExternalReferenceCode
public DLFileEntryType fetchFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException - Specified by:
fetchFileEntryTypeByExternalReferenceCode
in interfaceDLFileEntryTypeService
- Throws:
PortalException
-
getFileEntryType
- Specified by:
getFileEntryType
in interfaceDLFileEntryTypeService
- Throws:
PortalException
-
getFileEntryTypeByExternalReferenceCode
public DLFileEntryType getFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException - Specified by:
getFileEntryTypeByExternalReferenceCode
in interfaceDLFileEntryTypeService
- Throws:
PortalException
-
getFileEntryTypes
- Specified by:
getFileEntryTypes
in interfaceDLFileEntryTypeService
-
getFileEntryTypes
- Specified by:
getFileEntryTypes
in interfaceDLFileEntryTypeService
-
getFileEntryTypesCount
public int getFileEntryTypesCount(long[] groupIds) - Specified by:
getFileEntryTypesCount
in interfaceDLFileEntryTypeService
-
getFolderFileEntryTypes
public List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) throws PortalException - Specified by:
getFolderFileEntryTypes
in interfaceDLFileEntryTypeService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceDLFileEntryTypeService
- Returns:
- the OSGi service identifier
-
search
public List<DLFileEntryType> search(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) throws PortalException - Specified by:
search
in interfaceDLFileEntryTypeService
- Throws:
PortalException
-
search
public List<DLFileEntryType> search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) - Specified by:
search
in interfaceDLFileEntryTypeService
-
search
public List<DLFileEntryType> search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) - Specified by:
search
in interfaceDLFileEntryTypeService
-
searchCount
public int searchCount(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited) - Specified by:
searchCount
in interfaceDLFileEntryTypeService
-
searchCount
public int searchCount(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType) - Specified by:
searchCount
in interfaceDLFileEntryTypeService
-
searchCount
public int searchCount(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope) - Specified by:
searchCount
in interfaceDLFileEntryTypeService
-
updateFileEntryType
public DLFileEntryType updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, throws PortalExceptionString> descriptionMap) - Specified by:
updateFileEntryType
in interfaceDLFileEntryTypeService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<DLFileEntryTypeService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<DLFileEntryTypeService>
-