@ApplicationScoped public class PamReportingLogic extends Object
Constructor and Description |
---|
PamReportingLogic() |
Modifier and Type | Method and Description |
---|---|
void |
addPamReportingEntry(javax.persistence.EntityManager em,
PamReporting reportingEntry)
Insert PAM reporting entry into the database.
|
com.kobil.ssms.kernel.presentation.b2b.RangeResponse<PamReporting> |
getPamReportingList(com.kobil.ssms.kernel.logic.filter.CombinedFilter cFilters,
com.kobil.ssms.kernel.logic.pagination.RangeParams rangeParams,
com.kobil.ssms.kernel.logic.filter.jpa.JPASortingColumnInfo orderColumnInfo)
Get PAM reporting entries from database by applying filters and limit of rows
to be selected and offset.
|
public void addPamReportingEntry(javax.persistence.EntityManager em, PamReporting reportingEntry)
reportingEntry
- public com.kobil.ssms.kernel.presentation.b2b.RangeResponse<PamReporting> getPamReportingList(com.kobil.ssms.kernel.logic.filter.CombinedFilter cFilters, com.kobil.ssms.kernel.logic.pagination.RangeParams rangeParams, com.kobil.ssms.kernel.logic.filter.jpa.JPASortingColumnInfo orderColumnInfo) throws com.kobil.ssms.pam.PamLogicException
cFilters
- - CombinedFilterrowLimit
- - if null, than tablemaximumlength will be usedoffset
- orderColumnInfo
- com.kobil.ssms.pam.PamLogicException
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.