Interface ReservationExportActionService
- All Known Implementing Classes:
ReservationExportActionServiceImpl
public interface ReservationExportActionService
-
Method Summary
Modifier and TypeMethodDescriptiongenerateExport
(List<PrimaryKey> entityKeyList, String path, String fileName) This method runs in privileged mode, so make sure that the given `entityKeyList` was *not* loaded in privileged mode and that the current user is actually allowed to see them, otherwise this method might generate an export containing data the current user is not allowed to see.iCalExport
(EntityExplorerActionSelection selection, String relatedEntityName, String path, String fileName) iCalExport
(String[] selection, String relatedEntityName, String path, String fileName)
-
Method Details
-
iCalExport
-
iCalExport
String iCalExport(EntityExplorerActionSelection selection, String relatedEntityName, String path, String fileName) -
generateExport
This method runs in privileged mode, so make sure that the given `entityKeyList` was *not* loaded in privileged mode and that the current user is actually allowed to see them, otherwise this method might generate an export containing data the current user is not allowed to see.- Parameters:
entityKeyList
- The keys to create the export for (must *not* be loaded in privileged mode)- Returns:
- the generated Output_job entity
-