public final class PurgeIndicatorSpec extends ServiceSpec
| Constructor and Description |
|---|
PurgeIndicatorSpec() |
| Modifier and Type | Method and Description |
|---|---|
PurgeIndicatorDateTypeEnum |
getDateType()
Returns the date type used by the Purge indicator service.
|
List<com.onwbp.adaptation.PrimaryKey> |
getDECs()
Returns the primary keys of D.E.C.s used by the Purge indicator service.
|
Date |
getFromDate()
Returns the from date.
|
List<com.onwbp.adaptation.PrimaryKey> |
getIndicators()
Returns the primary keys of indicators used by the Purge indicator service.
|
PurgeIndicatorStorageEnum |
getStorage()
Returns the storage.
|
Date |
getToDate()
Returns the to date.
|
boolean |
isKeepLastValue()
Returns
true if keep the last data. |
boolean |
isPurgeFlatTable()
Returns
true if purge data from flat table. |
boolean |
isPurgeReportTable()
Returns
true if purge data from flat table. |
void |
setDateType(PurgeIndicatorDateTypeEnum dateType)
Specifies
DateTypeEnum for the Purge indicator service. |
void |
setDECs(List<com.onwbp.adaptation.PrimaryKey> decPrimarykeys)
Specifies the primary key list of D.E.C.s to purge.
|
void |
setFromDate(Date fromDate)
Specifies
Date for the Purge indicator service. |
void |
setIndicators(List<com.onwbp.adaptation.PrimaryKey> indicatorPrimarykeys)
Specifies a primary key list of indicators to purge.
|
void |
setKeepLastValue(boolean keepLastValue)
Activates the keep the last data option.
|
void |
setPurgeFlatTable(boolean purgeFlatTable)
Activates the purge data from flat table.
|
void |
setPurgeReportTable(boolean purgeReportTable)
Activates the purge data from report table.
|
void |
setStorage(PurgeIndicatorStorageEnum storageEnum)
Specifies storage.
|
void |
setToDate(Date toDate)
Specifies
Date for Purge indicator. |
getRepository, getSession, setRepository, setSessionpublic List<com.onwbp.adaptation.PrimaryKey> getIndicators()
public void setIndicators(List<com.onwbp.adaptation.PrimaryKey> indicatorPrimarykeys)
indicatorPrimarykeys - the definition of the list of indicator primary keys.public List<com.onwbp.adaptation.PrimaryKey> getDECs()
public void setDECs(List<com.onwbp.adaptation.PrimaryKey> decPrimarykeys)
decPrimarykeys - the definition of the list of D.E.C. primary keys.public boolean isPurgeFlatTable()
true if purge data from flat table.
Returns false.public void setPurgeFlatTable(boolean purgeFlatTable)
public boolean isPurgeReportTable()
true if purge data from flat table.
Returns false.public void setPurgeReportTable(boolean purgeReportTable)
public PurgeIndicatorStorageEnum getStorage()
public void setStorage(PurgeIndicatorStorageEnum storageEnum)
storageEnum - the definition of the list indicator storage.public boolean isKeepLastValue()
true if keep the last data.
Returns false.public void setKeepLastValue(boolean keepLastValue)
public PurgeIndicatorDateTypeEnum getDateType()
public void setDateType(PurgeIndicatorDateTypeEnum dateType)
DateTypeEnum for the Purge indicator service.dateType - the definition of the date typepublic Date getFromDate()
public void setFromDate(Date fromDate)
Date for the Purge indicator service.fromDate - the definition of from date.public Date getToDate()
public void setToDate(Date toDate)
Date for Purge indicator.toDate - the definition of from date.