Class GeoCodeLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.geo.server.logic.GeoCodeLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteGeoCode(ExecutionErrorAccumulator eea, GeoCode geoCode, BasePK deletedBy) getGeoCodeByAlias(ExecutionErrorAccumulator eea, GeoCodeType geoCodeType, GeoCodeScope geoCodeScope, String geoCodeAliasTypeName, String alias) getGeoCodeByName(ExecutionErrorAccumulator eea, String geoCodeName) getGeoCodeByName(ExecutionErrorAccumulator eea, String geoCodeName, EntityPermission entityPermission) getGeoCodeByNameForUpdate(ExecutionErrorAccumulator eea, String geoCodeName) getGeoCodeByUniversalSpec(ExecutionErrorAccumulator eea, GeoCodeUniversalSpec universalSpec) getGeoCodeByUniversalSpec(ExecutionErrorAccumulator eea, GeoCodeUniversalSpec universalSpec, EntityPermission entityPermission) getGeoCodeByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, GeoCodeUniversalSpec universalSpec) static GeoCodeLogicMethods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
GeoCodeLogic
protected GeoCodeLogic()
-
-
Method Details
-
getInstance
-
getGeoCodeByName
public GeoCode getGeoCodeByName(ExecutionErrorAccumulator eea, String geoCodeName, EntityPermission entityPermission) -
getGeoCodeByName
-
getGeoCodeByNameForUpdate
-
getGeoCodeByUniversalSpec
public GeoCode getGeoCodeByUniversalSpec(ExecutionErrorAccumulator eea, GeoCodeUniversalSpec universalSpec, EntityPermission entityPermission) -
getGeoCodeByUniversalSpec
public GeoCode getGeoCodeByUniversalSpec(ExecutionErrorAccumulator eea, GeoCodeUniversalSpec universalSpec) -
getGeoCodeByUniversalSpecForUpdate
public GeoCode getGeoCodeByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, GeoCodeUniversalSpec universalSpec) -
getGeoCodeByAlias
public GeoCode getGeoCodeByAlias(ExecutionErrorAccumulator eea, GeoCodeType geoCodeType, GeoCodeScope geoCodeScope, String geoCodeAliasTypeName, String alias) -
deleteGeoCode
-