Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.user |
Modifier and Type | Method and Description |
---|---|
VesselManagePeriodPK |
VesselManagePeriod.getVesselManagePeriodPk()
Deprecated.
Get the composite primary key identifier class
|
Modifier and Type | Method and Description |
---|---|
int |
VesselManagePeriodPK.compareTo(VesselManagePeriodPK o) |
Object |
VesselManagePeriodDaoBase.get(int transform,
VesselManagePeriodPK vesselManagePeriodPk)
Does the same thing as
VesselManagePeriodDao.get(VesselManagePeriodPK) with an
additional flag called transform . |
Object |
VesselManagePeriodDao.get(int transform,
VesselManagePeriodPK vesselManagePeriodPk)
Deprecated.
Does the same thing as
VesselManagePeriodDao.get(VesselManagePeriodPK) with an
additional flag called transform . |
VesselManagePeriod |
VesselManagePeriodDaoBase.get(VesselManagePeriodPK vesselManagePeriodPk)
Gets an instance of VesselManagePeriod from the persistent store.
|
VesselManagePeriod |
VesselManagePeriodDao.get(VesselManagePeriodPK vesselManagePeriodPk)
Deprecated.
Gets an instance of VesselManagePeriod from the persistent store.
|
Object |
VesselManagePeriodDaoBase.load(int transform,
VesselManagePeriodPK vesselManagePeriodPk)
Does the same thing as
VesselManagePeriodDao.load(VesselManagePeriodPK) with an
additional flag called transform . |
Object |
VesselManagePeriodDao.load(int transform,
VesselManagePeriodPK vesselManagePeriodPk)
Deprecated.
Does the same thing as
VesselManagePeriodDao.load(VesselManagePeriodPK) with an
additional flag called transform . |
VesselManagePeriod |
VesselManagePeriodDaoBase.load(VesselManagePeriodPK vesselManagePeriodPk)
Loads an instance of VesselManagePeriod from the persistent store.
|
VesselManagePeriod |
VesselManagePeriodDao.load(VesselManagePeriodPK vesselManagePeriodPk)
Deprecated.
Loads an instance of VesselManagePeriod from the persistent store.
|
void |
VesselManagePeriodDaoBase.remove(VesselManagePeriodPK vesselManagePeriodPk)
Removes the instance of VesselManagePeriod having the given
identifier from the persistent store. |
void |
VesselManagePeriodDao.remove(VesselManagePeriodPK vesselManagePeriodPk)
Deprecated.
Removes the instance of VesselManagePeriod having the given
identifier from the persistent store. |
void |
VesselManagePeriod.setVesselManagePeriodPk(VesselManagePeriodPK vesselManagePeriodPkIn)
Deprecated.
Set the composite primary key identifier class
|
Copyright © 2012–2014 IFREMER. All rights reserved.