Class ClubLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.club.server.logic.ClubLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClubByName(ExecutionErrorAccumulator eea, String clubName) getClubByName(ExecutionErrorAccumulator eea, String clubName, EntityPermission entityPermission) getClubByNameForUpdate(ExecutionErrorAccumulator eea, String clubName) static ClubLogicMethods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
ClubLogic
protected ClubLogic()
-
-
Method Details
-
getInstance
-
getClubByName
public Club getClubByName(ExecutionErrorAccumulator eea, String clubName, EntityPermission entityPermission) -
getClubByName
-
getClubByNameForUpdate
-