Class NameSuffixLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.party.server.logic.NameSuffixLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteNameSuffix(ExecutionErrorAccumulator eea, NameSuffix nameSuffix, PartyPK deletedBy) voiddeleteNameSuffix(ExecutionErrorAccumulator eea, String nameSuffixId, PartyPK deletedBy) static NameSuffixLogicgetNameSuffixById(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
-
Constructor Details
-
NameSuffixLogic
protected NameSuffixLogic()
-
-
Method Details
-
getInstance
-
getNameSuffixById
-
getNameSuffixByIdForUpdate
-
deleteNameSuffix
public void deleteNameSuffix(ExecutionErrorAccumulator eea, NameSuffix nameSuffix, PartyPK deletedBy) -
deleteNameSuffix
-