Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.programStrategy |
Modifier and Type | Method and Description |
---|---|
AppliedPeriodPK |
AppliedPeriod.getAppliedPeriodPk()
Get the composite primary key identifier class
|
Modifier and Type | Method and Description |
---|---|
int |
AppliedPeriodPK.compareTo(AppliedPeriodPK o) |
AppliedPeriod |
AppliedPeriodDaoBase.get(AppliedPeriodPK appliedPeriodPk)
Gets an instance of AppliedPeriod from the persistent store.
|
AppliedPeriod |
AppliedPeriodDao.get(AppliedPeriodPK appliedPeriodPk)
Gets an instance of AppliedPeriod from the persistent store.
|
Object |
AppliedPeriodDaoBase.get(int transform,
AppliedPeriodPK appliedPeriodPk)
Does the same thing as
AppliedPeriodDao.get(AppliedPeriodPK) with an
additional flag called transform . |
Object |
AppliedPeriodDao.get(int transform,
AppliedPeriodPK appliedPeriodPk)
Does the same thing as
AppliedPeriodDao.get(AppliedPeriodPK) with an
additional flag called transform . |
AppliedPeriod |
AppliedPeriodDaoBase.load(AppliedPeriodPK appliedPeriodPk)
Loads an instance of AppliedPeriod from the persistent store.
|
AppliedPeriod |
AppliedPeriodDao.load(AppliedPeriodPK appliedPeriodPk)
Loads an instance of AppliedPeriod from the persistent store.
|
Object |
AppliedPeriodDaoBase.load(int transform,
AppliedPeriodPK appliedPeriodPk)
Does the same thing as
AppliedPeriodDao.load(AppliedPeriodPK) with an
additional flag called transform . |
Object |
AppliedPeriodDao.load(int transform,
AppliedPeriodPK appliedPeriodPk)
Does the same thing as
AppliedPeriodDao.load(AppliedPeriodPK) with an
additional flag called transform . |
void |
AppliedPeriodDaoBase.remove(AppliedPeriodPK appliedPeriodPk)
Removes the instance of AppliedPeriod having the given
identifier from the persistent store. |
void |
AppliedPeriodDao.remove(AppliedPeriodPK appliedPeriodPk)
Removes the instance of AppliedPeriod having the given
identifier from the persistent store. |
void |
AppliedPeriod.setAppliedPeriodPk(AppliedPeriodPK appliedPeriodPkIn)
Set the composite primary key identifier class
|
Copyright © 2012–2014 IFREMER. All rights reserved.