public class DLFileEntryTypeServiceWrapper extends Object implements DLFileEntryTypeService, ServiceWrapper<DLFileEntryTypeService>
DLFileEntryTypeService.DLFileEntryTypeService| Constructor and Description |
|---|
DLFileEntryTypeServiceWrapper() |
DLFileEntryTypeServiceWrapper(DLFileEntryTypeService dlFileEntryTypeService) |
| Modifier and Type | Method and Description |
|---|---|
DLFileEntryType |
addFileEntryType(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) |
DLFileEntryType |
fetchFileEntryTypeByExternalReferenceCode(String externalReferenceCode,
long groupId) |
DLFileEntryType |
getFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
getFileEntryTypeByExternalReferenceCode(String externalReferenceCode,
long groupId) |
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 scope,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator) |
List<DLFileEntryType> |
search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator) |
List<DLFileEntryType> |
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) |
DLFileEntryType |
updateFileEntryType(long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap) |
public DLFileEntryTypeServiceWrapper()
public DLFileEntryTypeServiceWrapper(DLFileEntryTypeService dlFileEntryTypeService)
public DLFileEntryType addFileEntryType(String externalReferenceCode, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext) throws PortalException
addFileEntryType in interface DLFileEntryTypeServicePortalExceptionpublic void deleteFileEntryType(long fileEntryTypeId)
throws PortalException
deleteFileEntryType in interface DLFileEntryTypeServicePortalExceptionpublic void deleteFileEntryTypeByExternalReferenceCode(String externalReferenceCode,
long groupId)
throws PortalException
deleteFileEntryTypeByExternalReferenceCode in interface DLFileEntryTypeServicePortalExceptionpublic DLFileEntryType fetchFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException
fetchFileEntryTypeByExternalReferenceCode in interface DLFileEntryTypeServicePortalExceptionpublic DLFileEntryType getFileEntryType(long fileEntryTypeId) throws PortalException
getFileEntryType in interface DLFileEntryTypeServicePortalExceptionpublic DLFileEntryType getFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException
getFileEntryTypeByExternalReferenceCode in interface DLFileEntryTypeServicePortalExceptionpublic List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
getFileEntryTypes in interface DLFileEntryTypeServicepublic List<DLFileEntryType> getFileEntryTypes(long[] groupIds, int start, int end)
getFileEntryTypes in interface DLFileEntryTypeServicepublic int getFileEntryTypesCount(long[] groupIds)
getFileEntryTypesCount in interface DLFileEntryTypeServicepublic List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) throws PortalException
getFolderFileEntryTypes in interface DLFileEntryTypeServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DLFileEntryTypeServicepublic List<DLFileEntryType> search(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) throws PortalException
search in interface DLFileEntryTypeServicePortalExceptionpublic List<DLFileEntryType> search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
search in interface DLFileEntryTypeServicepublic List<DLFileEntryType> search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
search in interface DLFileEntryTypeServicepublic int searchCount(long companyId,
long folderId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
boolean inherited)
searchCount in interface DLFileEntryTypeServicepublic int searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
searchCount in interface DLFileEntryTypeServicepublic int searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int scope)
searchCount in interface DLFileEntryTypeServicepublic DLFileEntryType updateFileEntryType(long fileEntryTypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap) throws PortalException
updateFileEntryType in interface DLFileEntryTypeServicePortalExceptionpublic DLFileEntryTypeService getWrappedService()
getWrappedService in interface ServiceWrapper<DLFileEntryTypeService>public void setWrappedService(DLFileEntryTypeService dlFileEntryTypeService)
setWrappedService in interface ServiceWrapper<DLFileEntryTypeService>