public interface AdminAuditMgrIf
Modifier and Type | Method and Description |
---|---|
void |
deleteAuditData(AdminAuditSearch delSearch)
Delete a AdminAudit Objects based on search criteria
|
AdminAuditSearchResult |
getAuditData(AdminAuditSearch retSearch,
int offset,
int size)
Returns audit data specified by the AdminAuditSearch object
|
int |
importAudit(AdminAudit audit)
Imports an audit object.
|
int |
insertAudit(AdminAudit audit)
Inserts an audit object if auditing is enabled for the action type of the audit object (i.e.
|
boolean |
isDeleteAudit()
Returns true if delete audit is enabled
|
boolean |
isDetailedDeleteAudit()
Returns true if detailed delete audit is enabled
|
boolean |
isDetailedEditAudit()
Returns true if detailed edit audit is enabled
|
boolean |
isDetailedInsertAudit()
eturns true if detailed insert audit is enabled
|
boolean |
isDetailedReadAudit() |
boolean |
isEditAudit()
Returns true if edit audit is enabled
|
boolean |
isInsertAudit()
Returns true if insert audit is enabled
|
boolean |
isReadAudit()
Returns true if read audit is enabled
|
void |
refreshConfigs()
Refresh the configuration of the Admin Audit Manager
|
void |
updateAuditModes()
Read the config variables and update the modes
|
void updateAuditModes() throws java.lang.Exception
java.lang.Exception
- an unexpected exceptionint insertAudit(AdminAudit audit) throws KKAdminException
audit
- the auditKKAdminException
- an unexpected exception in the KonaKart Admin engineint importAudit(AdminAudit audit) throws KKAdminException
audit
- the auditKKAdminException
- an unexpected exception in the KonaKart Admin engineAdminAuditSearchResult getAuditData(AdminAuditSearch retSearch, int offset, int size) throws KKAdminException, org.apache.torque.TorqueException, com.workingdogs.village.DataSetException
retSearch
- the retSearchoffset
- the offsetsize
- the sizeKKAdminException
- an unexpected exception in the KonaKart Admin engineorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)void deleteAuditData(AdminAuditSearch delSearch) throws KKAdminException, org.apache.torque.TorqueException
delSearch
- the delSearchKKAdminException
- an unexpected exception in the KonaKart Admin engineorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)boolean isReadAudit() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean isDetailedReadAudit() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean isEditAudit() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean isDetailedEditAudit() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean isInsertAudit() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean isDetailedInsertAudit() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean isDeleteAudit() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean isDetailedDeleteAudit() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin enginevoid refreshConfigs() throws java.lang.Exception
java.lang.Exception
- an unexpected exceptionCopyright © 2018 DS Data Systems UK Ltd.