public class AwardSyncStatus extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardSyncStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeLog(AwardSyncChange change,
String statusMessage,
boolean logSuccess) |
void |
addValidationLog(String statusMessage,
boolean logSuccess,
String messageKey) |
void |
clearLogs() |
Award |
getAward() |
Long |
getAwardId() |
String |
getAwardNumber() |
Long |
getAwardSyncStatusId() |
List<AwardSyncLog> |
getChangeLogs() |
Long |
getParentAwardId() |
String |
getStatus() |
List<AwardSyncLog> |
getValidationLogs() |
boolean |
isSuccess() |
boolean |
isSyncComplete() |
void |
setAward(Award award) |
void |
setAwardId(Long awardId) |
void |
setAwardNumber(String awardNumber) |
void |
setAwardSyncStatusId(Long awardSyncStatusId) |
void |
setChangeLogs(List<AwardSyncLog> changeLogs) |
void |
setParentAwardId(Long parentAwardId) |
void |
setStatus(String status) |
void |
setSuccess(boolean success) |
void |
setSyncComplete(boolean syncComplete) |
void |
setValidationLogs(List<AwardSyncLog> validationLogs) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic void clearLogs()
public void addChangeLog(AwardSyncChange change, String statusMessage, boolean logSuccess)
public void addValidationLog(String statusMessage, boolean logSuccess, String messageKey)
public Long getAwardSyncStatusId()
public void setAwardSyncStatusId(Long awardSyncStatusId)
public Long getParentAwardId()
public void setParentAwardId(Long parentAwardId)
public Long getAwardId()
public void setAwardId(Long awardId)
public String getAwardNumber()
public void setAwardNumber(String awardNumber)
public String getStatus()
public void setStatus(String status)
public boolean isSyncComplete()
public void setSyncComplete(boolean syncComplete)
public List<AwardSyncLog> getChangeLogs()
public void setChangeLogs(List<AwardSyncLog> changeLogs)
public List<AwardSyncLog> getValidationLogs()
public void setValidationLogs(List<AwardSyncLog> validationLogs)
public Award getAward()
public void setAward(Award award)
public boolean isSuccess()
public void setSuccess(boolean success)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.