Class NameSuffixLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.party.server.logic.NameSuffixLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteNameSuffix
(ExecutionErrorAccumulator eea, NameSuffix nameSuffix, PartyPK deletedBy) void
deleteNameSuffix
(ExecutionErrorAccumulator eea, String nameSuffixId, PartyPK deletedBy) static NameSuffixLogic
getNameSuffixById
(ExecutionErrorAccumulator eea, String nameSuffixId) getNameSuffixByIdForUpdate
(ExecutionErrorAccumulator eea, String nameSuffixId) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
getNameSuffixById
-
getNameSuffixByIdForUpdate
-
deleteNameSuffix
public void deleteNameSuffix(ExecutionErrorAccumulator eea, NameSuffix nameSuffix, PartyPK deletedBy) -
deleteNameSuffix
-