Class PersonalTitleLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.party.server.logic.PersonalTitleLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeletePersonalTitle(ExecutionErrorAccumulator eea, PersonalTitle personalTitle, PartyPK deletedBy) voiddeletePersonalTitle(ExecutionErrorAccumulator eea, String personalTitleId, PartyPK deletedBy) static PersonalTitleLogicgetPersonalTitleById(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
-
Constructor Details
-
PersonalTitleLogic
protected PersonalTitleLogic()
-
-
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)
-