@ProviderType public class DLFileEntryTypeServiceWrapper extends Object implements DLFileEntryTypeService, ServiceWrapper<DLFileEntryTypeService>
DLFileEntryTypeService
.DLFileEntryTypeService
Constructor and Description |
---|
DLFileEntryTypeServiceWrapper(DLFileEntryTypeService dlFileEntryTypeService) |
Modifier and Type | Method and Description |
---|---|
DLFileEntryType |
addFileEntryType(long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext) |
DLFileEntryType |
addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext) |
void |
deleteFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
getFileEntryType(long fileEntryTypeId) |
List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds) |
List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds,
int start,
int end) |
int |
getFileEntryTypesCount(long[] groupIds) |
List<DLFileEntryType> |
getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DLFileEntryTypeService |
getWrappedService() |
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 |
setWrappedService(DLFileEntryTypeService dlFileEntryTypeService) |
void |
updateFileEntryType(long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext) |
void |
updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext) |
public DLFileEntryTypeServiceWrapper(DLFileEntryTypeService dlFileEntryTypeService)
public DLFileEntryType addFileEntryType(long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext) throws PortalException
addFileEntryType
in interface DLFileEntryTypeService
PortalException
public DLFileEntryType addFileEntryType(long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext) throws PortalException
addFileEntryType
in interface DLFileEntryTypeService
PortalException
public void deleteFileEntryType(long fileEntryTypeId) throws PortalException
deleteFileEntryType
in interface DLFileEntryTypeService
PortalException
public DLFileEntryType getFileEntryType(long fileEntryTypeId) throws PortalException
getFileEntryType
in interface DLFileEntryTypeService
PortalException
public List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
getFileEntryTypes
in interface DLFileEntryTypeService
public List<DLFileEntryType> getFileEntryTypes(long[] groupIds, int start, int end)
getFileEntryTypes
in interface DLFileEntryTypeService
public int getFileEntryTypesCount(long[] groupIds)
getFileEntryTypesCount
in interface DLFileEntryTypeService
public List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) throws PortalException
getFolderFileEntryTypes
in interface DLFileEntryTypeService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface DLFileEntryTypeService
public List<DLFileEntryType> search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
search
in interface DLFileEntryTypeService
public int searchCount(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType)
searchCount
in interface DLFileEntryTypeService
public void updateFileEntryType(long fileEntryTypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext) throws PortalException
updateFileEntryType
in interface DLFileEntryTypeService
PortalException
public void updateFileEntryType(long fileEntryTypeId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext) throws PortalException
updateFileEntryType
in interface DLFileEntryTypeService
PortalException
public DLFileEntryTypeService getWrappedService()
getWrappedService
in interface ServiceWrapper<DLFileEntryTypeService>
public void setWrappedService(DLFileEntryTypeService dlFileEntryTypeService)
setWrappedService
in interface ServiceWrapper<DLFileEntryTypeService>