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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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) |
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 folderId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
boolean inherited) |
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
DLFileEntryTypeServiceUtil
to access the document library file entry type remote service. Add custom service methods to com.liferay.portlet.documentlibrary.service.impl.DLFileEntryTypeServiceImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.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 folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) throws PortalException
search
in interface DLFileEntryTypeService
PortalException
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 folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited)
searchCount
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>