@ProviderType public class DLFileEntryTypeServiceWrapper extends java.lang.Object implements DLFileEntryTypeService, ServiceWrapper<DLFileEntryTypeService>
DLFileEntryTypeService.DLFileEntryTypeService| Constructor and Description |
|---|
DLFileEntryTypeServiceWrapper(DLFileEntryTypeService dlFileEntryTypeService) |
| Modifier and Type | Method and Description |
|---|---|
DLFileEntryType |
addFileEntryType(long groupId,
java.lang.String fileEntryTypeKey,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext) |
DLFileEntryType |
addFileEntryType(long groupId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext) |
void |
deleteFileEntryType(long fileEntryTypeId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
DLFileEntryType |
getFileEntryType(long fileEntryTypeId) |
java.util.List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds) |
java.util.List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds,
int start,
int end) |
int |
getFileEntryTypesCount(long[] groupIds) |
java.util.List<DLFileEntryType> |
getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited) |
DLFileEntryTypeService |
getWrappedDLFileEntryTypeService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
DLFileEntryTypeService |
getWrappedService() |
java.util.List<DLFileEntryType> |
search(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator) |
int |
searchCount(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedDLFileEntryTypeService(DLFileEntryTypeService dlFileEntryTypeService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService) |
void |
setWrappedService(DLFileEntryTypeService dlFileEntryTypeService) |
void |
updateFileEntryType(long fileEntryTypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext) |
void |
updateFileEntryType(long fileEntryTypeId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext) |
public DLFileEntryTypeServiceWrapper(DLFileEntryTypeService dlFileEntryTypeService)
public DLFileEntryType addFileEntryType(long groupId, java.lang.String fileEntryTypeKey, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext) throws PortalException
addFileEntryType in interface DLFileEntryTypeServicePortalExceptionpublic DLFileEntryType addFileEntryType(long groupId, java.lang.String name, java.lang.String description, long[] ddmStructureIds, ServiceContext serviceContext) throws PortalException
addFileEntryType in interface DLFileEntryTypeServicePortalExceptionpublic void deleteFileEntryType(long fileEntryTypeId)
throws PortalException
deleteFileEntryType in interface DLFileEntryTypeServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface DLFileEntryTypeServicepublic DLFileEntryType getFileEntryType(long fileEntryTypeId) throws PortalException
getFileEntryType in interface DLFileEntryTypeServicePortalExceptionpublic java.util.List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
getFileEntryTypes in interface DLFileEntryTypeServicepublic java.util.List<DLFileEntryType> getFileEntryTypes(long[] groupIds, int start, int end)
getFileEntryTypes in interface DLFileEntryTypeServicepublic int getFileEntryTypesCount(long[] groupIds)
getFileEntryTypesCount in interface DLFileEntryTypeServicepublic java.util.List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) throws PortalException
getFolderFileEntryTypes in interface DLFileEntryTypeServicePortalExceptionpublic java.util.List<DLFileEntryType> search(long companyId, long[] groupIds, java.lang.String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
search in interface DLFileEntryTypeServicepublic int searchCount(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType)
searchCount in interface DLFileEntryTypeServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface DLFileEntryTypeServicebeanIdentifier - the Spring bean ID for this beanpublic void updateFileEntryType(long fileEntryTypeId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
updateFileEntryType in interface DLFileEntryTypeServicePortalExceptionpublic void updateFileEntryType(long fileEntryTypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
updateFileEntryType in interface DLFileEntryTypeServicePortalException@Deprecated public DLFileEntryTypeService getWrappedDLFileEntryTypeService()
getWrappedService()@Deprecated public void setWrappedDLFileEntryTypeService(DLFileEntryTypeService dlFileEntryTypeService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService)public DLFileEntryTypeService getWrappedService()
getWrappedService in interface ServiceWrapper<DLFileEntryTypeService>public void setWrappedService(DLFileEntryTypeService dlFileEntryTypeService)
setWrappedService in interface ServiceWrapper<DLFileEntryTypeService>