public interface VesselExtendDao extends VesselDao
TRANSFORM_NONE
Modifier and Type | Method and Description |
---|---|
Vessel |
createAsTemporary(String nationalRegistrationCode,
String internationalRegistrationCode,
Integer registrationLocationId,
String name,
Integer vesselTypeId)
Deprecated.
use the second method instead (with argument 'refreshDenormalizedVessel')
|
Vessel |
createAsTemporary(String nationalRegistrationCode,
String internationalRegistrationCode,
Integer registrationLocationId,
String name,
Integer vesselTypeId,
boolean refreshDenormalizedVessel)
Create a temporary vessel
|
void |
refreshAllDenormalizedVessels(String[] programCodes,
Date refDate)
Refresh DenormalizedVessel entries for some programs
|
void |
refreshDenormalizedVessels(String[] programCodes,
Date refDate,
String[] vesselCodes)
Refresh DenormalizedVessel entries for some programs
|
Vessel |
updateTemporaryVessel(String vesselCode,
String nationalRegistrationCode,
String internationalRegistrationCode,
Integer registrationLocationId,
String name,
Integer vesselTypeId,
boolean refreshDenormalizedVessel)
Update a temporary vessel.
|
Vessel createAsTemporary(String nationalRegistrationCode, String internationalRegistrationCode, Integer registrationLocationId, String name, Integer vesselTypeId)
nationalRegistrationCode
- internationalRegistrationCode
- registrationLocationId
- name
- vesselTypeId
- Vessel createAsTemporary(String nationalRegistrationCode, String internationalRegistrationCode, Integer registrationLocationId, String name, Integer vesselTypeId, boolean refreshDenormalizedVessel)
nationalRegistrationCode
- internationalRegistrationCode
- registrationLocationId
- name
- vesselTypeId
- refreshDenormalizedVessel
- need to refresh denormalized vessel table ?Vessel updateTemporaryVessel(String vesselCode, String nationalRegistrationCode, String internationalRegistrationCode, Integer registrationLocationId, String name, Integer vesselTypeId, boolean refreshDenormalizedVessel)
nationalRegistrationCode
- internationalRegistrationCode
- registrationLocationId
- name
- vesselTypeId
- refreshDenormalizedVessel
- need to refresh denormalized vessel table ?void refreshAllDenormalizedVessels(String[] programCodes, Date refDate)
programCodes
- list of vessel's program to refreshvoid refreshDenormalizedVessels(String[] programCodes, Date refDate, String[] vesselCodes)
programCodes
- list of vessel's program to refreshvesselCodes
- a list of vessel codes to refreshCopyright © 2012–2014 IFREMER. All rights reserved.