Class PersonalTitleLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.party.server.logic.PersonalTitleLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deletePersonalTitle
(ExecutionErrorAccumulator eea, PersonalTitle personalTitle, PartyPK deletedBy) void
deletePersonalTitle
(ExecutionErrorAccumulator eea, String personalTitleId, PartyPK deletedBy) static PersonalTitleLogic
getPersonalTitleById
(ExecutionErrorAccumulator eea, String personalTitleId) getPersonalTitleByIdForUpdate
(ExecutionErrorAccumulator eea, String personalTitleId) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
getPersonalTitleById
-
getPersonalTitleByIdForUpdate
public PersonalTitle getPersonalTitleByIdForUpdate(ExecutionErrorAccumulator eea, String personalTitleId) -
deletePersonalTitle
public void deletePersonalTitle(ExecutionErrorAccumulator eea, PersonalTitle personalTitle, PartyPK deletedBy) -
deletePersonalTitle
public void deletePersonalTitle(ExecutionErrorAccumulator eea, String personalTitleId, PartyPK deletedBy)
-